updated EAPI of sys-process/cronic-3
This commit is contained in:
26
sys-process/cronic/cronic-3-r1.ebuild
Normal file
26
sys-process/cronic/cronic-3-r1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A cure for Cron's chronic email problem"
|
||||
HOMEPAGE="http://habilis.net/cronic/"
|
||||
SRC_URI="http://habilis.net/cronic/${PN}-v${PV}"
|
||||
|
||||
LICENSE="PublicDomain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
mkdir -p ${S}
|
||||
cp ${DISTDIR}/${PN}-v${PV} ${S}/cronic
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin ${S}/cronic cronic
|
||||
}
|
Reference in New Issue
Block a user