diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-11 17:56:32 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-11 17:56:32 +0000 |
commit | 88743540fad025951f35548e3b7f4994dd4061ba (patch) | |
tree | 41a18f38cfadb1a10c7380c50eb12d6c1e3c5c2c /app-portage | |
parent | Fixed BUG #56616 and tidied 'em up a bit (f2c/g77). (Manifest recommit) (diff) | |
download | gentoo-2-88743540fad025951f35548e3b7f4994dd4061ba.tar.gz gentoo-2-88743540fad025951f35548e3b7f4994dd4061ba.tar.bz2 gentoo-2-88743540fad025951f35548e3b7f4994dd4061ba.zip |
Removed obsolete files
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/abeni/abeni-0.0.9-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-portage/abeni/abeni-0.0.9-r1.ebuild b/app-portage/abeni/abeni-0.0.9-r1.ebuild deleted file mode 100644 index 787f217af19a..000000000000 --- a/app-portage/abeni/abeni-0.0.9-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/abeni/abeni-0.0.9-r1.ebuild,v 1.3 2004/07/03 12:08:41 kloeri Exp $ - -inherit distutils - - -DESCRIPTION="Integrated Development Environment for Gentoo Linux ebuilds" -HOMEPAGE="http://abeni.sf.net/" -SRC_URI="mirror://sourceforge/abeni/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="virtual/python - >=dev-python/wxpython-2.4.2.4 - >=sys-apps/portage-2.0.46-r12 - >=app-portage/gentoolkit-0.1.30 - >=dev-python/gadfly-1.0.0" - -src_install() { - distutils_src_install - dodoc TODO ChangeLog INSTALL COPYING CREDITS - insinto /usr/share/abeni - doins abenirc - doins templates -} - |