diff options
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 + |