diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 14:44:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 14:44:11 +0000 |
commit | c8df31e88091914b9953435c3299bbd6db75596d (patch) | |
tree | 8ee2914ace1dd3ea33b5f09d19a9eafcc6d4632e | |
parent | x86 stable wrt security bug #365273 (diff) | |
download | gentoo-2-c8df31e88091914b9953435c3299bbd6db75596d.tar.gz gentoo-2-c8df31e88091914b9953435c3299bbd6db75596d.tar.bz2 gentoo-2-c8df31e88091914b9953435c3299bbd6db75596d.zip |
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.7-r2.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index be1e1644dd1d..1a65da650c78 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.68 2011/05/21 19:57:38 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.69 2011/06/23 14:44:10 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -pth-2.0.7-r2.ebuild: + Remove old ebuilds. Requested by Arfrever 21 May 2011; Kacper Kowalik <xarthisius@gentoo.org> pth-2.0.7-r3.ebuild: ppc/ppc64 stable wrt #366665 diff --git a/dev-libs/pth/pth-2.0.7-r2.ebuild b/dev-libs/pth/pth-2.0.7-r2.ebuild deleted file mode 100644 index 8891f9cc4ca7..000000000000 --- a/dev-libs/pth/pth-2.0.7-r2.ebuild +++ /dev/null @@ -1,44 +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/pth/pth-2.0.7-r2.ebuild,v 1.2 2011/01/12 21:56:34 arfrever Exp $ - -inherit eutils fixheadtails libtool - -DESCRIPTION="GNU Portable Threads" -HOMEPAGE="http://www.gnu.org/software/pth/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.0.5-parallelfix.patch - epatch "${FILESDIR}"/${PN}-2.0.6-ldflags.patch - epatch "${FILESDIR}"/${PN}-2.0.6-sigstack.patch - epatch "${FILESDIR}"/${PN}-2.0.7-parallel-install.patch - - ht_fix_file aclocal.m4 configure - - elibtoolize -} - -src_compile() { - local conf - use debug && conf="${conf} --enable-debug" # have a bug --disable-debug and shared - econf ${conf} || die - emake || die -} - -src_install() { - #Parallel install issuse fixed with parallel-install.patch. - #Submitted upstream on 12-13-2010. - emake DESTDIR="${D}" install || die - dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS || die -} |