aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/confcache/confcache-0.4.ebuild')
-rw-r--r--dev-util/confcache/confcache-0.4.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/confcache/confcache-0.4.ebuild b/dev-util/confcache/confcache-0.4.ebuild
deleted file mode 100644
index c299045..0000000
--- a/dev-util/confcache/confcache-0.4.ebuild
+++ /dev/null
@@ -1,20 +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.ebuild,v 1.1 2006/02/02 13:12:55 ferringb Exp $
-
-inherit distutils
-
-DESCRIPTION="global autoconf cache manager"
-HOMEPAGE="http://dev.gentoo.org/~ferringb/${PN}"
-SRC_URI="http://dev.gentoo.org/~ferringb/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND=">=dev-lang/python-2.2"
-RDEPEND=">=dev-lang/python-2.2 >=sys-apps/sandbox-1.2.12"
-
-src_install() {
- distutils_src_install
- rm -rf "${D}/usr/share/doc/confcache"
-}