diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-06 23:14:12 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-14 21:01:55 +0100 |
commit | e0bfffdd4221965fa847cc164d15b28f0e55abcd (patch) | |
tree | 028e8863134b8a9ec3a7166abfff7799e94b87ff /flx/init-vixie-cron | |
parent | flx/wdd: Version bump (diff) | |
download | portage-e0bfffdd4221965fa847cc164d15b28f0e55abcd.tar.xz |
eclass: Rename flx.eclass to flx-init-scripts.eclass
Define DESCRIPTION, HOMEPAGE, EGIT_REPO_URI, SLOT, IUSE and DEPEND
Diffstat (limited to 'flx/init-vixie-cron')
-rw-r--r-- | flx/init-vixie-cron/Manifest | 2 | ||||
-rw-r--r-- | flx/init-vixie-cron/init-vixie-cron-3.0.1.ebuild | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/flx/init-vixie-cron/Manifest b/flx/init-vixie-cron/Manifest index fad66a65..307f87d6 100644 --- a/flx/init-vixie-cron/Manifest +++ b/flx/init-vixie-cron/Manifest @@ -1,2 +1,2 @@ -EBUILD init-vixie-cron-3.0.1.ebuild 457 SHA256 3c776ba3842428bc8cf464a7a03012ac4dd78b0edfb508ec5e6be90941e333c0 WHIRLPOOL fce0ad62157fdca20993d4154a1a115f8aa193530fa764d9057de9cc667344b25e880b4e155887c2b70aaa2318676b1eb9a3a4861c7de55f4069d2c336092f8a +EBUILD init-vixie-cron-3.0.1.ebuild 359 SHA256 a65dc647640239d7a965466ff4fa62e467c99544280b26a44cb941d6ac5f28a0 WHIRLPOOL 2e5e25b6f454bd9429ceb039f46a94f99293c851236ee499e45d4bd42a78c7844087f9f2a6ba9b963292162e2735a5d59fcc7b99d54fcac26c9964cc2e15a192 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/flx/init-vixie-cron/init-vixie-cron-3.0.1.ebuild b/flx/init-vixie-cron/init-vixie-cron-3.0.1.ebuild index f8544117..18ea1c63 100644 --- a/flx/init-vixie-cron/init-vixie-cron-3.0.1.ebuild +++ b/flx/init-vixie-cron/init-vixie-cron-3.0.1.ebuild @@ -3,19 +3,13 @@ # $Id$ EAPI=6 -inherit git-r3 flx +inherit flx-init-scripts -SDIR="people/beber" - -HOMEPAGE="http://master.formilux.org/git/dist/pkg/vixie-cron.git" -EGIT_REPO_URI="http://master.formilux.org/git/${SDIR}/pkg/${PN//init-/}.git" +EGIT_REPO_URI="http://master.formilux.org/git/people/beber/pkg/vixie-cron.git" EGIT_BRANCH="3.0-flx0" #EGIT_COMMIT="v3.0.1-flx0.5" KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" RDEPEND=">=sys-process/vixie-cron-${PV}" SVCNAME="crond" |