diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2007-01-08 02:28:17 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2007-01-08 02:28:17 +0000 |
commit | 8cd6fe7d8092026d5579e784fef59d9877b18984 (patch) | |
tree | b239df8c0232eb1c5c9df3803778535f305aae2f /net-www/nspluginwrapper | |
parent | QA: Removed unused versions. (diff) | |
download | historical-8cd6fe7d8092026d5579e784fef59d9877b18984.tar.gz historical-8cd6fe7d8092026d5579e784fef59d9877b18984.tar.bz2 historical-8cd6fe7d8092026d5579e784fef59d9877b18984.zip |
Remove TEXTREL line and delete old version.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'net-www/nspluginwrapper')
-rw-r--r-- | net-www/nspluginwrapper/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/nspluginwrapper/nspluginwrapper-0.9.91.2.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-www/nspluginwrapper/ChangeLog b/net-www/nspluginwrapper/ChangeLog index 783a2aa419c2..4aaecdfee4db 100644 --- a/net-www/nspluginwrapper/ChangeLog +++ b/net-www/nspluginwrapper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/nspluginwrapper # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.9 2007/01/05 23:26:52 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.10 2007/01/08 02:28:17 chutzpah Exp $ + + 08 Jan 2007; Patrick McLean <chutzpah@gentoo.org> + -nspluginwrapper-0.9.90.4.ebuild, nspluginwrapper-0.9.91.2.ebuild: + Remove TEXTREL line and delete old version. 05 Jan 2007; Patrick McLean <chutzpah@gentoo.org> nspluginwrapper-0.9.91.2.ebuild: diff --git a/net-www/nspluginwrapper/nspluginwrapper-0.9.91.2.ebuild b/net-www/nspluginwrapper/nspluginwrapper-0.9.91.2.ebuild index fbe65e4ff0cf..e3a8f867243d 100644 --- a/net-www/nspluginwrapper/nspluginwrapper-0.9.91.2.ebuild +++ b/net-www/nspluginwrapper/nspluginwrapper-0.9.91.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-0.9.91.2.ebuild,v 1.2 2007/01/05 23:26:52 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-0.9.91.2.ebuild,v 1.3 2007/01/08 02:28:17 chutzpah Exp $ inherit nsplugins flag-o-matic multilib @@ -20,9 +20,6 @@ RDEPEND=">=x11-libs/gtk+-2 DEPEND="${RDEPEND} dev-util/pkgconfig" -# I don't know how to get rid of these textrels -QA_TEXTRELS_amd64="usr/$(get_libdir)/nspluginwrapper/i386/npviewer.bin" - src_compile() { econf --with-biarch \ --with-lib32=$(ABI=x86 get_libdir) \ |