diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-16 14:48:03 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-16 14:48:03 +0000 |
commit | e2dea3de7ed778c59c4faa927539cea3d51eb0ee (patch) | |
tree | b1dcc438df26237cc86091ca802e738e15a3f771 /app-doc | |
parent | elaborate license agreement terms (diff) | |
download | historical-e2dea3de7ed778c59c4faa927539cea3d51eb0ee.tar.gz historical-e2dea3de7ed778c59c4faa927539cea3d51eb0ee.tar.bz2 historical-e2dea3de7ed778c59c4faa927539cea3d51eb0ee.zip |
initial ebuild
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/autobook/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/autobook/autobook-1.3.ebuild | 18 | ||||
-rw-r--r-- | app-doc/autobook/files/digest-autobook-1.3 | 1 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-doc/autobook/ChangeLog b/app-doc/autobook/ChangeLog new file mode 100644 index 000000000000..5432eb6300ef --- /dev/null +++ b/app-doc/autobook/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-doc/autobook +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/autobook/ChangeLog,v 1.1 2003/03/16 14:48:03 bass Exp $ + +*autobook-1.3 (16 Mar 2003) + 16 Mar 2003; J.Alberto Suárez López <bass@gentoo.org> autobook-1.3.ebuild: + initial ebuild by Tom Payne <gentoo@tompayne.org> + diff --git a/app-doc/autobook/autobook-1.3.ebuild b/app-doc/autobook/autobook-1.3.ebuild new file mode 100644 index 000000000000..2222ca625f15 --- /dev/null +++ b/app-doc/autobook/autobook-1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/03/16 14:48:03 bass 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" +IUSE="" +DEPEND="" +#RDEPEND="" + +src_install() { + dohtml * +} + diff --git a/app-doc/autobook/files/digest-autobook-1.3 b/app-doc/autobook/files/digest-autobook-1.3 new file mode 100644 index 000000000000..28ea8574c001 --- /dev/null +++ b/app-doc/autobook/files/digest-autobook-1.3 @@ -0,0 +1 @@ +MD5 3e7c4928ca30747a1589f61e6acf934d autobook-1.3.tar.gz 396678 |