diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-11 23:06:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-11 23:06:32 +0000 |
commit | 30ae5d9253f1815ff7f5f692f6ec5964080741bc (patch) | |
tree | 98176c0e6d69513d8452b34290e6e5c5c55f036c /app-doc | |
parent | version bump, bug #609version bump, bug #60963" (Manifest recommit) (diff) | |
download | gentoo-2-30ae5d9253f1815ff7f5f692f6ec5964080741bc.tar.gz gentoo-2-30ae5d9253f1815ff7f5f692f6ec5964080741bc.tar.bz2 gentoo-2-30ae5d9253f1815ff7f5f692f6ec5964080741bc.zip |
whitespace
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/autobook/autobook-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/autobook/autobook-1.3.ebuild b/app-doc/autobook/autobook-1.3.ebuild index 4ccb8cff013d..c78cf664760f 100644 --- a/app-doc/autobook/autobook-1.3.ebuild +++ b/app-doc/autobook/autobook-1.3.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/autobook/autobook-1.3.ebuild,v 1.5 2004/06/24 21:38:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/autobook/autobook-1.3.ebuild,v 1.6 2004/09/11 23:06:32 mr_bones_ 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" @@ -14,4 +15,3 @@ DEPEND="" src_install() { dohtml * } - |