diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-05-30 07:07:12 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-05-30 07:07:12 +0000 |
commit | d078b385d629e6fb60a811f4a4b12564e4fbfff9 (patch) | |
tree | 7263467af859417c081d486ce56fd31735bede8f /dev-libs/libexplain | |
parent | Version bump. (diff) | |
download | gentoo-2-d078b385d629e6fb60a811f4a4b12564e4fbfff9.tar.gz gentoo-2-d078b385d629e6fb60a811f4a4b12564e4fbfff9.tar.bz2 gentoo-2-d078b385d629e6fb60a811f4a4b12564e4fbfff9.zip |
Remove old.
(Portage version: 2.2.0_alpha108/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.51.ebuild | 46 |
2 files changed, 4 insertions, 47 deletions
diff --git a/dev-libs/libexplain/ChangeLog b/dev-libs/libexplain/ChangeLog index 97a02cb09066..97be219440dc 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.20 2012/05/30 07:06:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.21 2012/05/30 07:07:12 radhermit Exp $ + + 30 May 2012; Tim Harder <radhermit@gentoo.org> -libexplain-0.51.ebuild: + Remove old. *libexplain-1.0 (30 May 2012) diff --git a/dev-libs/libexplain/libexplain-0.51.ebuild b/dev-libs/libexplain/libexplain-0.51.ebuild deleted file mode 100644 index e0375aa99c0a..000000000000 --- a/dev-libs/libexplain/libexplain-0.51.ebuild +++ /dev/null @@ -1,46 +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/libexplain/libexplain-0.51.ebuild,v 1.2 2012/02/23 05:04:59 radhermit Exp $ - -EAPI=4 -AUTOTOOLS_AUTORECONF=yes -AUTOTOOLS_IN_SOURCE_BUILD=1 - -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 ) - -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 -} |