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-wdd | |
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-wdd')
-rw-r--r-- | flx/init-wdd/Manifest | 2 | ||||
-rw-r--r-- | flx/init-wdd/init-wdd-0.1.34.ebuild | 11 |
2 files changed, 4 insertions, 9 deletions
diff --git a/flx/init-wdd/Manifest b/flx/init-wdd/Manifest index 0ed24595..e694a9a0 100644 --- a/flx/init-wdd/Manifest +++ b/flx/init-wdd/Manifest @@ -1,2 +1,2 @@ -EBUILD init-wdd-0.1.34.ebuild 366 SHA256 f408ef9811057535dade8b961db4004392f9735fecdc788e2a58ee4c179744fc WHIRLPOOL ffd52e1e601f5d87b12218d411543f5125c78a6d1bc6d8acd43c059d542feac067438b16b57db3896cc5007d936b275124f9d908c2e2dfed05dc6377ff96ae57 +EBUILD init-wdd-0.1.34.ebuild 335 SHA256 9d17fd7ccaa9253e7f49b47aa8c7ac69dce94c4523f2360e33571bf0de139a4b WHIRLPOOL 50cc2386453a36ffd86805ed47a0298d9ce35d9d6a40fe8e499f319bd33cb9f10a4b30860a1f04bcf9a94aa476cb640727004988229b3ac05e7c653eff23a854 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/flx/init-wdd/init-wdd-0.1.34.ebuild b/flx/init-wdd/init-wdd-0.1.34.ebuild index d9a6c4b6..eeef1bca 100644 --- a/flx/init-wdd/init-wdd-0.1.34.ebuild +++ b/flx/init-wdd/init-wdd-0.1.34.ebuild @@ -3,15 +3,10 @@ # $Id$ EAPI=6 -inherit git-r3 flx +inherit flx-init-scripts -SDIR="people/beber" - -HOMEPAGE="http://master.formilux.org/git/dist/pkg/wdd.git" -EGIT_REPO_URI="http://master.formilux.org/git/${SDIR}/pkg/${PN//init-/}.git" +HOMEPAGE="http://master.formilux.org/git/people/beber/pkg/wdd.git" +EGIT_REPO_URI="http://master.formilux.org/git/people/beber/pkg/wdd.git" KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" RDEPEND=">=flx/wdd-${PV}" |