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-frox | |
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-frox')
-rw-r--r-- | flx/init-frox/Manifest | 2 | ||||
-rw-r--r-- | flx/init-frox/init-frox-0.7.ebuild | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/flx/init-frox/Manifest b/flx/init-frox/Manifest index 8885f096..289d64d4 100644 --- a/flx/init-frox/Manifest +++ b/flx/init-frox/Manifest @@ -1,2 +1,2 @@ -EBUILD init-frox-0.7.ebuild 425 SHA256 f967f90f2408053cade4b445d13d02df65bc3816cf5c992cbc231bd5f19b56fb WHIRLPOOL bf2beb84b7f14f8b13d9c3ac058c76005cae46d6f8deb2ac58ac5c99e148fa6cf9b769475516f484ac6177d1770847814c607665992d5236fc75a8997fb11b9b +EBUILD init-frox-0.7.ebuild 327 SHA256 ef65ac97205b82cc67999789ecb367416b36b3fb6383f17e69996bdb799f3c2c WHIRLPOOL 09d20b4994a11337b278765ecdf2b538dfc45a9c479c11edf43254370f2b2193419640f86f564d12fd30db9aa12afc02b74e678d7ddf2025b53744b5bc3830c7 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/flx/init-frox/init-frox-0.7.ebuild b/flx/init-frox/init-frox-0.7.ebuild index aee6aa67..fb5ccde1 100644 --- a/flx/init-frox/init-frox-0.7.ebuild +++ b/flx/init-frox/init-frox-0.7.ebuild @@ -3,17 +3,11 @@ # $Id$ EAPI=6 -inherit git-r3 flx +inherit flx-init-scripts -SDIR="people/beber" - -HOMEPAGE="http://master.formilux.org/git/dist/pkg/frox.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/frox.git" EGIT_BRANCH="0.7-flx0" #EGIT_COMMIT="v0.7.18-flx0.1" KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" RDEPEND=">=net-ftp/frox-${PV}" |