diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:11 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:11 +0000 |
commit | d9cc0dd1bd463667476e3089c8575865e555aba8 (patch) | |
tree | 920cb41730b4392e357310e93cc72ef22e2b1def /app-doc | |
parent | Better code size calculation (diff) | |
download | gentoo-2-d9cc0dd1bd463667476e3089c8575865e555aba8.tar.gz gentoo-2-d9cc0dd1bd463667476e3089c8575865e555aba8.tar.bz2 gentoo-2-d9cc0dd1bd463667476e3089c8575865e555aba8.zip |
eclass update - removing old eclasses (debug,inherit,functions) for which support is in potage proper
(>=1.8.9_pre32). this breaks support for older portages i.e. profile 1.0_rc6 as warned on themailing
lists 2 weeks ago. the only change to all these ebuilds in the long list is removal of the redundant
". /usr/portage/eclass/inherit.eclass || die" line.
Diffstat (limited to 'app-doc')
21 files changed, 21 insertions, 21 deletions
diff --git a/app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild b/app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild index e44f5cb1ab48..783b74d5a717 100644 --- a/app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild +++ b/app-doc/ebook-autoconf/ebook-autoconf-2.13.ebuild @@ -10,6 +10,6 @@ EBOOKNAME="autoconf" EBOOKVERSION="2.13" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-automake/ebook-automake-1.4.ebuild b/app-doc/ebook-automake/ebook-automake-1.4.ebuild index b4a6c9330168..7f71b9f38999 100644 --- a/app-doc/ebook-automake/ebook-automake-1.4.ebuild +++ b/app-doc/ebook-automake/ebook-automake-1.4.ebuild @@ -8,6 +8,6 @@ DESCRIPTION="Automake 1.4 EBook." EBOOKNAME="automake" EBOOKVERSION="1.4" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-binutils/ebook-binutils-2.10.1.ebuild b/app-doc/ebook-binutils/ebook-binutils-2.10.1.ebuild index 092bf5dc55a6..335f82fb9d78 100644 --- a/app-doc/ebook-binutils/ebook-binutils-2.10.1.ebuild +++ b/app-doc/ebook-binutils/ebook-binutils-2.10.1.ebuild @@ -8,6 +8,6 @@ EBOOKVERSION="2.10.1" NOVERSION="1" EBOOKDESTDIR=${EBOOKNAME}-${EBOOKVERSION} -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-bonobo/ebook-bonobo-1.0.ebuild b/app-doc/ebook-bonobo/ebook-bonobo-1.0.ebuild index 95ff53ccf68b..3a4f095f95c1 100644 --- a/app-doc/ebook-bonobo/ebook-bonobo-1.0.ebuild +++ b/app-doc/ebook-bonobo/ebook-bonobo-1.0.ebuild @@ -9,5 +9,5 @@ EBOOKNAME="bonobo" EBOOKVERSION="1.0" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-cvs/ebook-cvs-1.0.ebuild b/app-doc/ebook-cvs/ebook-cvs-1.0.ebuild index e8ba2c887328..c56f2bcba5fb 100644 --- a/app-doc/ebook-cvs/ebook-cvs-1.0.ebuild +++ b/app-doc/ebook-cvs/ebook-cvs-1.0.ebuild @@ -7,5 +7,5 @@ EBOOKNAME="cvs" EBOOKVERSION="1.0" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-gconf/ebook-gconf-1.0.ebuild b/app-doc/ebook-gconf/ebook-gconf-1.0.ebuild index acf18f7bc163..7a36412b395f 100644 --- a/app-doc/ebook-gconf/ebook-gconf-1.0.ebuild +++ b/app-doc/ebook-gconf/ebook-gconf-1.0.ebuild @@ -9,6 +9,6 @@ EBOOKNAME="gconf" EBOOKVERSION="1.0" NOVERSION="1.0" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-1.0.ebuild b/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-1.0.ebuild index 469a08ec9be5..1ee6f849d481 100644 --- a/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-1.0.ebuild +++ b/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-1.0.ebuild @@ -9,5 +9,5 @@ DESCRIPTION="Gdk-Pixbuf 1.2 EBook." EBOOKNAME="gdk-pixbuf" EBOOKVERSION="1.2" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-2.0.ebuild b/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-2.0.ebuild index bcf565e23ac5..24fdf943faa9 100644 --- a/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-2.0.ebuild +++ b/app-doc/ebook-gdk-pixbuf/ebook-gdk-pixbuf-2.0.ebuild @@ -9,5 +9,5 @@ DESCRIPTION="Gdk-Pixbuf 2.0 EBook." EBOOKNAME="gdk-pixbuf" EBOOKVERSION="2.0" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-gdk/ebook-gdk-1.2.ebuild b/app-doc/ebook-gdk/ebook-gdk-1.2.ebuild index 079db8ec454d..0decc6f61ddb 100644 --- a/app-doc/ebook-gdk/ebook-gdk-1.2.ebuild +++ b/app-doc/ebook-gdk/ebook-gdk-1.2.ebuild @@ -8,5 +8,5 @@ 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 index 3d59c18f2a40..0962fe53779a 100644 --- a/app-doc/ebook-gdk/ebook-gdk-2.0.ebuild +++ b/app-doc/ebook-gdk/ebook-gdk-2.0.ebuild @@ -7,5 +7,5 @@ DESCRIPTION="Gdk 2.0 EBook." EBOOKNAME="gdk" EBOOKVERSION="2.0" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-ggad/ebook-ggad-1.0.ebuild b/app-doc/ebook-ggad/ebook-ggad-1.0.ebuild index 8d9d4a0cee9a..e72c7add61c7 100644 --- a/app-doc/ebook-ggad/ebook-ggad-1.0.ebuild +++ b/app-doc/ebook-ggad/ebook-ggad-1.0.ebuild @@ -7,5 +7,5 @@ EBOOKNAME="ggad" EBOOKVERSION="1.0" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-glibc/ebook-glibc-2.2.3.ebuild b/app-doc/ebook-glibc/ebook-glibc-2.2.3.ebuild index 868694f48be5..e2a649854d97 100644 --- a/app-doc/ebook-glibc/ebook-glibc-2.2.3.ebuild +++ b/app-doc/ebook-glibc/ebook-glibc-2.2.3.ebuild @@ -9,5 +9,5 @@ NOVERSION="1" EBOOKDESTDIR="libc-2.2.3" EBOOKSRCDIR="glibc" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-gtk/ebook-gtk-1.2.ebuild b/app-doc/ebook-gtk/ebook-gtk-1.2.ebuild index 38ea0f26bc06..c2df6c151942 100644 --- a/app-doc/ebook-gtk/ebook-gtk-1.2.ebuild +++ b/app-doc/ebook-gtk/ebook-gtk-1.2.ebuild @@ -6,5 +6,5 @@ EBOOKNAME="gtk" EBOOKVERSION="1.2" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-gtk/ebook-gtk-2.0-r1.ebuild b/app-doc/ebook-gtk/ebook-gtk-2.0-r1.ebuild index 5399b090bd48..1b8dbb9a4c59 100644 --- a/app-doc/ebook-gtk/ebook-gtk-2.0-r1.ebuild +++ b/app-doc/ebook-gtk/ebook-gtk-2.0-r1.ebuild @@ -5,6 +5,6 @@ EBOOKNAME="gtk" EBOOKVERSION="2.0" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-libglade/ebook-libglade-1.0.ebuild b/app-doc/ebook-libglade/ebook-libglade-1.0.ebuild index b71e8223c2bc..8de90882c1d9 100644 --- a/app-doc/ebook-libglade/ebook-libglade-1.0.ebuild +++ b/app-doc/ebook-libglade/ebook-libglade-1.0.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="libglade ebook for devhelp" EBOOKNAME="libglade" EBOOKVERSION="1.0" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-libgnome/ebook-libgnome-1.2.ebuild b/app-doc/ebook-libgnome/ebook-libgnome-1.2.ebuild index cf26ee1ac2b8..f4e6a39a9002 100644 --- a/app-doc/ebook-libgnome/ebook-libgnome-1.2.ebuild +++ b/app-doc/ebook-libgnome/ebook-libgnome-1.2.ebuild @@ -10,6 +10,6 @@ EBOOKVERSION="1.2" NOVERSION="1" EBOOKDESTDIR="libgnome" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-libgnomeui/ebook-libgnomeui-1.0.ebuild b/app-doc/ebook-libgnomeui/ebook-libgnomeui-1.0.ebuild index 0c5ef2bee1dc..c8e6d2b630b8 100644 --- a/app-doc/ebook-libgnomeui/ebook-libgnomeui-1.0.ebuild +++ b/app-doc/ebook-libgnomeui/ebook-libgnomeui-1.0.ebuild @@ -9,6 +9,6 @@ EBOOKNAME="gnomeui" EBOOKVERSION="1.0" NOVERSION="1" EBOOKDESTDIR="libgnomeui-1.0" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-make/ebook-make-3.71.ebuild b/app-doc/ebook-make/ebook-make-3.71.ebuild index f04d66eff0ff..3a43c8c6de8f 100644 --- a/app-doc/ebook-make/ebook-make-3.71.ebuild +++ b/app-doc/ebook-make/ebook-make-3.71.ebuild @@ -8,6 +8,6 @@ DESCRIPTION="Make 3.71 EBook." EBOOKNAME="make" EBOOKVERSION="2.13" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-pango/ebook-pango-1.0.ebuild b/app-doc/ebook-pango/ebook-pango-1.0.ebuild index 845c20094f30..209760b674a2 100644 --- a/app-doc/ebook-pango/ebook-pango-1.0.ebuild +++ b/app-doc/ebook-pango/ebook-pango-1.0.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="EBook Documentation about Pango." EBOOKNAME="pango" EBOOKVERSION="1.0" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-pygtk/ebook-pygtk-2.0.ebuild b/app-doc/ebook-pygtk/ebook-pygtk-2.0.ebuild index 9c9e9a72ab5a..7a98a0ad72c6 100644 --- a/app-doc/ebook-pygtk/ebook-pygtk-2.0.ebuild +++ b/app-doc/ebook-pygtk/ebook-pygtk-2.0.ebuild @@ -9,6 +9,6 @@ NOVERSION="1" SRC="pygtk" EBOOKDESTDIR="pygtk-2.0" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook diff --git a/app-doc/ebook-zvt/ebook-zvt-1.2.ebuild b/app-doc/ebook-zvt/ebook-zvt-1.2.ebuild index 1ba67f87169c..f80db66eecfa 100644 --- a/app-doc/ebook-zvt/ebook-zvt-1.2.ebuild +++ b/app-doc/ebook-zvt/ebook-zvt-1.2.ebuild @@ -9,6 +9,6 @@ EBOOKNAME="zvt" EBOOKVERSION="1.2" NOVERSION="1" -. /usr/portage/eclass/inherit.eclass || die + inherit ebook |