diff options
author | Robert Piasek <dagger@gentoo.org> | 2009-02-12 22:44:25 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2009-02-12 22:44:25 +0000 |
commit | e66b5e1601ea606ead3749e862f5dab08305f9a8 (patch) | |
tree | 6c249d1d826d2b46ee196ccc2bc433de7d3f8536 /x11-libs/etk | |
parent | initial commit of shr's openmoko-messages3 (diff) | |
download | embedded-cross-e66b5e1601ea606ead3749e862f5dab08305f9a8.tar.gz embedded-cross-e66b5e1601ea606ead3749e862f5dab08305f9a8.tar.bz2 embedded-cross-e66b5e1601ea606ead3749e862f5dab08305f9a8.zip |
Revision bump for EFL libraries
Cleanup of old versions
Diffstat (limited to 'x11-libs/etk')
-rw-r--r-- | x11-libs/etk/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/etk/etk-20090108.ebuild | 53 | ||||
-rw-r--r-- | x11-libs/etk/etk-20090212.ebuild (renamed from x11-libs/etk/etk-20090201-r38885.ebuild) | 11 |
3 files changed, 3 insertions, 64 deletions
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 -} |