summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-12-11 03:55:05 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-12-11 03:55:05 +0000
commit9fcda55d67cf581e5e6e4fa76bc702f334717ffb (patch)
tree6db1b4748a2669018f34e2d09a13e3e8891423e0 /dev-libs/libe
parentRemove old (diff)
downloadgentoo-2-9fcda55d67cf581e5e6e4fa76bc702f334717ffb.tar.gz
gentoo-2-9fcda55d67cf581e5e6e4fa76bc702f334717ffb.tar.bz2
gentoo-2-9fcda55d67cf581e5e6e4fa76bc702f334717ffb.zip
Remove old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libe')
-rw-r--r--dev-libs/libe/ChangeLog6
-rw-r--r--dev-libs/libe/libe-0.2.7.ebuild24
-rw-r--r--dev-libs/libe/libe-0.3.0.ebuild20
-rw-r--r--dev-libs/libe/libe-0.3.1.ebuild28
-rw-r--r--dev-libs/libe/libe-0.3.2.ebuild28
5 files changed, 5 insertions, 101 deletions
diff --git a/dev-libs/libe/ChangeLog b/dev-libs/libe/ChangeLog
index da1e5829be22..ee90f386f73b 100644
--- a/dev-libs/libe/ChangeLog
+++ b/dev-libs/libe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libe
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.7 2013/11/20 03:47:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.8 2013/12/11 03:55:05 patrick Exp $
+
+ 11 Dec 2013; Patrick Lauer <patrick@gentoo.org> -libe-0.2.7.ebuild,
+ -libe-0.3.0.ebuild, -libe-0.3.1.ebuild, -libe-0.3.2.ebuild:
+ Remove old
*libe-0.4.0 (20 Nov 2013)
diff --git a/dev-libs/libe/libe-0.2.7.ebuild b/dev-libs/libe/libe-0.2.7.ebuild
deleted file mode 100644
index cff7cb0fc52b..000000000000
--- a/dev-libs/libe/libe-0.2.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.2.7.ebuild,v 1.3 2012/08/20 13:15:43 patrick Exp $
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Hyperdex libe support library"
-
-HOMEPAGE="http://hyperdex.org"
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-RDEPEND="dev-libs/libpo6"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}/libe-getpid.patch"
-}
diff --git a/dev-libs/libe/libe-0.3.0.ebuild b/dev-libs/libe/libe-0.3.0.ebuild
deleted file mode 100644
index 697a478c3af5..000000000000
--- a/dev-libs/libe/libe-0.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.3.0.ebuild,v 1.1 2013/01/24 05:46:14 patrick Exp $
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Hyperdex libe support library"
-
-HOMEPAGE="http://hyperdex.org"
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-RDEPEND="dev-libs/libpo6"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
diff --git a/dev-libs/libe/libe-0.3.1.ebuild b/dev-libs/libe/libe-0.3.1.ebuild
deleted file mode 100644
index b6b8482ee26b..000000000000
--- a/dev-libs/libe/libe-0.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.3.1.ebuild,v 1.1 2013/02/25 05:40:49 patrick Exp $
-EAPI=4
-
-inherit eutils
-
-# bit messy at the moment, next release should fix it I hope
-RESTRICT="test"
-
-DESCRIPTION="Hyperdex libe support library"
-
-HOMEPAGE="http://hyperdex.org"
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-RDEPEND="dev-libs/libpo6"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die
- sed -i -e 's/timer.h/time.h/' e/profiler.h || die
-}
diff --git a/dev-libs/libe/libe-0.3.2.ebuild b/dev-libs/libe/libe-0.3.2.ebuild
deleted file mode 100644
index b9f5a7174afc..000000000000
--- a/dev-libs/libe/libe-0.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.3.2.ebuild,v 1.1 2013/04/15 06:22:04 patrick Exp $
-EAPI=4
-
-inherit eutils
-
-# bit messy at the moment, next release should fix it I hope
-RESTRICT="test"
-
-DESCRIPTION="Hyperdex libe support library"
-
-HOMEPAGE="http://hyperdex.org"
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-RDEPEND="dev-libs/libpo6"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die
- sed -i -e 's/timer.h/time.h/' e/profiler.h || die
-}