From: Caleb Tennis Date: Thu, 16 Mar 2006 13:22:11 +0000 (+0000) Subject: Removing qplug - no metadata, the website doesn't work, and I can't find a replacemen... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ab9ab890523305c4e9ad444889a8d41056e13ff;p=gentoo.git Removing qplug - no metadata, the website doesn't work, and I can't find a replacement file on the internet. --- 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 qplug-0.4.1.ebuild: - Added IUSE. - -*qplug-0.4.1 (03 Aug 2003) - - 03 Aug 2003; Mike Frysinger : - 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 -}