summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-01-16 04:47:18 +0000
committerTim Harder <radhermit@gentoo.org>2012-01-16 04:47:18 +0000
commit6e64140c088bc360b7e6ab9227bf42d01b931f18 (patch)
treeee0993e5db83bb82887fdfbfe2d712b4a80affaa /dev-libs/libexplain
parentVersion bump. (diff)
downloadgentoo-2-6e64140c088bc360b7e6ab9227bf42d01b931f18.tar.gz
gentoo-2-6e64140c088bc360b7e6ab9227bf42d01b931f18.tar.bz2
gentoo-2-6e64140c088bc360b7e6ab9227bf42d01b931f18.zip
Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libexplain')
-rw-r--r--dev-libs/libexplain/ChangeLog7
-rw-r--r--dev-libs/libexplain/libexplain-0.40.ebuild38
-rw-r--r--dev-libs/libexplain/libexplain-0.42.ebuild38
-rw-r--r--dev-libs/libexplain/libexplain-0.45.ebuild49
-rw-r--r--dev-libs/libexplain/libexplain-0.46.ebuild49
-rw-r--r--dev-libs/libexplain/libexplain-0.47.ebuild50
6 files changed, 6 insertions, 225 deletions
diff --git a/dev-libs/libexplain/ChangeLog b/dev-libs/libexplain/ChangeLog
index 4074f5ecaf36..c6a96da96956 100644
--- a/dev-libs/libexplain/ChangeLog
+++ b/dev-libs/libexplain/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libexplain
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.13 2012/01/16 04:46:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.14 2012/01/16 04:47:17 radhermit Exp $
+
+ 16 Jan 2012; Tim Harder <radhermit@gentoo.org> -libexplain-0.40.ebuild,
+ -libexplain-0.42.ebuild, -libexplain-0.45.ebuild, -libexplain-0.46.ebuild,
+ -libexplain-0.47.ebuild:
+ Remove old.
*libexplain-0.50 (16 Jan 2012)
diff --git a/dev-libs/libexplain/libexplain-0.40.ebuild b/dev-libs/libexplain/libexplain-0.40.ebuild
deleted file mode 100644
index 4a2f124da79d..000000000000
--- a/dev-libs/libexplain/libexplain-0.40.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.40.ebuild,v 1.7 2011/06/28 12:02:45 jlec Exp $
-
-EAPI=4
-
-MY_P="${P}.D001"
-
-DESCRIPTION="Library which may be used to explain Unix and Linux system call errors"
-HOMEPAGE="http://libexplain.sourceforge.net/"
-#SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE=""
-
-DEPEND="
- >=sys-kernel/linux-headers-2.6.35
- sys-libs/libcap
- >=sys-libs/glibc-2.11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- # Portage incompatible test
- sed \
- -e '/t0524a/d' \
- -e '/t0363a/d' \
- -i Makefile.in || die
-}
-
-src_install() {
- MAKEOPTS+=" -j1"
- default
-}
diff --git a/dev-libs/libexplain/libexplain-0.42.ebuild b/dev-libs/libexplain/libexplain-0.42.ebuild
deleted file mode 100644
index cb2d7a30cfe2..000000000000
--- a/dev-libs/libexplain/libexplain-0.42.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.42.ebuild,v 1.2 2011/06/28 12:02:45 jlec Exp $
-
-EAPI=4
-
-MY_P="${P}.D001"
-
-DESCRIPTION="Library which may be used to explain Unix and Linux system call errors"
-HOMEPAGE="http://libexplain.sourceforge.net/"
-SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
-#SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE=""
-
-DEPEND="
- >=sys-kernel/linux-headers-2.6.35
- sys-libs/libcap
- >=sys-libs/glibc-2.11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- # Portage incompatible test
- sed \
- -e '/t0524a/d' \
- -e '/t0363a/d' \
- -i Makefile.in || die
-}
-
-src_install() {
- MAKEOPTS+=" -j1"
- default
-}
diff --git a/dev-libs/libexplain/libexplain-0.45.ebuild b/dev-libs/libexplain/libexplain-0.45.ebuild
deleted file mode 100644
index f498fc7c2001..000000000000
--- a/dev-libs/libexplain/libexplain-0.45.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.45.ebuild,v 1.2 2011/11/27 17:01:06 jlec Exp $
-
-EAPI=4
-inherit autotools eutils
-
-MY_P="${P}.D001"
-
-DESCRIPTION="Library which may be used to explain Unix and Linux system call errors"
-HOMEPAGE="http://libexplain.sourceforge.net/"
-SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE="static-libs"
-
-DEPEND="
- >=sys-kernel/linux-headers-2.6.35
- sys-libs/libcap
- >=sys-libs/glibc-2.11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- # Portage incompatible test
- sed \
- -e '/t0524a/d' \
- -e '/t0363a/d' \
- -i Makefile.in || die
-
- cp "${S}"/etc/configure.ac "${S}"
- epatch "${FILESDIR}"/${P}-configure.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- MAKEOPTS+=" -j1"
- default
-
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-}
diff --git a/dev-libs/libexplain/libexplain-0.46.ebuild b/dev-libs/libexplain/libexplain-0.46.ebuild
deleted file mode 100644
index 9642d4128f37..000000000000
--- a/dev-libs/libexplain/libexplain-0.46.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.46.ebuild,v 1.2 2011/11/27 17:01:06 jlec Exp $
-
-EAPI=4
-inherit autotools eutils
-
-MY_P="${P}.D001"
-
-DESCRIPTION="Library which may be used to explain Unix and Linux system call errors"
-HOMEPAGE="http://libexplain.sourceforge.net/"
-SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE="static-libs"
-
-DEPEND="
- >=sys-kernel/linux-headers-2.6.35
- sys-libs/libcap
- >=sys-libs/glibc-2.11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- # Portage incompatible test
- sed \
- -e '/t0524a/d' \
- -e '/t0363a/d' \
- -i Makefile.in || die
-
- cp "${S}"/etc/configure.ac "${S}"
- epatch "${FILESDIR}"/${PN}-0.45-configure.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- MAKEOPTS+=" -j1"
- default
-
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-}
diff --git a/dev-libs/libexplain/libexplain-0.47.ebuild b/dev-libs/libexplain/libexplain-0.47.ebuild
deleted file mode 100644
index babb54906054..000000000000
--- a/dev-libs/libexplain/libexplain-0.47.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.47.ebuild,v 1.2 2011/11/27 17:01:06 jlec Exp $
-
-EAPI=4
-inherit autotools eutils
-
-MY_P="${P}.D001"
-
-DESCRIPTION="Library which may be used to explain Unix and Linux system call errors"
-HOMEPAGE="http://libexplain.sourceforge.net/"
-SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz
- http://dev.gentoo.org/~radhermit/distfiles/${P}-parallel-make.patch.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE="static-libs"
-
-DEPEND="
- >=sys-kernel/linux-headers-2.6.35
- sys-libs/libcap
- >=sys-libs/glibc-2.11"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- # Portage incompatible test
- sed \
- -e '/t0524a/d' \
- -e '/t0363a/d' \
- -i Makefile.in || die
-
- cp "${S}"/etc/configure.ac "${S}"
- epatch "${FILESDIR}"/${PN}-0.45-configure.patch \
- "${WORKDIR}"/${P}-parallel-make.patch
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f '{}' +
-}