diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-14 23:24:44 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-14 23:24:44 +0000 |
commit | 17d5e50bfcdbf0eb7dc0642664bf03f377cc3589 (patch) | |
tree | 88107e8e0b12f140f20976df26d37668c474559c /x11-plugins | |
parent | sync IUSE (+pcmcia -${IUSE}) (diff) | |
download | historical-17d5e50bfcdbf0eb7dc0642664bf03f377cc3589.tar.gz historical-17d5e50bfcdbf0eb7dc0642664bf03f377cc3589.tar.bz2 historical-17d5e50bfcdbf0eb7dc0642664bf03f377cc3589.zip |
QA: Removed unneeded inherit eutils
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-plugins')
11 files changed, 66 insertions, 104 deletions
diff --git a/x11-plugins/bangexec/bangexec-1.1.4.ebuild b/x11-plugins/bangexec/bangexec-1.1.4.ebuild index d280859410c2..ca221fe18f5c 100644 --- a/x11-plugins/bangexec/bangexec-1.1.4.ebuild +++ b/x11-plugins/bangexec/bangexec-1.1.4.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.1.4.ebuild,v 1.1 2005/04/03 20:53:55 anarchy Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.1.4.ebuild,v 1.2 2005/07/14 23:24:44 swegener Exp $ DESCRIPTION="GAIM Shell OutPut Plugin" HOMEPAGE="http://bard.sytes.net/bangexec/" @@ -16,6 +14,6 @@ IUSE="" DEPEND=">=net-im/gaim-1.0.1" src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc ChangeLog INSTALL README AUTHORS } diff --git a/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild b/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild index cabb53c54649..bc6c9830ef8c 100644 --- a/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild +++ b/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild,v 1.1 2005/06/21 02:23:49 anarchy Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.2.ebuild,v 1.2 2005/07/14 23:24:44 swegener Exp $ DESCRIPTION="GAIM Shell OutPut Plugin" HOMEPAGE="http://bard.sytes.net/bangexec/" @@ -19,10 +17,10 @@ src_unpack() { unpack ${A} # Set correct plugindir sed -i -e "s:^\(plugindir = \$(prefix)/\)lib/:\1$(get_libdir)/:" \ - ${S}/Makefile.in || die "sed failed" + "${S}"/Makefile.in || die "sed failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc ChangeLog INSTALL README AUTHORS } diff --git a/x11-plugins/bangexec/bangexec-1.3.0.ebuild b/x11-plugins/bangexec/bangexec-1.3.0.ebuild index 12600d836c09..f3200f7081f4 100644 --- a/x11-plugins/bangexec/bangexec-1.3.0.ebuild +++ b/x11-plugins/bangexec/bangexec-1.3.0.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.ebuild,v 1.2 2005/04/22 01:24:05 herbs Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0.ebuild,v 1.3 2005/07/14 23:24:44 swegener Exp $ DESCRIPTION="GAIM Shell OutPut Plugin" HOMEPAGE="http://bard.sytes.net/bangexec/" @@ -19,10 +17,10 @@ src_unpack() { unpack ${A} # Set correct plugindir sed -i -e "s:^\(plugindir = \$(prefix)/\)lib/:\1$(get_libdir)/:" \ - ${S}/Makefile.in || die "sed failed" + "${S}"/Makefile.in || die "sed failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc ChangeLog INSTALL README AUTHORS } diff --git a/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild index a1f8ad6a24b4..e61292479051 100644 --- a/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild +++ b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild,v 1.2 2005/01/06 18:58:19 rizzo Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild,v 1.3 2005/07/14 23:23:16 swegener Exp $ DESCRIPTION="Gaim Assistant is a plugin to Gaim that will allow you to forward messages to a different screen name should you become away." HOMEPAGE="http://gaim-assistant.sourceforge.net/" @@ -14,16 +12,8 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=net-im/gaim-1.0.0" -#RDEPEND="" - -#S=${WORKDIR}/${P} - -src_compile() { - econf || die - emake || die "emake failed" -} src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc README TODO } diff --git a/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild b/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild index da69342641cd..2bd1e4491469 100644 --- a/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild +++ b/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild,v 1.1 2005/01/06 18:58:19 rizzo Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/gaim-assistant-0.09.ebuild,v 1.2 2005/07/14 23:23:16 swegener Exp $ DESCRIPTION="Gaim Assistant is a plugin to Gaim that will allow you to forward messages to a different screen name should you become away." HOMEPAGE="http://gaim-assistant.sourceforge.net/" @@ -14,16 +12,8 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=net-im/gaim-1.0.0" -#RDEPEND="" - -#S=${WORKDIR}/${P} - -src_compile() { - econf || die - emake || die "emake failed" -} src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc README TODO } diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild index 16c1164cff81..44ced0d23e8d 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.14 2005/07/10 20:47:45 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.15 2005/07/14 23:21:54 swegener Exp $ -inherit flag-o-matic eutils debug +inherit flag-o-matic debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -20,18 +20,16 @@ src_compile() { strip-flags replace-flags -O? -O2 - local myconf - myconf="${myconf} --with-nspr-includes=/usr/include/nspr" - myconf="${myconf} --with-nss-includes=/usr/include/nss" - myconf="${myconf} --with-nspr-libs=/usr/lib/nspr" - myconf="${myconf} --with-nss-libs=/usr/lib/nss" - - econf ${myconf} || die "Configuration failed" - + econf \ + --with-nspr-includes=/usr/include/nspr \ + --with-nss-includes=/usr/include/nss \ + --with-nspr-libs=/usr/lib/nspr \ + --with-nss-libs=/usr/lib/nss\ + || die "Configuration failed" emake -j1 || die "Make failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild index deccb95332f2..17d634cb29f5 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild,v 1.2 2005/07/10 20:47:45 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.34.ebuild,v 1.3 2005/07/14 23:21:54 swegener Exp $ -inherit flag-o-matic eutils debug +inherit flag-o-matic debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -20,18 +20,16 @@ src_compile() { strip-flags replace-flags -O? -O2 - local myconf - myconf="${myconf} --with-nspr-includes=/usr/include/nspr" - myconf="${myconf} --with-nss-includes=/usr/include/nss" - myconf="${myconf} --with-nspr-libs=/usr/lib/nspr" - myconf="${myconf} --with-nss-libs=/usr/lib/nss" - - econf ${myconf} || die "Configuration failed" - + econf \ + --with-nspr-includes=/usr/include/nspr \ + --with-nss-includes=/usr/include/nss \ + --with-nspr-libs=/usr/lib/nspr \ + --with-nss-libs=/usr/lib/nss\ + || die "Configuration failed" emake -j1 || die "Make failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild index 3b086fe6505b..81bc829de079 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild,v 1.2 2005/07/10 20:47:45 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.35.ebuild,v 1.3 2005/07/14 23:21:54 swegener Exp $ -inherit flag-o-matic eutils debug +inherit flag-o-matic debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -20,18 +20,16 @@ src_compile() { strip-flags replace-flags -O? -O2 - local myconf - myconf="${myconf} --with-nspr-includes=/usr/include/nspr" - myconf="${myconf} --with-nss-includes=/usr/include/nss" - myconf="${myconf} --with-nspr-libs=/usr/lib/nspr" - myconf="${myconf} --with-nss-libs=/usr/lib/nss" - - econf ${myconf} || die "Configuration failed" - + econf \ + --with-nspr-includes=/usr/include/nspr \ + --with-nss-includes=/usr/include/nss \ + --with-nspr-libs=/usr/lib/nspr \ + --with-nss-libs=/usr/lib/nss\ + || die "Configuration failed" emake -j1 || die "Make failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild index 35192e14bb8c..040058960f3e 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild,v 1.9 2005/07/10 20:47:45 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.36.ebuild,v 1.10 2005/07/14 23:21:54 swegener Exp $ -inherit flag-o-matic eutils debug +inherit flag-o-matic debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -20,18 +20,16 @@ src_compile() { strip-flags replace-flags -O? -O2 - local myconf - myconf="${myconf} --with-nspr-includes=/usr/include/nspr" - myconf="${myconf} --with-nss-includes=/usr/include/nss" - myconf="${myconf} --with-nspr-libs=/usr/lib/nspr" - myconf="${myconf} --with-nss-libs=/usr/lib/nss" - - econf ${myconf} || die "Configuration failed" - + econf \ + --with-nspr-includes=/usr/include/nspr \ + --with-nss-includes=/usr/include/nss \ + --with-nspr-libs=/usr/lib/nspr \ + --with-nss-libs=/usr/lib/nss\ + || die "Configuration failed" emake -j1 || die "Make failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild index 8fa4a139c4ef..7549e433ec36 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild,v 1.2 2005/07/10 20:47:45 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.37.ebuild,v 1.3 2005/07/14 23:21:54 swegener Exp $ -inherit flag-o-matic eutils debug +inherit flag-o-matic debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -20,18 +20,16 @@ src_compile() { strip-flags replace-flags -O? -O2 - local myconf - myconf="${myconf} --with-nspr-includes=/usr/include/nspr" - myconf="${myconf} --with-nss-includes=/usr/include/nss" - myconf="${myconf} --with-nspr-libs=/usr/lib/nspr" - myconf="${myconf} --with-nss-libs=/usr/lib/nss" - - econf ${myconf} || die "Configuration failed" - + econf \ + --with-nspr-includes=/usr/include/nspr \ + --with-nss-includes=/usr/include/nss \ + --with-nspr-libs=/usr/lib/nspr \ + --with-nss-libs=/usr/lib/nss\ + || die "Configuration failed" emake -j1 || die "Make failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild index 7732e32a1046..f33d947fc130 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild,v 1.6 2005/07/12 04:50:15 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild,v 1.7 2005/07/14 23:21:54 swegener Exp $ -inherit flag-o-matic eutils debug +inherit flag-o-matic debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -20,18 +20,16 @@ src_compile() { strip-flags replace-flags -O? -O2 - local myconf - myconf="${myconf} --with-nspr-includes=/usr/include/nspr" - myconf="${myconf} --with-nss-includes=/usr/include/nss" - myconf="${myconf} --with-nspr-libs=/usr/lib/nspr" - myconf="${myconf} --with-nss-libs=/usr/lib/nss" - - econf ${myconf} || die "Configuration failed" - + econf \ + --with-nspr-includes=/usr/include/nspr \ + --with-nss-includes=/usr/include/nss \ + --with-nspr-libs=/usr/lib/nspr \ + --with-nss-libs=/usr/lib/nss\ + || die "Configuration failed" emake -j1 || die "Make failed" } src_install() { - make install DESTDIR=${D} || die "Install failed" + make install DESTDIR="${D}" || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } |