summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-21 05:00:43 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-21 05:00:43 +0000
commit5c993d9074df26a160ca61975ac5683a8ec63d42 (patch)
treef1b3ddd320d564f38d8f7ef027cca88b21961632 /games-util/qstat
parentOnly display error if use=jpeg and ! use=exif. It was confusing for users and... (diff)
downloadgentoo-2-5c993d9074df26a160ca61975ac5683a8ec63d42.tar.gz
gentoo-2-5c993d9074df26a160ca61975ac5683a8ec63d42.tar.bz2
gentoo-2-5c993d9074df26a160ca61975ac5683a8ec63d42.zip
clean out old ebuilds
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'games-util/qstat')
-rw-r--r--games-util/qstat/files/digest-qstat-2.61
-rw-r--r--games-util/qstat/files/digest-qstat-2.71
-rw-r--r--games-util/qstat/qstat-2.6.ebuild26
-rw-r--r--games-util/qstat/qstat-2.7.ebuild27
-rw-r--r--games-util/qstat/qstat-2.8.ebuild4
5 files changed, 2 insertions, 57 deletions
diff --git a/games-util/qstat/files/digest-qstat-2.6 b/games-util/qstat/files/digest-qstat-2.6
deleted file mode 100644
index 5d0713c74da7..000000000000
--- a/games-util/qstat/files/digest-qstat-2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 68e96ea9dd444ddd7759db02444d398a qstat-2.6.tar.gz 133834
diff --git a/games-util/qstat/files/digest-qstat-2.7 b/games-util/qstat/files/digest-qstat-2.7
deleted file mode 100644
index a2f781322f18..000000000000
--- a/games-util/qstat/files/digest-qstat-2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 131457c75e831407d1e127306e866181 qstat-2.7.tar.gz 211872
diff --git a/games-util/qstat/qstat-2.6.ebuild b/games-util/qstat/qstat-2.6.ebuild
deleted file mode 100644
index 9796a5e4856a..000000000000
--- a/games-util/qstat/qstat-2.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.6.ebuild,v 1.3 2005/01/20 23:26:41 gongloo Exp $
-
-DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="http://www.qstat.org/"
-SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 ppc hppa amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -Dsysconfdir=\\\"/etc\\\"" || die "emake failed"
-}
-
-src_install() {
- dobin qstat || die "dobin failed"
- dosym qstat /usr/bin/quakestat
-
- dodoc CHANGES.txt COMPILE.txt
- dohtml template/* qstatdoc.html
-}
diff --git a/games-util/qstat/qstat-2.7.ebuild b/games-util/qstat/qstat-2.7.ebuild
deleted file mode 100644
index 5f39d542da96..000000000000
--- a/games-util/qstat/qstat-2.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.7.ebuild,v 1.4 2005/04/05 23:56:01 vapier Exp $
-
-DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="http://www.qstat.org/"
-SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc-macos x86"
-IUSE="debug"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- econf $(use_enable debug) || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dosym qstat /usr/bin/quakestat
-
- dodoc CHANGES.txt COMPILE.txt template/README.txt
- dohtml template/*.html qstatdoc.html
-}
diff --git a/games-util/qstat/qstat-2.8.ebuild b/games-util/qstat/qstat-2.8.ebuild
index 15c320eb597f..748b226bab6b 100644
--- a/games-util/qstat/qstat-2.8.ebuild
+++ b/games-util/qstat/qstat-2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.8.ebuild,v 1.4 2005/09/01 23:30:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.8.ebuild,v 1.5 2005/10/21 05:00:43 vapier Exp $
DESCRIPTION="Server statics collector supporting many FPS games"
HOMEPAGE="http://www.qstat.org/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/qstat/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc-macos x86"
+KEYWORDS="amd64 hppa ppc ppc-macos x86"
IUSE="debug"
DEPEND="virtual/libc"