aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/eina')
-rw-r--r--dev-libs/eina/Manifest5
-rw-r--r--dev-libs/eina/eina-20081211.ebuild47
-rw-r--r--dev-libs/eina/eina-20090108.ebuild47
-rw-r--r--dev-libs/eina/eina-20090201-r38885.ebuild47
-rw-r--r--dev-libs/eina/eina-20090212.ebuild (renamed from dev-libs/eina/eina-20081014.ebuild)20
5 files changed, 4 insertions, 162 deletions
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
-}