diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-03-16 13:22:11 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-03-16 13:22:11 +0000 |
commit | 5dbdd1d79ba724c7c755eff718176a4b75bc95d7 (patch) | |
tree | 15c3f9baa191738c74ae4b01ee7419ddf3d1b809 /net-www | |
parent | Don't install INSTALL, found by QA script. (diff) | |
download | gentoo-2-5dbdd1d79ba724c7c755eff718176a4b75bc95d7.tar.gz gentoo-2-5dbdd1d79ba724c7c755eff718176a4b75bc95d7.tar.bz2 gentoo-2-5dbdd1d79ba724c7c755eff718176a4b75bc95d7.zip |
Removing qplug - no metadata, the website doesn't work, and I can't find a replacement file on the internet.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/qplug/ChangeLog | 11 | ||||
-rw-r--r-- | net-www/qplug/Manifest | 13 | ||||
-rw-r--r-- | net-www/qplug/files/digest-qplug-0.4.1 | 1 | ||||
-rw-r--r-- | net-www/qplug/qplug-0.4.1.ebuild | 27 |
4 files changed, 0 insertions, 52 deletions
diff --git a/net-www/qplug/ChangeLog b/net-www/qplug/ChangeLog deleted file mode 100644 index 6bbd6203a713..000000000000 --- a/net-www/qplug/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -# ChangeLog for net-www/qplug -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/qplug/ChangeLog,v 1.3 2004/10/01 23:46:35 pyrania Exp $ - - 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> qplug-0.4.1.ebuild: - Added IUSE. - -*qplug-0.4.1 (03 Aug 2003) - - 03 Aug 2003; Mike Frysinger <vapier@gentoo.org> : - Initial import. Ebuild submitted by me. diff --git a/net-www/qplug/Manifest b/net-www/qplug/Manifest deleted file mode 100644 index 24e2e3ee7bd1..000000000000 --- a/net-www/qplug/Manifest +++ /dev/null @@ -1,13 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 02ab19b9589b86a43b1882b52b8d1e12 qplug-0.4.1.ebuild 675 -MD5 2a27e93c60a9819afdd5bb03323a411c ChangeLog 408 -MD5 6f23a4dec460e516a5e93f352da31421 files/digest-qplug-0.4.1 59 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBXexwI7fK2cqeyXkRAnrVAKC0+xuoxtu3aOV3D31bZ8m1bspVAQCfZ6SP -PJcecht3TpXGgGDzH7yow5Y= -=dtOE ------END PGP SIGNATURE----- diff --git a/net-www/qplug/files/digest-qplug-0.4.1 b/net-www/qplug/files/digest-qplug-0.4.1 deleted file mode 100644 index 336bb5748a17..000000000000 --- a/net-www/qplug/files/digest-qplug-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e4cd5680b89395d013d08df19588f199 qplug-0.4.1.tgz 37139 diff --git a/net-www/qplug/qplug-0.4.1.ebuild b/net-www/qplug/qplug-0.4.1.ebuild deleted file mode 100644 index cf7761bd4989..000000000000 --- a/net-www/qplug/qplug-0.4.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/qplug/qplug-0.4.1.ebuild,v 1.3 2004/10/01 23:46:35 pyrania Exp $ - -inherit nsplugins - -DESCRIPTION="Netscape plugin which gets basic informations from a QuakeWorld or Quake2 server" -HOMEPAGE="http://www.linuxquake.com/qplug/" -SRC_URI="http://www.linuxquake.com/qplug/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/x11" - -src_compile() { - emake OPTIMIZER="${CFLAGS}" || die -} - -src_install() { - exeinto /opt/netscape/plugins - doexe qplug.so - inst_plugin /opt/netscape/plugins/qplug.so - dodoc Readme -} |