summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-09-11 22:38:48 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-09-11 22:38:48 +0000
commit7552675871cb5fb7ae319d842c3b1c5df524b2dd (patch)
treed3ff7dc98cf89bfe86f5aa94bb878c460abb86a2 /app-doc/autobook
parentNew release: 1.1.22. Pruning old ebuild. (diff)
downloadgentoo-2-7552675871cb5fb7ae319d842c3b1c5df524b2dd.tar.gz
gentoo-2-7552675871cb5fb7ae319d842c3b1c5df524b2dd.tar.bz2
gentoo-2-7552675871cb5fb7ae319d842c3b1c5df524b2dd.zip
Remove old.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-doc/autobook')
-rw-r--r--app-doc/autobook/ChangeLog5
-rw-r--r--app-doc/autobook/autobook-1.4.ebuild17
2 files changed, 4 insertions, 18 deletions
diff --git a/app-doc/autobook/ChangeLog b/app-doc/autobook/ChangeLog
index 1b834e10ef16..e2d614083b2d 100644
--- a/app-doc/autobook/ChangeLog
+++ b/app-doc/autobook/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-doc/autobook
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/autobook/ChangeLog,v 1.12 2007/06/21 15:15:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/autobook/ChangeLog,v 1.13 2007/09/11 22:38:48 dirtyepic Exp $
+
+ 11 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> -autobook-1.4.ebuild:
+ Remove old.
21 Jun 2007; Jeroen Roovers <jer@gentoo.org> autobook-1.5.ebuild:
Stable for HPPA (bug #182266).
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 *
-}