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 | 1f6897164f2ae7b551b43dce18dcc527814d373d (patch) | |
tree | e9e5e12df075b20eb36d0dcea6d20c06661d42fd /app-doc/ebook-gconf/ebook-gconf-1.0.ebuild | |
parent | new version (diff) | |
download | gentoo-2-1f6897164f2ae7b551b43dce18dcc527814d373d.tar.gz gentoo-2-1f6897164f2ae7b551b43dce18dcc527814d373d.tar.bz2 gentoo-2-1f6897164f2ae7b551b43dce18dcc527814d373d.zip |
Added ebuild files
Diffstat (limited to 'app-doc/ebook-gconf/ebook-gconf-1.0.ebuild')
-rw-r--r-- | app-doc/ebook-gconf/ebook-gconf-1.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-doc/ebook-gconf/ebook-gconf-1.0.ebuild b/app-doc/ebook-gconf/ebook-gconf-1.0.ebuild new file mode 100644 index 000000000000..acf18f7bc163 --- /dev/null +++ b/app-doc/ebook-gconf/ebook-gconf-1.0.ebuild @@ -0,0 +1,14 @@ +# 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="Gconf EBook." + +EBOOKNAME="gconf" +EBOOKVERSION="1.0" +NOVERSION="1.0" + +. /usr/portage/eclass/inherit.eclass || die +inherit ebook + |