Removing qplug - no metadata, the website doesn't work, and I can't find a replacemen...
authorCaleb Tennis <caleb@gentoo.org>
Thu, 16 Mar 2006 13:22:11 +0000 (13:22 +0000)
committerCaleb Tennis <caleb@gentoo.org>
Thu, 16 Mar 2006 13:22:11 +0000 (13:22 +0000)
net-www/qplug/ChangeLog [deleted file]
net-www/qplug/Manifest [deleted file]
net-www/qplug/files/digest-qplug-0.4.1 [deleted file]
net-www/qplug/qplug-0.4.1.ebuild [deleted file]

diff --git a/net-www/qplug/ChangeLog b/net-www/qplug/ChangeLog
deleted file mode 100644 (file)
index 6bbd620..0000000
+++ /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 (file)
index 24e2e3e..0000000
+++ /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 (file)
index 336bb57..0000000
+++ /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 (file)
index cf7761b..0000000
+++ /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
-}