summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-24 07:34:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-24 07:34:59 +0000
commit07ae8548c053b9d60521f4d8912841cd49561e1a (patch)
tree89c06bab2067fe9a9c749a2ab32918bc9911c3e2
parentforce newer horde (Manifest recommit) (diff)
downloadgentoo-2-07ae8548c053b9d60521f4d8912841cd49561e1a.tar.gz
gentoo-2-07ae8548c053b9d60521f4d8912841cd49561e1a.tar.bz2
gentoo-2-07ae8548c053b9d60521f4d8912841cd49561e1a.zip
old
-rw-r--r--games-util/qstat/files/digest-qstat-2.5c1
-rw-r--r--games-util/qstat/qstat-2.5c.ebuild30
-rw-r--r--games-util/xqf/files/digest-xqf-0.9.141
-rw-r--r--games-util/xqf/xqf-0.9.14.ebuild55
-rw-r--r--www-apps/horde-imp/files/digest-horde-imp-3.2.51
-rw-r--r--www-apps/horde-imp/horde-imp-3.2.5.ebuild13
-rw-r--r--www-apps/horde-mnemo/files/digest-horde-mnemo-1.1.11
-rw-r--r--www-apps/horde-mnemo/horde-mnemo-1.1.1.ebuild13
-rw-r--r--www-apps/horde-mnemo/horde-mnemo-1.1.2.ebuild4
9 files changed, 2 insertions, 117 deletions
diff --git a/games-util/qstat/files/digest-qstat-2.5c b/games-util/qstat/files/digest-qstat-2.5c
deleted file mode 100644
index a61a80b2607e..000000000000
--- a/games-util/qstat/files/digest-qstat-2.5c
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a936dc3e15ece567378a026737fe45e2 qstat25c.tar.gz 111739
diff --git a/games-util/qstat/qstat-2.5c.ebuild b/games-util/qstat/qstat-2.5c.ebuild
deleted file mode 100644
index dbd6b71f6b12..000000000000
--- a/games-util/qstat/qstat-2.5c.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.5c.ebuild,v 1.1 2004/08/17 01:35:38 vapier Exp $
-
-MY_P="${PN}${PV/.}"
-DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="http://www.qstat.org/"
-SRC_URI="http://www.qstat.org/${MY_P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 ppc hppa amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install () {
- dobin qstat || die "dobin failed"
-
- dosym /usr/bin/qstat /usr/bin/quakestat
-
- dodoc CHANGES.txt COMPILE.txt
- dohtml template/* qstatdoc.html
-}
diff --git a/games-util/xqf/files/digest-xqf-0.9.14 b/games-util/xqf/files/digest-xqf-0.9.14
deleted file mode 100644
index 3779e70dd9de..000000000000
--- a/games-util/xqf/files/digest-xqf-0.9.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e2d1d5c3d3b1f6e669958752b10b8d3d xqf-0.9.14.tar.gz 819210
diff --git a/games-util/xqf/xqf-0.9.14.ebuild b/games-util/xqf/xqf-0.9.14.ebuild
deleted file mode 100644
index 7bc0d10e0855..000000000000
--- a/games-util/xqf/xqf-0.9.14.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-0.9.14.ebuild,v 1.7 2004/08/17 01:41:19 vapier Exp $
-
-DESCRIPTION="A server browser for many FPS games (frontend for qstat)"
-HOMEPAGE="http://www.linuxgames.com/xqf/"
-SRC_URI="mirror://sourceforge/xqf/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc hppa amd64"
-IUSE="nls geoip gtk gtk2"
-
-RDEPEND="virtual/libc
- gtk? (
- gtk2? ( =x11-libs/gtk+-2* )
- !gtk2? (
- =x11-libs/gtk+-1*
- media-libs/gdk-pixbuf
- )
- )
- nls? ( sys-devel/gettext )
- geoip? ( dev-libs/geoip )
- app-arch/bzip2"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-RDEPEND="${RDEPEND}
- >=games-util/qstat-2.5"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # "splash.png" is pretty generic. (bug #55949)
- sed -i \
- -e 's/splash.png/xqfsplash.png/' \
- src/{splash.c,dialogs.c} pixmaps/Makefile.in \
- || die "sed failed"
- mv pixmaps/splash.png pixmaps/xqfsplash.png || die "mv failed"
-}
-
-src_compile() {
- econf \
- --disable-dependency-tracking \
- $(use_enable gtk2) \
- $(use_enable nls) \
- $(use_enable geoip) \
- --enable-bzip2 \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}
diff --git a/www-apps/horde-imp/files/digest-horde-imp-3.2.5 b/www-apps/horde-imp/files/digest-horde-imp-3.2.5
deleted file mode 100644
index f648da4d1bc5..000000000000
--- a/www-apps/horde-imp/files/digest-horde-imp-3.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 464139cd4871b4547194cc73f79d0e38 imp-3.2.5.tar.gz 1572443
diff --git a/www-apps/horde-imp/horde-imp-3.2.5.ebuild b/www-apps/horde-imp/horde-imp-3.2.5.ebuild
deleted file mode 100644
index 3270af1c6d57..000000000000
--- a/www-apps/horde-imp/horde-imp-3.2.5.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-imp/horde-imp-3.2.5.ebuild,v 1.3 2004/11/08 16:53:50 vapier Exp $
-
-HORDE_PHP_FEATURES="imap"
-inherit horde
-
-DESCRIPTION="Horde IMP provides webmail access to IMAP/POP3 mailboxes"
-
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-
-DEPEND=""
-RDEPEND=">=www-apps/horde-2.2.5"
diff --git a/www-apps/horde-mnemo/files/digest-horde-mnemo-1.1.1 b/www-apps/horde-mnemo/files/digest-horde-mnemo-1.1.1
deleted file mode 100644
index 3dd0bc45316b..000000000000
--- a/www-apps/horde-mnemo/files/digest-horde-mnemo-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dab994b5c963b02050c6159271bf2eef mnemo-1.1.1.tar.gz 264897
diff --git a/www-apps/horde-mnemo/horde-mnemo-1.1.1.ebuild b/www-apps/horde-mnemo/horde-mnemo-1.1.1.ebuild
deleted file mode 100644
index 245135c991fa..000000000000
--- a/www-apps/horde-mnemo/horde-mnemo-1.1.1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-mnemo/horde-mnemo-1.1.1.ebuild,v 1.3 2004/12/24 07:28:46 vapier Exp $
-
-HORDE_PHP_FEATURES="-o mysql odbc postgres ldap"
-inherit horde
-
-DESCRIPTION="Mnemo is the Horde note manager"
-
-KEYWORDS="x86 ppc sparc alpha hppa amd64"
-
-DEPEND=""
-RDEPEND=">=www-apps/horde-2.2.5"
diff --git a/www-apps/horde-mnemo/horde-mnemo-1.1.2.ebuild b/www-apps/horde-mnemo/horde-mnemo-1.1.2.ebuild
index e9a4e67f54ed..f947211c05a3 100644
--- a/www-apps/horde-mnemo/horde-mnemo-1.1.2.ebuild
+++ b/www-apps/horde-mnemo/horde-mnemo-1.1.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-mnemo/horde-mnemo-1.1.2.ebuild,v 1.3 2004/12/24 07:28:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-mnemo/horde-mnemo-1.1.2.ebuild,v 1.4 2004/12/24 07:33:03 vapier Exp $
HORDE_PHP_FEATURES="-o mysql odbc postgres ldap"
inherit horde
DESCRIPTION="Mnemo is the Horde note manager"
-KEYWORDS="x86 ppc sparc alpha hppa amd64"
+KEYWORDS="alpha amd64 hppa ppc sparc x86"
DEPEND=""
RDEPEND=">=www-apps/horde-2.2.5"