summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-20 14:35:33 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-20 14:35:33 +0000
commitb30ab72fe4bb8d8f9f786b118acd3c76b071a13c (patch)
treecde3034aaf808abb6ccebac19da33bfd8d7b2b46 /dev-util/confcache
parentremove old ebuild. (diff)
downloadgentoo-2-b30ab72fe4bb8d8f9f786b118acd3c76b071a13c.tar.gz
gentoo-2-b30ab72fe4bb8d8f9f786b118acd3c76b071a13c.tar.bz2
gentoo-2-b30ab72fe4bb8d8f9f786b118acd3c76b071a13c.zip
Drop 0.4.2-r1, the problem was a portage screwup, not confcache's fault.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'dev-util/confcache')
-rw-r--r--dev-util/confcache/ChangeLog6
-rw-r--r--dev-util/confcache/confcache-0.4.2-r1.ebuild27
-rw-r--r--dev-util/confcache/files/confcache-0.4.2-argquoting.patch16
-rw-r--r--dev-util/confcache/files/digest-confcache-0.4.2-r13
4 files changed, 5 insertions, 47 deletions
diff --git a/dev-util/confcache/ChangeLog b/dev-util/confcache/ChangeLog
index 7cab34fc5d26..2f47a87fc954 100644
--- a/dev-util/confcache/ChangeLog
+++ b/dev-util/confcache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/confcache
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.10 2006/03/20 13:57:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.11 2006/03/20 14:35:33 flameeyes Exp $
+
+ 20 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -files/confcache-0.4.2-argquoting.patch, -confcache-0.4.2-r1.ebuild:
+ Drop 0.4.2-r1, the problem was a portage screwup, not confcache's fault.
*confcache-0.4.2-r1 (20 Mar 2006)
diff --git a/dev-util/confcache/confcache-0.4.2-r1.ebuild b/dev-util/confcache/confcache-0.4.2-r1.ebuild
deleted file mode 100644
index 1410dc51f6e0..000000000000
--- a/dev-util/confcache/confcache-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.4.2-r1.ebuild,v 1.1 2006/03/20 13:57:23 flameeyes Exp $
-
-inherit distutils
-
-DESCRIPTION="global autoconf cache manager"
-HOMEPAGE="http://gentooexperimental.org/~ferringb/confcache/"
-SRC_URI="http://gentooexperimental.org/~ferringb/confcache/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-DEPEND=">=dev-lang/python-2.2"
-RDEPEND=">=dev-lang/python-2.2 >=sys-apps/sandbox-1.2.12"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch "${FILESDIR}/${P}-argquoting.patch"
-}
-
-src_install() {
- distutils_src_install
- rm -rf "${D}/usr/share/doc/confcache"
-}
diff --git a/dev-util/confcache/files/confcache-0.4.2-argquoting.patch b/dev-util/confcache/files/confcache-0.4.2-argquoting.patch
deleted file mode 100644
index 76de5119fcf1..000000000000
--- a/dev-util/confcache/files/confcache-0.4.2-argquoting.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-=== modified file 'confcache'
---- confcache
-+++ confcache
-@@ -259,6 +259,11 @@
- else:
- myc = args[0]
- args = [myc] + args[1:]
-+
-+ # Make sure that arguments are properly quoted when passed to ./configure to avoid failure
-+ # when passing variables like ${LDFLAGS}.
-+ args = [ "'" + arg + "'" for arg in args ]
-+
- if self.debug:
- print "myc,args,",myc,args
- # for our sanity, we flush prior to exec. buffering is good, 'cept when it makes things fugly.
-
diff --git a/dev-util/confcache/files/digest-confcache-0.4.2-r1 b/dev-util/confcache/files/digest-confcache-0.4.2-r1
deleted file mode 100644
index 72d4d33b5383..000000000000
--- a/dev-util/confcache/files/digest-confcache-0.4.2-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 06581ad30b0e6db645f7048d00208dfd confcache-0.4.2.tar.bz2 15964
-RMD160 ad2eef721f294a2bac20f0840d14ad657f30818f confcache-0.4.2.tar.bz2 15964
-SHA256 552cdc178e4f84174069cc73a067823a9bb8c8ace8b53eb0e0ff77a82523ecf0 confcache-0.4.2.tar.bz2 15964