diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-05-09 21:45:19 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-05-09 21:45:19 +0000 |
commit | 6bc49a79f7430899bb6a9c174ce67714de23d775 (patch) | |
tree | cef9eb43f02a137c72ebdbca989801979eec7f06 /app-doc/ebook-autoconf | |
parent | new version (diff) | |
download | historical-6bc49a79f7430899bb6a9c174ce67714de23d775.tar.gz historical-6bc49a79f7430899bb6a9c174ce67714de23d775.tar.bz2 historical-6bc49a79f7430899bb6a9c174ce67714de23d775.zip |
Added ebuild files
Diffstat (limited to 'app-doc/ebook-autoconf')
-rw-r--r-- | app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild b/app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild new file mode 100644 index 000000000000..e44f5cb1ab48 --- /dev/null +++ b/app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Francisco Gimeno <kikov@fco-gimeno.com> +# Manteiner José Alberto Suárez López <bass@gentoo.org> + +DESCRIPTION="Autoconf 2.13 EBook." +HOMEPAGE="http://lidn.sourceforge.net" + +EBOOKNAME="autoconf" +EBOOKVERSION="2.13" +NOVERSION="1" + +. /usr/portage/eclass/inherit.eclass || die +inherit ebook + |