diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-23 04:36:29 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-23 04:36:29 +0000 |
commit | 15485cfb58b59c443cb0da50f885309cff24f298 (patch) | |
tree | f94f400049c5e015f2500d4d15689e0ccdf85c9b /dev-libs/libexplain | |
parent | Remove old. (diff) | |
download | gentoo-2-15485cfb58b59c443cb0da50f885309cff24f298.tar.gz gentoo-2-15485cfb58b59c443cb0da50f885309cff24f298.tar.bz2 gentoo-2-15485cfb58b59c443cb0da50f885309cff24f298.zip |
Remove old.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libexplain')
-rw-r--r-- | dev-libs/libexplain/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libexplain/libexplain-0.49.ebuild | 46 |
2 files changed, 4 insertions, 47 deletions
diff --git a/dev-libs/libexplain/ChangeLog b/dev-libs/libexplain/ChangeLog index 857737642255..55b472b60011 100644 --- a/dev-libs/libexplain/ChangeLog +++ b/dev-libs/libexplain/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2012/01/26 22:45:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.16 2012/02/23 04:36:29 radhermit Exp $ + + 23 Feb 2012; Tim Harder <radhermit@gentoo.org> -libexplain-0.49.ebuild: + Remove old. *libexplain-0.51 (26 Jan 2012) diff --git a/dev-libs/libexplain/libexplain-0.49.ebuild b/dev-libs/libexplain/libexplain-0.49.ebuild deleted file mode 100644 index 6f5a0055f96e..000000000000 --- a/dev-libs/libexplain/libexplain-0.49.ebuild +++ /dev/null @@ -1,46 +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.49.ebuild,v 1.4 2011/11/28 01:53:50 radhermit Exp $ - -EAPI=4 -inherit autotools-utils - -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} - -DOCS=( README ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -PATCHES=( - "${FILESDIR}"/${PN}-0.45-configure.patch -) - -src_prepare() { - # Portage incompatible test - sed \ - -e '/t0524a/d' \ - -e '/t0363a/d' \ - -i Makefile.in || die - - cp "${S}"/etc/configure.ac "${S}" - - autotools-utils_src_prepare - eautoreconf -} |