summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-03-22 02:04:58 +0000
committerBen de Groot <yngwin@gentoo.org>2010-03-22 02:04:58 +0000
commit993d50ff594c85f23398328b39c7aae7eb8df770 (patch)
treedb238948f275ca76d62ade44b31aaeb97b092888 /games-util/aabrowse/aabrowse-0.0.8.ebuild
parentx11-libs/qt:3 and revdeps removal, bug #283429 (diff)
downloadhistorical-993d50ff594c85f23398328b39c7aae7eb8df770.tar.gz
historical-993d50ff594c85f23398328b39c7aae7eb8df770.tar.bz2
historical-993d50ff594c85f23398328b39c7aae7eb8df770.zip
x11-libs/qt:3 and revdeps removal, bug #283429
Diffstat (limited to 'games-util/aabrowse/aabrowse-0.0.8.ebuild')
-rw-r--r--games-util/aabrowse/aabrowse-0.0.8.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/games-util/aabrowse/aabrowse-0.0.8.ebuild b/games-util/aabrowse/aabrowse-0.0.8.ebuild
deleted file mode 100644
index a878c2df7ea6..000000000000
--- a/games-util/aabrowse/aabrowse-0.0.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/aabrowse/aabrowse-0.0.8.ebuild,v 1.9 2009/12/28 17:45:44 ssuominen Exp $
-
-EAPI=2
-inherit qt3
-
-DESCRIPTION="Server Browser for Americas Army"
-HOMEPAGE="http://sourceforge.net/projects/aabrowse/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="geoip"
-
-RDEPEND="x11-libs/libXext
- x11-libs/libSM"
-DEPEND="${RDEPEND}
- x11-libs/qt:3
- sys-libs/zlib
- media-libs/libpng
- geoip? ( >=dev-libs/geoip-1.3.0 )"
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable geoip)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog NEWS README TODO
-}