diff options
Diffstat (limited to 'app-doc/ebook-gdk')
-rw-r--r-- | app-doc/ebook-gdk/ebook-gdk-1.2.ebuild | 12 | ||||
-rw-r--r-- | app-doc/ebook-gdk/ebook-gdk-2.0.ebuild | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-doc/ebook-gdk/ebook-gdk-1.2.ebuild b/app-doc/ebook-gdk/ebook-gdk-1.2.ebuild new file mode 100644 index 000000000000..079db8ec454d --- /dev/null +++ b/app-doc/ebook-gdk/ebook-gdk-1.2.ebuild @@ -0,0 +1,12 @@ +# 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="Gdk 1.2 EBook." + + +EBOOKNAME="gdk" +EBOOKVERSION="1.2" +. /usr/portage/eclass/inherit.eclass || die +inherit ebook diff --git a/app-doc/ebook-gdk/ebook-gdk-2.0.ebuild b/app-doc/ebook-gdk/ebook-gdk-2.0.ebuild new file mode 100644 index 000000000000..3d59c18f2a40 --- /dev/null +++ b/app-doc/ebook-gdk/ebook-gdk-2.0.ebuild @@ -0,0 +1,11 @@ +# 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="Gdk 2.0 EBook." + +EBOOKNAME="gdk" +EBOOKVERSION="2.0" +. /usr/portage/eclass/inherit.eclass || die +inherit ebook |