diff options
66 files changed, 201 insertions, 1805 deletions
diff --git a/dev-libs/eet/Manifest b/dev-libs/eet/Manifest index 9105ca2..689b99c 100644 --- a/dev-libs/eet/Manifest +++ b/dev-libs/eet/Manifest @@ -1,3 +1 @@ -DIST eet-1.1.0.tar.bz2 4051889 RMD160 3a7389bbaa336414952a96304cad81288762484f SHA1 23d503b51ced459b6b757cc871cff47086f732c9 SHA256 cb404b1e3e34d1afbc7b02b1683c566a7349cae7c2d921644cda975f341dc82c -EBUILD eet-1.1.0.ebuild 799 RMD160 0930f0b8fd0f1273dc9228b4e9c0e0152759df13 SHA1 afc312a4e2a16700ebe5ac56fd0fbe85fda416f6 SHA256 15b0e78edccb71db748e0de966c932acddc5a61ba9b3a9cb128f64ddb7695b34 -EBUILD eet-20090201-r38885.ebuild 990 RMD160 aaef6b72faafe5757f5789cce76826f9867fe152 SHA1 db135b89b669bd2783d694f45eecba35011827ae SHA256 aa4f3fe2da1de9edd40c021ece4f77a3ce91a0d05555f520e8ba8e9cd9242c14 +EBUILD eet-20090212.ebuild 895 RMD160 d2f6883550830644e03feb4a741451f454686684 SHA1 0e7c15d6cdcb8b7126613ff4004f835fa05c742d SHA256 ca1f89fe4bf8dc410bc326a172341ae26cf3949af0fe6dc3a8ba17dc5868be4a diff --git a/dev-libs/eet/eet-1.1.0.ebuild b/dev-libs/eet/eet-1.1.0.ebuild deleted file mode 100644 index 241df2f..0000000 --- a/dev-libs/eet/eet-1.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment eet library." -HOMEPAGE="http://enlightenment.org" -SRC_URI="http://download.enlightenment.org/snapshots/2008-09-25/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl" - -RDEPEND="sys-libs/zlib - media-libs/jpeg - ssl? ( dev-libs/openssl )" - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_compile() { - local myconf - - myconf="${myconf} \ - $(use_enable ssl openssl) - --disable-signature - --disable-old-eet-file-format" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -}
\ No newline at end of file diff --git a/dev-libs/eet/eet-20090201-r38885.ebuild b/dev-libs/eet/eet-20090212.ebuild index 1777c6e..5f7c585 100644 --- a/dev-libs/eet/eet-20090201-r38885.ebuild +++ b/dev-libs/eet/eet-20090212.ebuild @@ -2,21 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment eet library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -inherit autotools subversion LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl" +IUSE="ssl gnutls" RDEPEND="sys-libs/zlib media-libs/jpeg - ssl? ( dev-libs/openssl )" + ssl? ( dev-libs/openssl ) + gnutls? ( net-libs/gnutls )" DEPEND=">=dev-util/pkgconfig-0.9.0" @@ -36,14 +35,12 @@ src_compile() { myconf="${myconf} \ $(use_enable ssl openssl) - --disable-signature + $(use_enable ssl cipher) + $(use_enable ssl signature) + $(use_enable gnutls gnutls) --disable-old-eet-file-format" econf ${myconf} || die "Configuration failed" emake || die "Make failed" } -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/dev-libs/efl-meta/Manifest b/dev-libs/efl-meta/Manifest index 3ba9cea..5c7d380 100644 --- a/dev-libs/efl-meta/Manifest +++ b/dev-libs/efl-meta/Manifest @@ -1,2 +1 @@ -EBUILD efl-meta-20090109.ebuild 572 RMD160 fbfa5c22d33d4a3044afbe71ce1944c735f4cc60 SHA1 bf2df9a6de8c977557919d63f74a20b6d4f2887a SHA256 4f0a17c4f47d58b4d384b6c2077a35ef7cf577d82a5f67de8ffd6605f87ef35d -EBUILD efl-meta-20090201-r38885.ebuild 623 RMD160 ba911a4d6fb34e6f20093b41d29725e6ae333745 SHA1 476087d1fd585fd697b0b29aa0e6f7939d9cd62c SHA256 5f19fc333379e03c448333234f30c6b7dd42405a785d8784d2dc58be67b7babc +EBUILD efl-meta-20090212.ebuild 623 RMD160 ba911a4d6fb34e6f20093b41d29725e6ae333745 SHA1 476087d1fd585fd697b0b29aa0e6f7939d9cd62c SHA256 5f19fc333379e03c448333234f30c6b7dd42405a785d8784d2dc58be67b7babc diff --git a/dev-libs/efl-meta/efl-meta-20090109.ebuild b/dev-libs/efl-meta/efl-meta-20090109.ebuild deleted file mode 100644 index 848392f..0000000 --- a/dev-libs/efl-meta/efl-meta-20090109.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="Meta package for all EFL libraries" -HOMEPAGE="http://enlightenment.org" -LICENSE="GPL-2" - -KEYWORDS="~arm ~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/eet - >=x11-libs/evas-${PV} - >=x11-libs/ecore-${PV} - >=dev-libs/embryo-0.9.9.050 - >=media-libs/edje-${PV} - >=media-libs/emotion-${PV} - >=media-libs/esmart-${PV} - >=media-libs/epsilon-${PV} - >=x11-libs/e_dbus-${PV} - >=dev-libs/efreet-${PV} - >=x11-libs/ewl-${PV} - >=x11-libs/etk-${PV}" diff --git a/dev-libs/efl-meta/efl-meta-20090201-r38885.ebuild b/dev-libs/efl-meta/efl-meta-20090212.ebuild index 795483c..795483c 100644 --- a/dev-libs/efl-meta/efl-meta-20090201-r38885.ebuild +++ b/dev-libs/efl-meta/efl-meta-20090212.ebuild diff --git a/dev-libs/efreet/Manifest b/dev-libs/efreet/Manifest index ed6cfec..9ab4716 100644 --- a/dev-libs/efreet/Manifest +++ b/dev-libs/efreet/Manifest @@ -1,5 +1,3 @@ DIST efreet-0.5.0.050.tar.bz2 1073655 RMD160 28a617a4190330d314ecf7dcf9bd9513f6c074ed SHA1 035924a985cddda3351c89a5dc5de08be7117daf SHA256 8b37787db93e4d7d3ff0db9044cde26f81c60304132bda946c2d767fbe485559 EBUILD efreet-0.5.0.050.ebuild 723 RMD160 dcb59b140dd89ed963587afe6dec27228b6eaf4b SHA1 e534c5a0fcc6edc26491faf845afee09a981c8f0 SHA256 91e1e1e79c71adf12c8db17a8a33f92af6da29259d373e56f36e63fa7193f255 -EBUILD efreet-20081114.ebuild 887 RMD160 4c7b422061c9957ac7a8de13743dca2cc43a5b64 SHA1 311beeb94882045df5bf1f4c1405fdf97168f5f7 SHA256 15ddf4291075cf9e907966edebda3eff07c419dc9892a03d52178a27e471f8e0 -EBUILD efreet-20090108.ebuild 887 RMD160 adeb73080a802aa32db90940380a851b12d2e803 SHA1 90392fba7aafa3060b0bf8c501d8db6c11d2abb6 SHA256 79aacf82b9554112aee82eb113e1b537fd3833102bd053a6d15bf5ab710f6a62 -EBUILD efreet-20090201-r38885.ebuild 887 RMD160 d4100e80d20b04ffa1d8816d1f60a42575b3c8ec SHA1 0c7e9e0d5c1254c85a66fd5ac1b6cd1463012481 SHA256 030b41d8e99676c1250ac74566aba9c6189598ea50a2558edf1bcd5949ea3f8f +EBUILD efreet-20090212.ebuild 689 RMD160 23b1b3d4c87e9d7c20e271d9a575914cc0c6071f SHA1 929530b67336b182da73889ccbe5d435505fbf2a SHA256 d8739f8fada9d9e03976cc9ebf2d1bcc829b1298efeae8ba0ffe945cec540b2a diff --git a/dev-libs/efreet/efreet-20081114.ebuild b/dev-libs/efreet/efreet-20081114.ebuild deleted file mode 100644 index 9cda321..0000000 --- a/dev-libs/efreet/efreet-20081114.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment efreet library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r37634" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="hiddenvisibility" - -inherit autotools subversion - -RDEPEND=">=x11-libs/ecore-0.9.9" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable hiddenvisibility hidden-visibility)" - - econf ${myconf}|| die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/dev-libs/efreet/efreet-20090108.ebuild b/dev-libs/efreet/efreet-20090108.ebuild deleted file mode 100644 index 97b7fc0..0000000 --- a/dev-libs/efreet/efreet-20090108.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment efreet library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="hiddenvisibility" - -inherit autotools subversion - -RDEPEND=">=x11-libs/ecore-0.9.9" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable hiddenvisibility hidden-visibility)" - - econf ${myconf}|| die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/dev-libs/efreet/efreet-20090201-r38885.ebuild b/dev-libs/efreet/efreet-20090212.ebuild index ba294f4..f025972 100644 --- a/dev-libs/efreet/efreet-20090201-r38885.ebuild +++ b/dev-libs/efreet/efreet-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment efreet library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="hiddenvisibility" -inherit autotools subversion - RDEPEND="=x11-libs/ecore-${PVR}" DEPEND=">=dev-util/pkgconfig-0.9.0" @@ -37,8 +35,3 @@ src_compile() { econf ${myconf}|| die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/dev-libs/eina/Manifest b/dev-libs/eina/Manifest index 4bc11d0..055d95f 100644 --- a/dev-libs/eina/Manifest +++ b/dev-libs/eina/Manifest @@ -1,4 +1 @@ -EBUILD eina-20081014.ebuild 1039 RMD160 5871679868b6bff6d72421fa41a2272ee5ebb10c SHA1 31ee40a8b6c515ae4e3c7467ad0b96d6528724bc SHA256 87e3d36da529c99697fc6edffa05afef883a40d5c90e9efa8f7e5714535153cc -EBUILD eina-20081211.ebuild 1040 RMD160 f9a03e32ed5a14253fc52fa4cb52a677b6ec08ee SHA1 320c691ac82f4c698546e540236bc4e57317a404 SHA256 565751ee14f56b0ed4fddb24773202c0c74c52d1c891a40a3d31d6dee93dc501 -EBUILD eina-20090108.ebuild 1040 RMD160 91cd6febc9a936d77e61a86d8f68b2cfa6f91fc1 SHA1 182c4156af33d4631dcd08995cc386c254335f52 SHA256 49d5211afce6b05745ee54b8bcfb4bd38cd019f6015505038fa12bcdefa1ee44 -EBUILD eina-20090201-r38885.ebuild 1040 RMD160 405b171486b6c7158dccce4c89df2b14f667d171 SHA1 b6950e5ebe90a560739f72881998c26f2414ef1c SHA256 64be19b68614686e3f79658a0988dfdde052ebf7790e8802e0d90e48d063ec01 +EBUILD eina-20090212.ebuild 727 RMD160 cdaff1afee2c7d61705c5810271afd77a72ddc75 SHA1 200d3fd15693dfa3a488d7f6508d145458cd4a09 SHA256 ded457af82fc04c14f372e4bd83ebde2235f4f87eeb557907d1a0f6a16d556a7 diff --git a/dev-libs/eina/eina-20081211.ebuild b/dev-libs/eina/eina-20081211.ebuild deleted file mode 100644 index c560adb..0000000 --- a/dev-libs/eina/eina-20081211.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Enlightenment eina library" -HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38104" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="mmx sse sse2 alitvec threads doc" - -inherit autotools subversion - -RDEPEND="" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable mmx cpu-mmx) \ - $(use_enable sse cpu-sse) \ - $(use_enable sse2 cpu-sse2) \ - $(use_enable altivec cpu-altivec) \ - $(use_enable threads pthread) \ - $(use_enable doc)" - - econf $myconf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/dev-libs/eina/eina-20090108.ebuild b/dev-libs/eina/eina-20090108.ebuild deleted file mode 100644 index 991610a..0000000 --- a/dev-libs/eina/eina-20090108.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Enlightenment eina library" -HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="mmx sse sse2 alitvec threads doc" - -inherit autotools subversion - -RDEPEND="" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable mmx cpu-mmx) \ - $(use_enable sse cpu-sse) \ - $(use_enable sse2 cpu-sse2) \ - $(use_enable altivec cpu-altivec) \ - $(use_enable threads pthread) \ - $(use_enable doc)" - - econf $myconf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/dev-libs/eina/eina-20090201-r38885.ebuild b/dev-libs/eina/eina-20090201-r38885.ebuild deleted file mode 100644 index df0e40a..0000000 --- a/dev-libs/eina/eina-20090201-r38885.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Enlightenment eina library" -HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="mmx sse sse2 alitvec threads doc" - -inherit autotools subversion - -RDEPEND="" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable mmx cpu-mmx) \ - $(use_enable sse cpu-sse) \ - $(use_enable sse2 cpu-sse2) \ - $(use_enable altivec cpu-altivec) \ - $(use_enable threads pthread) \ - $(use_enable doc)" - - econf $myconf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/dev-libs/eina/eina-20081014.ebuild b/dev-libs/eina/eina-20090212.ebuild index b9e301f..706c1af 100644 --- a/dev-libs/eina/eina-20081014.ebuild +++ b/dev-libs/eina/eina-20090212.ebuild @@ -1,30 +1,21 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +inherit enlightenment + DESCRIPTION="Enlightenment eina library" HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r36658" + LICENSE="LGPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="mmx sse sse2 alitvec threads doc" -inherit autotools subversion - RDEPEND="" DEPEND=">=dev-util/pkgconfig-0.9.0" S="${WORKDIR}/${PN}" -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - src_compile() { local myconf @@ -39,8 +30,3 @@ src_compile() { econf $myconf || die "econf failed" emake || die "emake failed" } - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/dev-libs/embryo/Manifest b/dev-libs/embryo/Manifest index d385cc0..20badfe 100644 --- a/dev-libs/embryo/Manifest +++ b/dev-libs/embryo/Manifest @@ -1,3 +1,3 @@ DIST embryo-0.9.9.050.tar.bz2 4083424 RMD160 7154b17fe8c7a61dacd5ff155d0c4768b6966759 SHA1 d4174c27c07b689b139dc7ead2250ad6be7a5ea8 SHA256 7f107a320d9641c24b03a4d55f06eda18b0776d404269757310b36d0c3b04a40 EBUILD embryo-0.9.9.050.ebuild 582 RMD160 5ecda16a0e54fe5de4d5ae87dc36a4945fc0ae86 SHA1 871c3368de584edd6998c26f9f96a2be752b91f8 SHA256 4f3d4990e6127d4f38d88d5a311b61ba4d6fed35aa049cfc5e5feb05b793f418 -EBUILD embryo-20090201-r38885.ebuild 800 RMD160 d8636bf9d21cae4a56a8c5a87dd8682f7a315a83 SHA1 36e024d76e96cfda0bbacefa9be5d74351c4412d SHA256 bf0f653f528f70657d9688db94c9923b4439ee66e0819e021bd92786c95a5bce +EBUILD embryo-20090212.ebuild 517 RMD160 3249baf63f11fe267e3056acebafb8beab865c45 SHA1 e256e21e63aa28d17e2f74a8c99eaa5bbe234932 SHA256 c25637cdb932738e38443ef3afa6e7f6417855af3858663a0633c0cc6252d0a2 diff --git a/dev-libs/embryo/embryo-20090201-r38885.ebuild b/dev-libs/embryo/embryo-20090212.ebuild index 18c4b50..6463b7d 100644 --- a/dev-libs/embryo/embryo-20090201-r38885.ebuild +++ b/dev-libs/embryo/embryo-20090212.ebuild @@ -2,13 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment embryo library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -inherit autotools subversion - LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" @@ -27,13 +24,3 @@ src_unpack() { touch README eautoreconf || die "Autoreconf failed" } - -src_compile() { - econf || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass new file mode 100644 index 0000000..f5cc74d --- /dev/null +++ b/eclass/enlightenment.eclass @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools subversion + + +ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk$SVN_SUBDIR/${PN}" +ESVN_REVISION="r39002" + +enlightenment_src_unpack() { + subversion_src_unpack + + cd "${S}" + + eautoreconf || die "eautoreconf failed" +} + +enlightenment_src_compile() { + + econf || die "econf failed" + + emake || die "emake failed" +} + +enlightenment_src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS README + +} + +EXPORT_FUNCTIONS src_unpack src_compile src_install
\ No newline at end of file diff --git a/media-libs/edje/Manifest b/media-libs/edje/Manifest index 3f1f7a7..61270cb 100644 --- a/media-libs/edje/Manifest +++ b/media-libs/edje/Manifest @@ -2,5 +2,4 @@ AUX no_hardcoded_tmp.diff 617 RMD160 14b86ed8f8f4d9a5c88260b23bc273297b2ec487 SH AUX no_hardcoded_tmp.diff~ 617 RMD160 f7db5547e0c3efd5d69a15a2ab326040fb3c5a72 SHA1 4bec3639b8a7d9897e170f770666db2c6ab97791 SHA256 2a92b9a0a4b48430528cf6d2864ca21e8ae268da17bd6dcda8553a65b0cbc758 DIST edje-0.9.9.050.tar.bz2 4144140 RMD160 28ec273828163590647f725598648fab3cea1553 SHA1 947abed60ea93a177cac2b5c20743a7afb3fdb86 SHA256 f72a585a521fc03ea20c0bd180182aa5330f26be3a984f1ac08ea0768526c796 EBUILD edje-0.9.9.050.ebuild 672 RMD160 685ea375e75fa8b1615fcf206efe44f4f4d919d5 SHA1 173c4948c06b512fad6e79fd11b5f4622a9d1460 SHA256 ee656579fecdab2787270e44b5ee3f9061fd13a4de4a592907f996432698cce2 -EBUILD edje-20090108.ebuild 903 RMD160 d63307e1db8559b96aa7b0303d20af1f2e76f92f SHA1 1ccdee96b3ada1880cd35aa4ac0050cee76bdca3 SHA256 32fd8e4e2ed20819765327a594556bfad5bd581f28274e277b35b99e78c1032e -EBUILD edje-20090201-r38885.ebuild 897 RMD160 eeaa7d50c41efa76d48b0a97eb47c4bcd7a94bc2 SHA1 80cfc7badc08cd2b15e26b775d6600ca1305e145 SHA256 ca910f49fc99689162d823666e4290c05cfd28ecdf749a88f4599828fa256dac +EBUILD edje-20090212.ebuild 615 RMD160 110b0462baacca655893f873e9c4c97aa435b439 SHA1 51bfadd2dce73c8043665435b9eea1ab7d228848 SHA256 4dfeaea974be949c9dc359164908aa8296fdc080147a3d4c4811762f28162571 diff --git a/media-libs/edje/edje-20090108.ebuild b/media-libs/edje/edje-20090108.ebuild deleted file mode 100644 index ebbf0d0..0000000 --- a/media-libs/edje/edje-20090108.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit autotools subversion - -DESCRIPTION="The Enlightenment edje library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="" - -RDEPEND=">=x11-libs/evas-20090108 - >=x11-libs/ecore-20090108 - >=dev-libs/eet-1.0.1 - >=dev-libs/embryo-0.9.1" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # I hate hardcoded paths - epatch "${FILESDIR}/no_hardcoded_tmp.diff" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - econf || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/edje/edje-20090201-r38885.ebuild b/media-libs/edje/edje-20090212.ebuild index 78c0b70..b6cccf9 100644 --- a/media-libs/edje/edje-20090201-r38885.ebuild +++ b/media-libs/edje/edje-20090212.ebuild @@ -2,12 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit autotools subversion +inherit enlightenment DESCRIPTION="The Enlightenment edje library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" @@ -30,13 +28,3 @@ src_unpack() { eautoreconf || die "eautoreconf failed" } - -src_compile() { - econf || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/emotion/Manifest b/media-libs/emotion/Manifest index e29c286..89dffe6 100644 --- a/media-libs/emotion/Manifest +++ b/media-libs/emotion/Manifest @@ -1,2 +1 @@ -EBUILD emotion-20090108.ebuild 1133 RMD160 e697c9d3050f484c4c1c5d030d646a6fbddaeeef SHA1 b8dea48c19bcb81ca949ff4286621663a83a75e5 SHA256 2a510e0991f08e772d8a09469f30d47d5c5bb2254cd14fb2e726281b722265ff -EBUILD emotion-20090201-r38885.ebuild 1143 RMD160 9d0f14498903405688ed986df83f63a2ebdcf181 SHA1 6ff94479326478649165ba5f5a0a8e7b2d42ce0b SHA256 f312710cc68deb42883d9339d45ed5a9ecd3d10de82e613e55997407b0e7c638 +EBUILD emotion-20090212.ebuild 836 RMD160 de58230d5abbe607872a0c02ac8ed2d2a9e3ce7a SHA1 a15d8af334481e4b53b3e9dd9a25b826195211b2 SHA256 02476a70b052c6d88a922b0b109e88e8c7deb59e4bb87f946ae78fc2bb6f6937 diff --git a/media-libs/emotion/emotion-20090108.ebuild b/media-libs/emotion/emotion-20090108.ebuild deleted file mode 100644 index ec5ddfe..0000000 --- a/media-libs/emotion/emotion-20090108.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment emotion library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="gstreamer xine vlc" - -inherit autotools subversion - -RDEPEND="dev-libs/eet - >=x11-libs/evas-20090108 - >=x11-libs/ecore-20090108 - media-libs/edje - gstreamer? ( media-libs/gstreamer - media-libs/gst-plugins-base ) - xine? ( media-libs/xine-lib ) - vlc? ( media-video/vlc )" - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable gstreamer) \ - $(use_enable xine) \ - $(use_enable vlc)" - - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/emotion/emotion-20090201-r38885.ebuild b/media-libs/emotion/emotion-20090212.ebuild index 2a1d6e3..3e323c1 100644 --- a/media-libs/emotion/emotion-20090201-r38885.ebuild +++ b/media-libs/emotion/emotion-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment emotion library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="gstreamer xine vlc" -inherit autotools subversion - RDEPEND="=dev-libs/eet-${PVR} =x11-libs/evas-${PVR} =x11-libs/ecore-${PVR} @@ -27,14 +25,6 @@ DEPEND=">=dev-util/pkgconfig-0.9.0" S="${WORKDIR}/${PN}" -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - src_compile() { local myconf @@ -47,8 +37,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/epsilon/Manifest b/media-libs/epsilon/Manifest index b80d8ac..4dee7c2 100644 --- a/media-libs/epsilon/Manifest +++ b/media-libs/epsilon/Manifest @@ -1,2 +1 @@ -EBUILD epsilon-20090108.ebuild 971 RMD160 099c956667e6f7a7c05cc1c23441029ec7aaf185 SHA1 90a3ed0e3e86428f15d7f35f9324595f2a614cfe SHA256 dce5b36aede6d92837df96a7fbabc47d8ccc22f24adc75894ab3a94a3f25c488 -EBUILD epsilon-20090201-r38885.ebuild 973 RMD160 13b35d94c932b595814e0224712b9fccad4a35ed SHA1 6630270d2c8a3db73d2353001f5c8ddd4991b3a4 SHA256 8898e966c121e90c143a77c7448000c6081315b30136aff5159f0c398f21c1de +EBUILD epsilon-20090212.ebuild 644 RMD160 04002cda6b591fa5575c0a1d242e38618fc58dae SHA1 4ac688218290e572cdb92527c472d5933c0411c8 SHA256 3659038d893dda57f3f28e493ade0c89dd28d629dae40d0b72deae6b3515346d diff --git a/media-libs/epsilon/epsilon-20090108.ebuild b/media-libs/epsilon/epsilon-20090108.ebuild deleted file mode 100644 index 1904c84..0000000 --- a/media-libs/epsilon/epsilon-20090108.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment epsilon library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="xine" - -inherit autotools subversion - -RDEPEND=" - media-libs/libpng - >=x11-libs/evas-20090108 - >=x11-libs/ecore-20090108 - media-libs/edje - xine? ( media-libs/xine-lib )" - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable xine thumbnailer-xine)" - - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/epsilon/epsilon-20090201-r38885.ebuild b/media-libs/epsilon/epsilon-20090212.ebuild index 01b9e62..43ff3d6 100644 --- a/media-libs/epsilon/epsilon-20090201-r38885.ebuild +++ b/media-libs/epsilon/epsilon-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment epsilon library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="xine" -inherit autotools subversion - RDEPEND=" media-libs/libpng =x11-libs/evas-${PVR} @@ -23,16 +21,6 @@ RDEPEND=" DEPEND=">=dev-util/pkgconfig-0.9.0" -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - src_compile() { local myconf @@ -43,8 +31,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/esmart/Manifest b/media-libs/esmart/Manifest index ef3f6cd..d3b79d8 100644 --- a/media-libs/esmart/Manifest +++ b/media-libs/esmart/Manifest @@ -1,2 +1 @@ -EBUILD esmart-20090108.ebuild 962 RMD160 50beb630289e539219802ba5b88e5183ab51f952 SHA1 180436062ba35dc75ae1f0ceaff20de8d9c27382 SHA256 036dee49800de8cd02eb2d45e6458a462a45e36c6660dc69daa3cc2981fb083e -EBUILD esmart-20090201-r38885.ebuild 950 RMD160 e760225702b16fb85c04516239c0c07f34b31148 SHA1 3ea8b0e7a2d4b95a125af6b9f1a1dfeaffcab47c SHA256 18879f984dbb0cb4d792cb7376bb33bed4e29a05279163faa195617a42809267 +EBUILD esmart-20090212.ebuild 621 RMD160 027d96d26fadeede56c836c867b2fb574a24b7dd SHA1 8d348a8daee3d776a80a16527ebfd606ad461967 SHA256 c267c91e61057fcfac09b3223279d899fb9403f8b28da3bac362fd7ddd7d7939 diff --git a/media-libs/esmart/esmart-20090108.ebuild b/media-libs/esmart/esmart-20090108.ebuild deleted file mode 100644 index 3e497be..0000000 --- a/media-libs/esmart/esmart-20090108.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment esmart library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="" - -inherit autotools subversion - -RDEPEND="media-libs/imlib2 - >=x11-libs/evas-20090108 - >=x11-libs/ecore-20090108 - >=media-libs/edje-20090108 - >=media-libs/epsilon-20090108" - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - --with-edje-cc=edje_cc" - - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/esmart/esmart-20090201-r38885.ebuild b/media-libs/esmart/esmart-20090212.ebuild index 0a9024c..1aeb466 100644 --- a/media-libs/esmart/esmart-20090201-r38885.ebuild +++ b/media-libs/esmart/esmart-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment esmart library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="" -inherit autotools subversion - RDEPEND="media-libs/imlib2 =x11-libs/evas-${PVR} =x11-libs/ecore-${PVR} @@ -22,16 +20,6 @@ RDEPEND="media-libs/imlib2 DEPEND=">=dev-util/pkgconfig-0.9.0" -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - src_compile() { local myconf @@ -42,8 +30,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest index a25038e..e50fbfc 100644 --- a/media-libs/imlib2/Manifest +++ b/media-libs/imlib2/Manifest @@ -1,6 +1,4 @@ AUX imlib2-1.4.2-CVE-2008-5187.patch 678 RMD160 fd7b0078640a3bc7a297d6b32f3063ed48227319 SHA1 aafad3c0692b6f1d78b3d0db902b2c3e7c4a178e SHA256 30e1e7a1185e71efb0c822a01553b2322d4f25dc4da997a02366ab7b365b5852 -DIST imlib2-1.4.2.tar.gz 932684 RMD160 9b1f40ee392c1e27c6a75bbf7e8c7fb379e74695 SHA1 769ea1da26774cd7531d1d66432cf8d7d7b30c2b SHA256 9099c7c33e4150ba6b43d12d1fbe2b7479cfe30285af49a531337c18c088110a EBUILD imlib2-1.4.2-r1.ebuild 1644 RMD160 1c46715aceb039bfe83dabc09bbd302d1e6908de SHA1 684b536b9ce32acdaae26f8db34b13ec3435ad55 SHA256 0b3345fa84cf5b744cdb4475ce133353979f58a71b292ece2d374aa94be34b02 -EBUILD imlib2-20090108.ebuild 1855 RMD160 255e06bf2d0c418d25d1a2c6455bd39e60915e33 SHA1 fd51a9ed07794edfd6614f7f12afdfd594dafa16 SHA256 9d6067b00849afc7b955d8cc92702c2b133c0e89a620a0d202d326dc5a5a9ba4 -EBUILD imlib2-20090201-r38885.ebuild 1855 RMD160 ac6db04555dd06ea88900f164c82a3d6d256cb16 SHA1 ea3ecfc8c05075f09780f7bc6f8aa448489aacb5 SHA256 0ca4fc5f4efcec7a144589a0e60fe0f6dd1c4e011fe1c4cf733710f35d6b2a68 +EBUILD imlib2-20090212.ebuild 1479 RMD160 c68c086782a02ff143cfb7dcbfa76f379b8e37cb SHA1 358927ab237a0750edc247b60f5e63ba901a1434 SHA256 177e583db5babc0adb91642aeb5c8f50232c2f459b898fbd04aa18ecd2c7c8aa MISC metadata.xml 2255 RMD160 da6c5bba4102a0a0bf263ed8f986704d74292a8f SHA1 5e968e9ca6c3640ee5e3c98c6939099014edbb27 SHA256 81f9771e8e64255ed50d174fe917f9ed0507db9afe88df9f29ce311a6075b30f diff --git a/media-libs/imlib2/imlib2-20090201-r38885.ebuild b/media-libs/imlib2/imlib2-20090201-r38885.ebuild deleted file mode 100644 index dcae8f3..0000000 --- a/media-libs/imlib2/imlib2-20090201-r38885.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -#inherit enlightenment toolchain-funcs eutils -inherit subversion autotools - -DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" -HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -SLOT=0 - -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="X bzip2 gif jpeg mmx mp3 png tiff zlib" - -DEPEND="=media-libs/freetype-2* - bzip2? ( app-arch/bzip2 ) - zlib? ( sys-libs/zlib ) - gif? ( >=media-libs/giflib-4.1.0 ) - png? ( >=media-libs/libpng-1.2.1 ) - jpeg? ( media-libs/jpeg ) - tiff? ( >=media-libs/tiff-3.5.5 ) - X? ( x11-libs/libXext x11-proto/xextproto ) - mp3? ( media-libs/libid3tag )" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - - # imlib2 has diff configure options for x86/amd64 mmx - local myconf="" - if [[ $(tc-arch) == "amd64" ]] ; then - myconf="$(use_enable mmx amd64) --disable-mmx" - else - myconf="--disable-amd64 $(use_enable mmx)" - fi - - [[ $(gcc-major-version) -ge 4 ]] && myconf="${myconf} --enable-visibility-hiding" - - - # Make sure the stuff also builds on cross-compilation - myconf="${myconf} \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - export MY_ECONF=" - $(use_with X x) \ - $(use_with jpeg) \ - $(use_with png) \ - $(use_with tiff) \ - $(use_with gif) \ - $(use_with zlib) \ - $(use_with bzip2) \ - $(use_with mp3 id3) \ - ${myconf} \ - " - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} - diff --git a/media-libs/imlib2/imlib2-20090108.ebuild b/media-libs/imlib2/imlib2-20090212.ebuild index b4418f6..c5afbba 100644 --- a/media-libs/imlib2/imlib2-20090108.ebuild +++ b/media-libs/imlib2/imlib2-20090212.ebuild @@ -2,16 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -#inherit enlightenment toolchain-funcs eutils -inherit subversion autotools +inherit enlightenment DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" SLOT=0 - KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="X bzip2 gif jpeg mmx mp3 png tiff zlib" @@ -25,14 +21,6 @@ DEPEND="=media-libs/freetype-2* X? ( x11-libs/libXext x11-proto/xextproto ) mp3? ( media-libs/libid3tag )" -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - src_compile() { # imlib2 has diff configure options for x86/amd64 mmx @@ -66,9 +54,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} - diff --git a/profiles/openmoko/virtuals b/profiles/openmoko/virtuals index bd9f536..2b0c784 100644 --- a/profiles/openmoko/virtuals +++ b/profiles/openmoko/virtuals @@ -21,3 +21,4 @@ virtual/pam >=sys-libs/pam-0.78 virtual/python dev-lang/python virtual/ruby dev-lang/ruby virtual/ssh net-misc/openssh +virtual/linux-sources sys-kernel/openmoko-stable-sources
\ No newline at end of file diff --git a/sys-mobilephone/fso-abyss/fso-abyss-0.2.0.ebuild b/sys-mobilephone/fso-abyss/fso-abyss-0.2.0.ebuild index 8e5d18b..cccac92 100644 --- a/sys-mobilephone/fso-abyss/fso-abyss-0.2.0.ebuild +++ b/sys-mobilephone/fso-abyss/fso-abyss-0.2.0.ebuild @@ -12,7 +12,7 @@ EGIT_PROJECT="fso-abbys.git" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm" +KEYWORDS="~arm ~x86 ~amd64" IUSE="" RDEPEND=">=dev-libs/glib-2.0 diff --git a/sys-mobilephone/zhone/zhone-0.5.ebuild b/sys-mobilephone/zhone/zhone-0.5.ebuild index a898f99..18bf307 100644 --- a/sys-mobilephone/zhone/zhone-0.5.ebuild +++ b/sys-mobilephone/zhone/zhone-0.5.ebuild @@ -27,7 +27,7 @@ RDEPEND=" >=sys-mobilephone/freesmartphone-framework-0.4 dev-python/pycairo" -DEPEND=">=media-libs/edje-0.9.9.050" +DEPEND="media-libs/edje" src_unpack() { diff --git a/sys-mobilephone/zhone/zhone-9999.ebuild b/sys-mobilephone/zhone/zhone-9999.ebuild index 7de366e..854833a 100644 --- a/sys-mobilephone/zhone/zhone-9999.ebuild +++ b/sys-mobilephone/zhone/zhone-9999.ebuild @@ -25,7 +25,7 @@ RDEPEND=" >=sys-mobilephone/freesmartphone-framework-0.4 dev-python/pycairo" -DEPEND=">=media-libs/edje-0.9.9.050" +DEPEND="media-libs/edje" src_unpack() { diff --git a/x11-base/xglamo/files/xserver-nodm b/x11-base/xglamo/files/xserver-nodm index b7f271a..4a0c709 100755 --- a/x11-base/xglamo/files/xserver-nodm +++ b/x11-base/xglamo/files/xserver-nodm @@ -17,7 +17,7 @@ depend() { before alsasound # Start before X - use acpid consolekit hald xfs + use acpid consolekit } XSERVER_BINARY=${XSERVER_BINARY:-/etc/X11/Xserver} diff --git a/x11-libs/e_dbus/Manifest b/x11-libs/e_dbus/Manifest index 0c0acf3..95f62b0 100644 --- a/x11-libs/e_dbus/Manifest +++ b/x11-libs/e_dbus/Manifest @@ -1,6 +1,4 @@ AUX e_dbus-0.5.0.050-e_notify_send-Makefile.patch 566 RMD160 a16d9b3c30468ebe6ea5c389f95cfc5a62657ba1 SHA1 da6799956de2c0a477a0435c9ed551f0fe5b3f0c SHA256 b36435962b294cb3146b930bc7da46844f2641f437b62d133762c94e02a16c77 DIST e_dbus-0.5.0.050.tar.bz2 240402 RMD160 a8709338da65aa9a8422a8f550f5e1a125f2fdca SHA1 4780cb3ce37cd3be6fe86af901db1215bda15c4b SHA256 7008c8f6e009b165108afc59319442eb98d6506409d9c4f11c31dac6cbcc06df EBUILD e_dbus-0.5.0.050.ebuild 1028 RMD160 afeb8a93d7986dc65e837d5ac78ca320204bf826 SHA1 b05a6cf9f0434ae7928a8139721c2e4a35e8df4a SHA256 0e96b2e78a9270813b0ae1949a4908af7b6c9afaa3ee22dc504c4a8f4ebe434a -EBUILD e_dbus-20081209.ebuild 921 RMD160 f394ea92cae0a62386ed7cece49aec444aca2341 SHA1 a9176f5fac47d98d141fa52778a8271039f37b44 SHA256 41ea502e3c36d857622cf7e07dae39802048241d1250761ba8e013c632f218f5 -EBUILD e_dbus-20090108.ebuild 921 RMD160 66702c01ce27ef321a94f0857f0e09d05c61aa22 SHA1 5ab0fb167b0f7eef1194d5362ce723f00c8d0306 SHA256 ad94ea4e3905c0ae00e4b68f3007cd244554fcf936bca36d3b085c6cecd678a7 -EBUILD e_dbus-20090201-r38885.ebuild 915 RMD160 e55d47ab9ee32407398f16b09dd8a8e2f514ca83 SHA1 6443fec2d14ad8a75bd2c950b7925ac4e58982b2 SHA256 9a86019b75cb8dd2af40b17de0d3d63fba82f74637564f0b63be7014343aba21 +EBUILD e_dbus-20090212.ebuild 639 RMD160 46ff6b0395f29b1b6dd1191cef809f1c85cc9851 SHA1 cc2159134154adf9c40b0b97ffe2e97e1a3c164f SHA256 f265d6de920eb219a984dd4ed1eb1fb2d40392bf6747b3cbcc97c96f3dfa05a5 diff --git a/x11-libs/e_dbus/e_dbus-20081209.ebuild b/x11-libs/e_dbus/e_dbus-20081209.ebuild deleted file mode 100644 index d9f849d..0000000 --- a/x11-libs/e_dbus/e_dbus-20081209.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment dbus binding library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38061" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="hal" - -inherit autotools subversion - -RDEPEND=">=dev-libs/eina-20081211 - >=sys-apps/dbus-1.2.1 - >=x11-libs/ecore-20081212" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_unpack() { - # Fetch and unpack the source files - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "autoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable hal ehal)" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/e_dbus/e_dbus-20090108.ebuild b/x11-libs/e_dbus/e_dbus-20090108.ebuild deleted file mode 100644 index 6c006e3..0000000 --- a/x11-libs/e_dbus/e_dbus-20090108.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment dbus binding library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="hal" - -inherit autotools subversion - -RDEPEND=">=dev-libs/eina-20090108 - >=sys-apps/dbus-1.2.1 - >=x11-libs/ecore-20090108" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_unpack() { - # Fetch and unpack the source files - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "autoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable hal ehal)" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/e_dbus/e_dbus-20090201-r38885.ebuild b/x11-libs/e_dbus/e_dbus-20090212.ebuild index fc925c9..4121c74 100644 --- a/x11-libs/e_dbus/e_dbus-20090201-r38885.ebuild +++ b/x11-libs/e_dbus/e_dbus-20090212.ebuild @@ -2,43 +2,30 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment dbus binding library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="hal" -inherit autotools subversion - RDEPEND="=dev-libs/eina-${PVR} >=sys-apps/dbus-1.2.1 =x11-libs/ecore-${PVR}" DEPEND=">=dev-util/pkgconfig-0.9.0" -src_unpack() { - # Fetch and unpack the source files - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "autoreconf failed" -} - src_compile() { local myconf myconf="${myconf} - $(use_enable hal ehal)" + $(use_enable hal ehal) + --enable-enm + --enable-build-test-gui + --enable-enotify" econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/Manifest b/x11-libs/ecore/Manifest index 83bbaf9..ba5cb29 100644 --- a/x11-libs/ecore/Manifest +++ b/x11-libs/ecore/Manifest @@ -1,5 +1,3 @@ DIST ecore-0.9.9.050.tar.bz2 10412842 RMD160 f6e25f96fad4e6ab81c119162384ba6780d83c4a SHA1 8d63e2e7c8eed83e3cee1360ef3e4520003d21dd SHA256 66380d748e4fc8d9763a1cadc5438ba95febbf3dc98105828b9795f3db687095 EBUILD ecore-0.9.9.050.ebuild 2400 RMD160 c4c922e8360e32802a4634f757ce03f057850f98 SHA1 5087613b11584ca1ac1264f3b8611acf5a18706c SHA256 b6757bb0d6f68b723a524fd8627e7555f1c88ee657a23f1a8a9dfdddd35ea93d -EBUILD ecore-20081212.ebuild 2593 RMD160 887879fa21533d0e22d1bc07e24aa276901b135a SHA1 1474379ffce5c9742b8ffe5f8352b82a73c12f0d SHA256 32a555f3f1c30846645906002223ad5109124a4fac5a156618c1864e56b836d9 -EBUILD ecore-20090108.ebuild 2593 RMD160 128b0d04e04010fd64d1c18f60c5feebe3834ece SHA1 0e0439ca31d305871ccc84b1d8afba0d53b74fa2 SHA256 7363192dd3e1f037bf44d18bac9eedd238d74ec4e7a5e85272d4d3bd1c59f6c9 -EBUILD ecore-20090201-r38885.ebuild 2593 RMD160 39727b5da96a50ea49755825123a29facd709dda SHA1 9fd440fc32fd6ea6434da4b030d7fc936d405e8e SHA256 5a57a31ad57bba092dda3ec94616783a6eb55ed01854e296b22a6b02bb1f1930 +EBUILD ecore-20090212.ebuild 2575 RMD160 9a52246b926f382b26648f99c66c1107fc59da86 SHA1 dcd6d5d847ed60d58dee0e2d3167437c65903461 SHA256 0ac13d8ca77d4c58d72faf49987026378f826469117309432ac91d4d9d93c233 diff --git a/x11-libs/ecore/ecore-20081212.ebuild b/x11-libs/ecore/ecore-20081212.ebuild deleted file mode 100644 index 7ee5544..0000000 --- a/x11-libs/ecore/ecore-20081212.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ecore library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38119" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl curl X xcb opengl directfb fbcon sdl" - -inherit toolchain-funcs autotools subversion - -RDEPEND=">=x11-libs/evas-0.9.9 - ssl? ( dev-libs/openssl ) - curl? ( net-misc/curl ) - X? ( x11-libs/libXrender - x11-libs/libXtst ) - xcb? ( x11-libs/libxcb ) - opengl? ( virtual/opengl ) - directfb? ( dev-libs/DirectFB ) - sdl? ( media-libs/libsdl )" - -DEPEND="X? ( x11-proto/xextproto - x11-proto/xproto )" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # Point to the sysroot SDL includes/libs on cross-compilation - if tc-is-cross-compiler; then - sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac - fi - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - # See the complete list at the end of this file - myconf="$(use_enable ssl openssl) \ - $(use_enable curl) \ - --enable-ecore-job \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-config \ - --enable-ecore-txt \ - --enable-ecore-evas \ - $(use_enable X simple-x11) \ - $(use_enable xcb ecore-x-xcb) \ - $(use_enable X ecore-x) \ - $(use_enable opengl ecore-evas-gl) \ - $(use_enable X evas-xrender) \ - $(use_enable X ecore-evas-x11-16) \ - $(use_enable directfb ecore-directfb) \ - $(use_enable directfb ecore-evas-dfb) \ - $(use_enable fbcon ecore-fb) \ - $(use_enable fbcon ecore-evas-fb) \ - $(use_enable sdl ecore-sdl) \ - $(use_enable sdl ecore-evas-sdl) \ - --enable-ecore-evas-buffer \ - --enable-ecore-file \ - --enable-inotify \ - --disable-poll" - - # We don't need the desktop part, it doesn't build and isn't used anymore! - myconf="${myconf} --disable-ecore-desktop" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/ecore-20090108.ebuild b/x11-libs/ecore/ecore-20090108.ebuild deleted file mode 100644 index a2b2397..0000000 --- a/x11-libs/ecore/ecore-20090108.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ecore library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl curl X xcb opengl directfb fbcon sdl" - -inherit toolchain-funcs autotools subversion - -RDEPEND=">=x11-libs/evas-0.9.9 - ssl? ( dev-libs/openssl ) - curl? ( net-misc/curl ) - X? ( x11-libs/libXrender - x11-libs/libXtst ) - xcb? ( x11-libs/libxcb ) - opengl? ( virtual/opengl ) - directfb? ( dev-libs/DirectFB ) - sdl? ( media-libs/libsdl )" - -DEPEND="X? ( x11-proto/xextproto - x11-proto/xproto )" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # Point to the sysroot SDL includes/libs on cross-compilation - if tc-is-cross-compiler; then - sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac - fi - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - # See the complete list at the end of this file - myconf="$(use_enable ssl openssl) \ - $(use_enable curl) \ - --enable-ecore-job \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-config \ - --enable-ecore-txt \ - --enable-ecore-evas \ - $(use_enable X simple-x11) \ - $(use_enable xcb ecore-x-xcb) \ - $(use_enable X ecore-x) \ - $(use_enable opengl ecore-evas-gl) \ - $(use_enable X evas-xrender) \ - $(use_enable X ecore-evas-x11-16) \ - $(use_enable directfb ecore-directfb) \ - $(use_enable directfb ecore-evas-dfb) \ - $(use_enable fbcon ecore-fb) \ - $(use_enable fbcon ecore-evas-fb) \ - $(use_enable sdl ecore-sdl) \ - $(use_enable sdl ecore-evas-sdl) \ - --enable-ecore-evas-buffer \ - --enable-ecore-file \ - --enable-inotify \ - --disable-poll" - - # We don't need the desktop part, it doesn't build and isn't used anymore! - myconf="${myconf} --disable-ecore-desktop" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/ecore-20090201-r38885.ebuild b/x11-libs/ecore/ecore-20090201-r38885.ebuild deleted file mode 100644 index fb9822f..0000000 --- a/x11-libs/ecore/ecore-20090201-r38885.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ecore library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl curl X xcb opengl directfb fbcon sdl" - -inherit toolchain-funcs autotools subversion - -RDEPEND="=x11-libs/evas-${PVR} - ssl? ( dev-libs/openssl ) - curl? ( net-misc/curl ) - X? ( x11-libs/libXrender - x11-libs/libXtst ) - xcb? ( x11-libs/libxcb ) - opengl? ( virtual/opengl ) - directfb? ( dev-libs/DirectFB ) - sdl? ( media-libs/libsdl )" - -DEPEND="X? ( x11-proto/xextproto - x11-proto/xproto )" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # Point to the sysroot SDL includes/libs on cross-compilation - if tc-is-cross-compiler; then - sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac - fi - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - # See the complete list at the end of this file - myconf="$(use_enable ssl openssl) \ - $(use_enable curl) \ - --enable-ecore-job \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-config \ - --enable-ecore-txt \ - --enable-ecore-evas \ - $(use_enable X simple-x11) \ - $(use_enable xcb ecore-x-xcb) \ - $(use_enable X ecore-x) \ - $(use_enable opengl ecore-evas-gl) \ - $(use_enable X evas-xrender) \ - $(use_enable X ecore-evas-x11-16) \ - $(use_enable directfb ecore-directfb) \ - $(use_enable directfb ecore-evas-dfb) \ - $(use_enable fbcon ecore-fb) \ - $(use_enable fbcon ecore-evas-fb) \ - $(use_enable sdl ecore-sdl) \ - $(use_enable sdl ecore-evas-sdl) \ - --enable-ecore-evas-buffer \ - --enable-ecore-file \ - --enable-inotify \ - --disable-poll" - - # We don't need the desktop part, it doesn't build and isn't used anymore! - myconf="${myconf} --disable-ecore-desktop" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/ecore-20090212.ebuild b/x11-libs/ecore/ecore-20090212.ebuild new file mode 100644 index 0000000..0daaf64 --- /dev/null +++ b/x11-libs/ecore/ecore-20090212.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit toolchain-funcs enlightenment + +DESCRIPTION="The Enlightenment ecore library." +HOMEPAGE="http://enlightenment.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="ssl curl X xcb opengl directfb fbcon sdl" + +RDEPEND="=x11-libs/evas-${PVR} + ssl? ( dev-libs/openssl ) + curl? ( net-misc/curl ) + X? ( x11-libs/libXrender + x11-libs/libXtst ) + xcb? ( x11-libs/libxcb ) + opengl? ( virtual/opengl ) + directfb? ( dev-libs/DirectFB ) + sdl? ( media-libs/libsdl )" + +DEPEND="X? ( x11-proto/xextproto + x11-proto/xproto )" + +src_unpack() { + subversion_src_unpack + + cd "${S}" + + # Point to the sysroot SDL includes/libs on cross-compilation + if tc-is-cross-compiler; then + sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac + fi + + touch README + touch ABOUT-NLS + + eautoreconf || die "Autoreconf failed" +} + +src_compile() { + local myconf + + # See the complete list at the end of this file + myconf="$(use_enable ssl openssl) \ + $(use_enable curl) \ + --enable-ecore-job \ + --enable-ecore-con \ + --enable-ecore-ipc \ + --enable-ecore-config \ + --enable-ecore-txt \ + --enable-ecore-evas \ + --enable-ecore-imf \ + --enable-ecore-imf-evas \ + $(use_enable X simple-x11) \ + $(use_enable xcb ecore-x-xcb) \ + $(use_enable X ecore-x) \ + $(use_enable opengl ecore-evas-opengl-x11) \ + $(use_enable X ecore-evas-xrender-x11) \ + $(use_enable X ecore-evas-software-16-x11) \ + $(use_enable directfb ecore-directfb) \ + $(use_enable directfb ecore-evas-dfb) \ + $(use_enable fbcon ecore-fb) \ + $(use_enable fbcon ecore-evas-fb) \ + $(use_enable sdl ecore-sdl) \ + $(use_enable sdl ecore-evas-sdl) \ + --enable-ecore-evas-buffer \ + --enable-ecore-file \ + --enable-inotify \ + --disable-poll" + + econf ${myconf} || die "Configuration failed" + emake || die "Make failed" +} diff --git a/x11-libs/elementary/Manifest b/x11-libs/elementary/Manifest index e5a431b..4cbb1ac 100644 --- a/x11-libs/elementary/Manifest +++ b/x11-libs/elementary/Manifest @@ -1,2 +1 @@ -EBUILD elementary-20090119.ebuild 1211 RMD160 7cf40826428e95b113a7ba081873ae865fa75139 SHA1 839628a8dada622563a7e3c347e77d48933aef90 SHA256 23331f54b017c2b24658022a94deceaa7ca83df67c7e87cf8cf06063505f5a97 -EBUILD elementary-20090201-r38885.ebuild 753 RMD160 c76f67bc25d2960107c504ab6c76ee453d4f8041 SHA1 d45337e5b5510dff151b6ce3963234806b029974 SHA256 7046327adf57cabdceb80f934c3b155c9d1eca1033c059a27138354a188c71a6 +EBUILD elementary-20090212.ebuild 655 RMD160 6dfa9fbd038e96403f6bde42f1ff084febb04401 SHA1 4806823500dac8122749a7e1c216a9a5a3c9a265 SHA256 8bdd256a0e2bc0cac8f64d3503e08052cd098cb8e0cac9a4944cd03ec121032e diff --git a/x11-libs/elementary/elementary-20090119.ebuild b/x11-libs/elementary/elementary-20090119.ebuild deleted file mode 100644 index db2022f..0000000 --- a/x11-libs/elementary/elementary-20090119.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary" -ESVN_REVISION="r36343" -inherit subversion autotools - -DESCRIPTION="toolkit based on the EFL" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="x11-libs/e_dbus - ${DEPEND}" -DEPEND="dev-libs/eet - x11-libs/ecore - media-libs/edje" - -#pkg_setup() { -# if ! built_with_use x11-libs/evas png ; then -# eerror "Re-emerge evas with USE=png" -# die "Re-emerge evas with USE=png" -# fi - -# local flag -# for flag in fbcon X ; do -# if use ${flag} ; then -# if ! built_with_use x11-libs/ecore ${flag} ; then -# eerror "Re-emerge ecore with USE=${flag}" -# die "Re-emerge ecore with USE=${flag}" -# fi -# fi -# done - -# enlightenment_pkg_setup -#} - -src_unpack() { - subversion_src_unpack - cd "${S}" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { -# cd "${S}" - econf || die "econf failed" - emake || die "emake failed" -# export MY_ECONF=" -# $(use_enable nls) -# " -# enlightenment_src_compile -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/elementary/elementary-20090201-r38885.ebuild b/x11-libs/elementary/elementary-20090201-r38885.ebuild deleted file mode 100644 index 0a9552b..0000000 --- a/x11-libs/elementary/elementary-20090201-r38885.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary" -ESVN_REVISION="r38885" -inherit subversion autotools - -DESCRIPTION="toolkit based on the EFL" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="=x11-libs/e_dbus-${PVR} - ${DEPEND}" - -DEPEND="=dev-libs/eet-${PVR} - =x11-libs/ecore-${PVR} - =media-libs/edje-${PVR}" - -src_unpack() { - subversion_src_unpack - cd "${S}" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/elementary/elementary-20090212.ebuild b/x11-libs/elementary/elementary-20090212.ebuild new file mode 100644 index 0000000..8978191 --- /dev/null +++ b/x11-libs/elementary/elementary-20090212.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# SVN_SUBDIR needs to be before we inherit eclass +SVN_SUBDIR=/TMP/st + +inherit enlightenment + +DESCRIPTION="Toolkit based on the EFL" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND="=x11-libs/e_dbus-${PVR} + =dev-libs/eet-${PVR} + =x11-libs/ecore-${PVR} + =media-libs/edje-${PVR}" + +DEPEND="media-libs/edje" + +src_compile() { + local myconf + + myconf="${myconf} \ + --with-edje-cc=/usr/bin/edje_cc" + + econf $myconf || die "econf failed" + emake || die "emake failed" +} diff --git a/x11-libs/etk/Manifest b/x11-libs/etk/Manifest index 4a864ad..b307cd8 100644 --- a/x11-libs/etk/Manifest +++ b/x11-libs/etk/Manifest @@ -1,2 +1 @@ -EBUILD etk-20090108.ebuild 1060 RMD160 5381409e36e6ab66e6065acc4f7915f55ec50d63 SHA1 443f09d345d01741b6b54bbffc2bb03c0252a29c SHA256 b1689a06650d735298943677b1fc54b2f8a03d8122ea9e7ae18092bcf87bfae7 -EBUILD etk-20090201-r38885.ebuild 1061 RMD160 e43434bf0909a3fa4d17a64b60fd99a85076adcf SHA1 28895e8d8c6785bd5c47ebd275beb554b2d020fa SHA256 d9e27732162d72a358f8070fe24b98f672c41d3b86edec70a11d4ad25ffbde99 +EBUILD etk-20090212.ebuild 849 RMD160 f7ed377e18a9b4cd64996740054ed8a8857671f0 SHA1 58ee66096b0f80ce9a475e62fa01e61dfb6134af SHA256 28bec95f31ed84d148c99a1d1b686050e1a5f45b653e05016a56ae0d211c57dc diff --git a/x11-libs/etk/etk-20090108.ebuild b/x11-libs/etk/etk-20090108.ebuild deleted file mode 100644 index b9e125c..0000000 --- a/x11-libs/etk/etk-20090108.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment etk library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="" - -inherit autotools subversion - -RDEPEND=" - >=x11-libs/evas-20090108 - >=x11-libs/ecore-20090108 - media-libs/edje" - - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # autoreconf fails without autopoinf -f - autopoint -f > /dev/null || die "autopoint failed" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/etk/etk-20090201-r38885.ebuild b/x11-libs/etk/etk-20090212.ebuild index 0459cd2..cf84a38 100644 --- a/x11-libs/etk/etk-20090201-r38885.ebuild +++ b/x11-libs/etk/etk-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment etk library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="" -inherit autotools subversion - RDEPEND=" =x11-libs/evas-${PVR} =x11-libs/ecore-${PVR} @@ -45,8 +43,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/evas/Manifest b/x11-libs/evas/Manifest index eff5a79..b2e38f2 100644 --- a/x11-libs/evas/Manifest +++ b/x11-libs/evas/Manifest @@ -1,5 +1,3 @@ DIST evas-0.9.9.050.tar.bz2 12291950 RMD160 d358956e690c439b5d1bcdf5a05aae87a7ebfd98 SHA1 13cc5791023038b1ab12955fa52f1c93bf218859 SHA256 8c238493ec1649d100c624345aa16db055c7bc7c651a5bdf8efaa37de7e512d2 EBUILD evas-0.9.9.050.ebuild 3958 RMD160 af36154dc23cc84f329561f820dcbc2f7a29d63c SHA1 90a05bfca64d7bb6e93e186deed9c33707479601 SHA256 211f73c9621cc0239303ee8254987c855929f4330166ae8679bacbbea560f6da -EBUILD evas-20081212.ebuild 4104 RMD160 5f8a93abe2abc070f83b749bbf55767438b99419 SHA1 1c7e244aa73e3be6b6233fb28fad5e233d376e34 SHA256 457fdce531465cb96aa45471da4094b20e91aadd22720f98370cfae83cd5e0ab -EBUILD evas-20090108.ebuild 4104 RMD160 f3e7d13398c131d9b93170a5e92ffb2d93212731 SHA1 22cc6f7a5b67c049b721e4008f974fbeee4b6a9d SHA256 09eed609ef2914757a2f929520e3a11c939811f148cbdf0ec847a0c0396d6b6b -EBUILD evas-20090201-r38885.ebuild 4104 RMD160 0f6c8d56ff999edf3064c345d37fcbc849477f7f SHA1 3591b958099b98d3b4ad3be31b98f8d219186be1 SHA256 ccbe943142c16a1b12705c928cf6c59f32aa8ecdbcb573466cd0647b39f6c174 +EBUILD evas-20090212.ebuild 3892 RMD160 ac327fdf3a56ab008b6c388f61b2d0a7ab43f064 SHA1 4bf692e158cd52aa6d12faeee2ec4d0c3ebd53ff SHA256 1d7449c541566af64e8d37c53d985aa529c11707c3caa3feb8cb644f2447718c diff --git a/x11-libs/evas/evas-20081212.ebuild b/x11-libs/evas/evas-20081212.ebuild deleted file mode 100644 index f6c32da..0000000 --- a/x11-libs/evas/evas-20081212.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment evas library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38120" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="X xcb sdl fbcon opengl directfb threads mmx sse altivec cairo fontconfig - gif png jpeg eet edb tiff xpm svg" - -inherit autotools subversion - -RDEPEND="fontconfig? ( media-libs/fontconfig ) - X? ( x11-libs/libXrender ) - sdl? ( media-libs/libsdl ) - opengl? ( virtual/opengl ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) - eet? ( dev-libs/eet ) - edb? ( dev-db/edb ) - tiff? ( media-libs/tiff ) - xpm? ( x11-libs/libXpm ) - svg? ( gnome-base/librsvg ) - cairo? ( x11-libs/cairo - x11-libs/libsvg-cairo ) - directfb? ( dev-libs/DirectFB )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - X? ( x11-proto/xextproto - x11-proto/xproto )" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable fontconfig) \ - $(use_enable X software-x11) \ - $(use_enable X software-16-x11) \ - $(use_enable xcb software-xcb) \ - $(use_enable sdl software-sdl) \ - $(use_enable sdl sdl-primitive) \ - $(use_enable fbcon fb) \ - $(use_enable opengl gl-x11) \ - $(use_enable X xrender-x11) \ - $(use_enable xcb xrender-xcb) \ - $(use_enable gif image-loader-gif) \ - $(use_enable png image-loader-png) \ - $(use_enable jpeg image-loader-jpeg) \ - $(use_enable eet image-loader-eet) \ - $(use_enable eet font-loader-eet) \ - $(use_enable edb image-loader-edb) \ - $(use_enable tiff image-loader-tiff) \ - $(use_enable xpm image-loader-xpm) \ - $(use_enable svg image-loader-svg) \ - $(use_enable threads pthreads) \ - $(use_enable mmx cpu-mmx) \ - $(use_enable sse cpu-sse) \ - $(use_enable altivec cpu-altivec) \ - $(use_enable cairo cairo-x11) \ - $(use_enable directfb) \ - --enable-buffer \ - --disable-image-loader-pmaps \ - --enable-cpu-c \ - --enable-scale-sample \ - --enable-scale-smooth \ - --enable-convert-8-rgb-332 \ - --enable-convert-8-rgb-666 \ - --enable-convert-8-rgb-232 \ - --enable-convert-8-rgb-222 \ - --enable-convert-8-rgb-221 \ - --enable-convert-8-rgb-121 \ - --enable-convert-8-rgb-111 \ - --enable-convert-16-rgb-565 \ - --enable-convert-16-rgb-555 \ - --enable-convert-16-rgb-444 \ - --enable-convert-16-rgb-rot-0 \ - --enable-convert-16-rgb-rot-270 \ - --enable-convert-16-rgb-rot-90 \ - --enable-convert-24-rgb-888 \ - --enable-convert-24-bgr-888 \ - --enable-convert-32-rgb-8888 \ - --enable-convert-32-rgbx-8888 \ - --enable-convert-32-bgr-8888 \ - --enable-convert-32-bgrx-8888 \ - --enable-convert-32-rgb-rot-0 \ - --enable-convert-32-rgb-rot-270 \ - --enable-convert-32-rgb-rot-90 \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/evas/evas-20090201-r38885.ebuild b/x11-libs/evas/evas-20090201-r38885.ebuild deleted file mode 100644 index 50d9df6..0000000 --- a/x11-libs/evas/evas-20090201-r38885.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment evas library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="X xcb sdl fbcon opengl directfb threads mmx sse altivec cairo fontconfig - gif png jpeg eet edb tiff xpm svg" - -inherit autotools subversion - -RDEPEND="fontconfig? ( media-libs/fontconfig ) - X? ( x11-libs/libXrender ) - sdl? ( media-libs/libsdl ) - opengl? ( virtual/opengl ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) - eet? ( dev-libs/eet ) - edb? ( dev-db/edb ) - tiff? ( media-libs/tiff ) - xpm? ( x11-libs/libXpm ) - svg? ( gnome-base/librsvg ) - cairo? ( x11-libs/cairo - x11-libs/libsvg-cairo ) - directfb? ( dev-libs/DirectFB )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - X? ( x11-proto/xextproto - x11-proto/xproto )" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable fontconfig) \ - $(use_enable X software-x11) \ - $(use_enable X software-16-x11) \ - $(use_enable xcb software-xcb) \ - $(use_enable sdl software-sdl) \ - $(use_enable sdl sdl-primitive) \ - $(use_enable fbcon fb) \ - $(use_enable opengl gl-x11) \ - $(use_enable X xrender-x11) \ - $(use_enable xcb xrender-xcb) \ - $(use_enable gif image-loader-gif) \ - $(use_enable png image-loader-png) \ - $(use_enable jpeg image-loader-jpeg) \ - $(use_enable eet image-loader-eet) \ - $(use_enable eet font-loader-eet) \ - $(use_enable edb image-loader-edb) \ - $(use_enable tiff image-loader-tiff) \ - $(use_enable xpm image-loader-xpm) \ - $(use_enable svg image-loader-svg) \ - $(use_enable threads pthreads) \ - $(use_enable mmx cpu-mmx) \ - $(use_enable sse cpu-sse) \ - $(use_enable altivec cpu-altivec) \ - $(use_enable cairo cairo-x11) \ - $(use_enable directfb) \ - --enable-buffer \ - --disable-image-loader-pmaps \ - --enable-cpu-c \ - --enable-scale-sample \ - --enable-scale-smooth \ - --enable-convert-8-rgb-332 \ - --enable-convert-8-rgb-666 \ - --enable-convert-8-rgb-232 \ - --enable-convert-8-rgb-222 \ - --enable-convert-8-rgb-221 \ - --enable-convert-8-rgb-121 \ - --enable-convert-8-rgb-111 \ - --enable-convert-16-rgb-565 \ - --enable-convert-16-rgb-555 \ - --enable-convert-16-rgb-444 \ - --enable-convert-16-rgb-rot-0 \ - --enable-convert-16-rgb-rot-270 \ - --enable-convert-16-rgb-rot-90 \ - --enable-convert-24-rgb-888 \ - --enable-convert-24-bgr-888 \ - --enable-convert-32-rgb-8888 \ - --enable-convert-32-rgbx-8888 \ - --enable-convert-32-bgr-8888 \ - --enable-convert-32-bgrx-8888 \ - --enable-convert-32-rgb-rot-0 \ - --enable-convert-32-rgb-rot-270 \ - --enable-convert-32-rgb-rot-90 \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/evas/evas-20090108.ebuild b/x11-libs/evas/evas-20090212.ebuild index e58d794..7f98196 100644 --- a/x11-libs/evas/evas-20090108.ebuild +++ b/x11-libs/evas/evas-20090212.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment evas library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" LICENSE="GPL-2" SLOT="0" @@ -13,8 +13,6 @@ KEYWORDS="~arm ~x86 ~amd64" IUSE="X xcb sdl fbcon opengl directfb threads mmx sse altivec cairo fontconfig gif png jpeg eet edb tiff xpm svg" -inherit autotools subversion - RDEPEND="fontconfig? ( media-libs/fontconfig ) X? ( x11-libs/libXrender ) sdl? ( media-libs/libsdl ) @@ -110,8 +108,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ewl/Manifest b/x11-libs/ewl/Manifest index ddca346..d0f344d 100644 --- a/x11-libs/ewl/Manifest +++ b/x11-libs/ewl/Manifest @@ -1,2 +1 @@ -EBUILD ewl-20090108.ebuild 1552 RMD160 57d9e0fce4e9f6be8593950a860b747de495c239 SHA1 044f89b79450e5609aa44d6226eb9fb560793147 SHA256 5cb05373a21317153aa113a71737414e4999ff2b39f760dc8b88827d80d158ee -EBUILD ewl-20090201-r38885.ebuild 1546 RMD160 3addb9fa0e37de27bb842d4cfcabd98864a1c4ed SHA1 0235c0a5d8bd3dbc778cba75c2a272033777162c SHA256 72d283b4569cc2aae036d5023331b5a545e81a3413ec6b1ad383cee97da741c4 +EBUILD ewl-20090212.ebuild 1239 RMD160 ad9fef05270a0483e91fd0d31e163f4c099a98b4 SHA1 d25d098252efbfb1887d54860cb7b7acc62adbc4 SHA256 6cbc57a4ccdb887da41f4879b7e9730e40acc6953d0d73c48ee769673a5e1541 diff --git a/x11-libs/ewl/ewl-20090108.ebuild b/x11-libs/ewl/ewl-20090108.ebuild deleted file mode 100644 index 5e9e8c6..0000000 --- a/x11-libs/ewl/ewl-20090108.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ewl library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="X xcb sdl fbcon opengl" - -inherit autotools subversion - -RDEPEND=" - X? ( x11-libs/libXrender ) - xcb? ( x11-misc/xcb ) - sdl? ( media-libs/libsdl ) - opengl? ( virtual/opengl ) - >=media-libs/emotion-20090108 - >=media-libs/epsilon-20090108" - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable X software-x11) \ - $(use_enable X software-16-x11) \ - $(use_enable xcb software-xcb) \ - $(use_enable sdl software-sdl) \ - $(use_enable fbcon fb) \ - $(use_enable opengl opengl-glew) \ - $(use_enable opengl opengl-x11) \ - $(use_enable X xrender-x11) \ - --enable-software-buffer \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ewl/ewl-20090201-r38885.ebuild b/x11-libs/ewl/ewl-20090212.ebuild index 8ad4b95..06f3532 100644 --- a/x11-libs/ewl/ewl-20090201-r38885.ebuild +++ b/x11-libs/ewl/ewl-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment ewl library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="X xcb sdl fbcon opengl" -inherit autotools subversion - RDEPEND=" X? ( x11-libs/libXrender ) xcb? ( x11-misc/xcb ) @@ -26,14 +24,6 @@ DEPEND=">=dev-util/pkgconfig-0.9.0" S="${WORKDIR}/${PN}" -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - src_compile() { local myconf @@ -54,8 +44,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-wm/e/Manifest b/x11-wm/e/Manifest index 4cb4978..4e37ced 100644 --- a/x11-wm/e/Manifest +++ b/x11-wm/e/Manifest @@ -1,5 +1 @@ -AUX applications.menu 2267 RMD160 812c2384ccbd6e0403c593ca7cd9295f15a22fcd SHA1 5a83b3f38fdf605cbe40809a9b5c70e1e3c62ba1 SHA256 f3d7dda0693bc51be70acb267fb5b5183c9dffc05c37d13cb6b1ced66d1c61f8 -EBUILD e-20081014.ebuild 1441 RMD160 e93e2cee7b3ed55366a54eb7fd61644e6b2cde04 SHA1 97b371a921cec7c54a5a511d5295177fa33ceccd SHA256 2e9ac82dd2cfd450d1868febca88d078502760a4a564271c0c77642589ccb740 -EBUILD e-20081210.ebuild 1626 RMD160 a8c9404bdf805d372f4ba7ccfefc71bb619111fc SHA1 fa8936182419ddee224d08743c2b90e722c9bd7f SHA256 29874c7c3cf911272d7dd7cf668dd467398276ed87846046122c39bcb980cb3d -EBUILD e-20090108.ebuild 1755 RMD160 d2df810d8fe1a9f0fe0908669f84441d1f332821 SHA1 84d4f8d927307fbf7c8982dc1f497c17c0b7d250 SHA256 c99a0b0a945f440efa9b1506d2242de580ae1a2161c0150c155adcb86113f3da -EBUILD e-20090201-r38885.ebuild 1762 RMD160 0edc03b6b58f8d435c64e6ed5188f9d50d7f65a2 SHA1 6b322a7c5dbfcacd57d00b87cb289df0eb6e2aa8 SHA256 f012e0af4d105fa6303c1fa65dc66135b5cde7d5427d0ee32e19a8b9d6bd343d +EBUILD e-20090212.ebuild 1677 RMD160 622896b9b874c960b4d007afdc0658ca9e1e9755 SHA1 c0abd6f6adbe26531f507a25a6218a4ff3fc53c9 SHA256 0c433d36415812bd7cb5152c82b3d00dd1f6579a9711eafae03dfadbf6ede68c diff --git a/x11-wm/e/e-20081014.ebuild b/x11-wm/e/e-20081014.ebuild deleted file mode 100644 index e3837fd..0000000 --- a/x11-wm/e/e-20081014.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Enlightenment E17 window manager" -HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r36661" -LICENSE="GPL" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="X alsa dbus nls files" - -inherit autotools subversion - -RDEPEND="dev-libs/eina - x11-libs/ecore - dev-libs/eet - dbus? ( x11-libs/e_dbus ) - X? ( x11-libs/libX11 ) - alsa? ( media-libs/alsa-lib )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - media-libs/edje" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - if use dbus && ! built_with_use x11-libs/e_dbus hal; then - die "Please rebuild x11-libs/e_dbus with the hal use flag enabled!" - fi -} - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - autopoint -f || die "autopoint faile" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} \ - $(use_enable alsa) \ - $(use_enable files) \ - $(use_enable nls) \ - $(use_with X x) \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib\ - --with-edje-cc=/usr/bin/edje_cc\ - --with-eet-eet=/usr/bin/eet" - - econf $myconf || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/x11-wm/e/e-20081210.ebuild b/x11-wm/e/e-20081210.ebuild deleted file mode 100644 index 496e523..0000000 --- a/x11-wm/e/e-20081210.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Enlightenment E17 window manager" -HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38100" -LICENSE="GPL" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="X alsa dbus nls files pam" - -inherit autotools subversion - -RDEPEND="dev-libs/eet - =dev-libs/eina-20081211 - =dev-libs/efreet-20081114 - =x11-libs/ecore-20081212 - =x11-libs/evas-20081212 - >=media-libs/edje-0.5.0 - dbus? ( =x11-libs/e_dbus-20081209 ) - X? ( x11-libs/libX11 ) - alsa? ( media-libs/alsa-lib ) - pam? ( sys-libs/pam )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - media-libs/edje - dev-util/cvs" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - if use dbus && ! built_with_use x11-libs/e_dbus hal; then - die "Please rebuild x11-libs/e_dbus with the hal use flag enabled!" - fi -} - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - autopoint -f || die "autopoint failed" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} \ - $(use_enable alsa) \ - $(use_enable files) \ - $(use_enable nls) \ - $(use_enable pam) \ - $(use_with X x) \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib\ - --with-edje-cc=/usr/bin/edje_cc\ - --with-eet-eet=/usr/bin/eet" - - econf $myconf || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README -} diff --git a/x11-wm/e/e-20090108.ebuild b/x11-wm/e/e-20090108.ebuild deleted file mode 100644 index 4838d18..0000000 --- a/x11-wm/e/e-20090108.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Enlightenment E17 window manager" -HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" -LICENSE="GPL" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="X alsa dbus nls files pam" - -inherit autotools subversion - -RDEPEND="dev-libs/eet - =dev-libs/eina-20090108 - =dev-libs/efreet-20090108 - =x11-libs/ecore-20090108 - =x11-libs/evas-20090108 - >=media-libs/edje-0.5.0 - dbus? ( =x11-libs/e_dbus-20090108 ) - X? ( x11-libs/libX11 ) - alsa? ( media-libs/alsa-lib ) - pam? ( sys-libs/pam )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - media-libs/edje - dev-util/cvs" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - if use dbus && ! built_with_use x11-libs/e_dbus hal; then - die "Please rebuild x11-libs/e_dbus with the hal use flag enabled!" - fi -} - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - autopoint -f || die "autopoint failed" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} \ - $(use_enable alsa) \ - $(use_enable files) \ - $(use_enable nls) \ - $(use_enable pam) \ - $(use_with X x) \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib\ - --with-edje-cc=/usr/bin/edje_cc\ - --with-eet-eet=/usr/bin/eet" - - econf $myconf || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog COPYING NEWS README - - keepdir /etc/xdg/menus - insinto /etc/xdg/menus - newins "${FILESDIR}/applications.menu" applications.menu - -} diff --git a/x11-wm/e/e-20090201-r38885.ebuild b/x11-wm/e/e-20090212.ebuild index 624061a..fce4db8 100644 --- a/x11-wm/e/e-20090201-r38885.ebuild +++ b/x11-wm/e/e-20090212.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +inherit enlightenment + DESCRIPTION="Enlightenment E17 window manager" HOMEPAGE="http://www.enlightenment.org/" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL" SLOT="0" @@ -25,8 +25,7 @@ RDEPEND="=dev-libs/eet-${PVR} pam? ( sys-libs/pam )" DEPEND=">=dev-util/pkgconfig-0.9.0 - =media-libs/edje-${PVR} - dev-util/cvs" + media-libs/edje" S="${WORKDIR}/${PN}" |