summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-02-07 14:10:49 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-02-07 14:10:49 +0000
commit52ba8ed867365a0a258e46c9f39089a86b631a9d (patch)
tree5d6de680a77d9c464b1cd89f1f20323e05634cfe /games-server/pvpgn
parentApply configure-LANG.patch to fix build with et_EE locale (#119094) (diff)
downloadgentoo-2-52ba8ed867365a0a258e46c9f39089a86b631a9d.tar.gz
gentoo-2-52ba8ed867365a0a258e46c9f39089a86b631a9d.tar.bz2
gentoo-2-52ba8ed867365a0a258e46c9f39089a86b631a9d.zip
Use mirror://berlios
(Portage version: 2.1.2-r8)
Diffstat (limited to 'games-server/pvpgn')
-rw-r--r--games-server/pvpgn/ChangeLog7
-rw-r--r--games-server/pvpgn/pvpgn-1.8.0.ebuild13
2 files changed, 11 insertions, 9 deletions
diff --git a/games-server/pvpgn/ChangeLog b/games-server/pvpgn/ChangeLog
index 557b0f728a22..9e6f82ebfc72 100644
--- a/games-server/pvpgn/ChangeLog
+++ b/games-server/pvpgn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-server/pvpgn
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.9 2006/11/23 19:40:00 vivo Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.10 2007/02/07 14:10:49 nyhm Exp $
+
+ 07 Feb 2007; Tristan Heaven <nyhm@gentoo.org> pvpgn-1.8.0.ebuild:
+ Use mirror://berlios
23 Nov 2006; Francesco Riosa <vivo@gentoo.org> pvpgn-1.6.5-r1.ebuild,
pvpgn-1.6.6.ebuild, pvpgn-1.8.0.ebuild:
diff --git a/games-server/pvpgn/pvpgn-1.8.0.ebuild b/games-server/pvpgn/pvpgn-1.8.0.ebuild
index c9030a29e46b..ab9e7bc0d5b7 100644
--- a/games-server/pvpgn/pvpgn-1.8.0.ebuild
+++ b/games-server/pvpgn/pvpgn-1.8.0.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.8.0.ebuild,v 1.2 2006/11/23 19:40:00 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.8.0.ebuild,v 1.3 2007/02/07 14:10:49 nyhm Exp $
inherit eutils games
SUPPORTP="pvpgn-support-1.0"
DESCRIPTION="A gaming server for Battle.Net compatible clients"
HOMEPAGE="http://pvpgn.berlios.de/"
-SRC_URI="http://download.berlios.de/pvpgn/${PN}-${PV/_/}.tar.bz2
- http://download.berlios.de/pvpgn/${SUPPORTP}.tar.gz"
+SRC_URI="mirror://berlios/${PN}/${PN}-${PV/_/}.tar.bz2
+ mirror://berlios/${PN}/${SUPPORTP}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE="mysql postgres"
-DEPEND="sys-libs/zlib
- mysql? ( virtual/mysql )
+DEPEND="mysql? ( virtual/mysql )
postgres? ( >=dev-db/postgresql-7 )"
S=${WORKDIR}/${PN}-${PV/_/}
@@ -47,7 +46,7 @@ src_install() {
dodoc docs/*
cd src
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
insinto "${GAMES_DATADIR}/pvpgn"
doins "${WORKDIR}/${SUPPORTP}/"* || die "doins failed"