diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-20 14:35:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-20 14:35:33 +0000 |
commit | b30ab72fe4bb8d8f9f786b118acd3c76b071a13c (patch) | |
tree | cde3034aaf808abb6ccebac19da33bfd8d7b2b46 /dev-util/confcache/confcache-0.4.2-r1.ebuild | |
parent | remove old ebuild. (diff) | |
download | gentoo-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/confcache-0.4.2-r1.ebuild')
-rw-r--r-- | dev-util/confcache/confcache-0.4.2-r1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
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" -} |