diff options
Diffstat (limited to 'app-doc/autobook/autobook-1.4.ebuild')
-rw-r--r-- | app-doc/autobook/autobook-1.4.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-doc/autobook/autobook-1.4.ebuild b/app-doc/autobook/autobook-1.4.ebuild deleted file mode 100644 index c4f1d2ff43fb..000000000000 --- a/app-doc/autobook/autobook-1.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/autobook/autobook-1.4.ebuild,v 1.3 2005/01/01 13:05:02 eradicator Exp $ - -DESCRIPTION="GNU Autoconf, Automake and Libtool" -HOMEPAGE="http://sources.redhat.com/autobook/" -SRC_URI="http://sources.redhat.com/autobook/${P}.tar.gz" - -LICENSE="OPL" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="" -DEPEND="" - -src_install() { - dohtml * -} |