diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-12 16:24:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-12 16:24:03 +0000 |
commit | 22e7083c8fc1676455c464bcea8cfa027624596d (patch) | |
tree | 6c2c23ef5d4c3dfce92844cb9fc0f20efcc6feaa /games-server | |
parent | Install menu entry, bug #160245 (diff) | |
download | gentoo-2-22e7083c8fc1676455c464bcea8cfa027624596d.tar.gz gentoo-2-22e7083c8fc1676455c464bcea8cfa027624596d.tar.bz2 gentoo-2-22e7083c8fc1676455c464bcea8cfa027624596d.zip |
stable for x86; whack old version
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/pvpgn/ChangeLog | 6 | ||||
-rw-r--r-- | games-server/pvpgn/files/digest-pvpgn-1.6.6 | 6 | ||||
-rw-r--r-- | games-server/pvpgn/pvpgn-1.6.6.ebuild | 90 | ||||
-rw-r--r-- | games-server/pvpgn/pvpgn-1.8.0.ebuild | 4 |
4 files changed, 7 insertions, 99 deletions
diff --git a/games-server/pvpgn/ChangeLog b/games-server/pvpgn/ChangeLog index b36a048607e2..248d898bb8aa 100644 --- a/games-server/pvpgn/ChangeLog +++ b/games-server/pvpgn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/pvpgn # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.12 2007/03/11 05:52:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.13 2007/03/12 16:24:03 mr_bones_ Exp $ + + 12 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> -pvpgn-1.6.6.ebuild, + pvpgn-1.8.0.ebuild: + stable for x86; whack old version 11 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> pvpgn-1.8.0.ebuild: fix sed with patch from Nikolay Shley (bug #170170) diff --git a/games-server/pvpgn/files/digest-pvpgn-1.6.6 b/games-server/pvpgn/files/digest-pvpgn-1.6.6 deleted file mode 100644 index 36fb6beeeaa7..000000000000 --- a/games-server/pvpgn/files/digest-pvpgn-1.6.6 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 f1405d0f6efb48ea408f6fe8a1f5e171 pvpgn-1.6.6.tar.bz2 1025551 -RMD160 644be88813a9231f9511339ead34a9488d5235c2 pvpgn-1.6.6.tar.bz2 1025551 -SHA256 682c9ecf81f36f0ba4ce6a9c75d2552203eb1db2be7c6b1087ab802f4d09519c pvpgn-1.6.6.tar.bz2 1025551 -MD5 8ba36144ea3a7efe200536c142bb7886 pvpgn-support-1.0.tar.gz 126047 -RMD160 2a6cf95e925596a36fdd5e57e744752a4d828acc pvpgn-support-1.0.tar.gz 126047 -SHA256 f2f832fd6265ae20239fdaa70498ee6bf922020172f47389520e656a3babff2d pvpgn-support-1.0.tar.gz 126047 diff --git a/games-server/pvpgn/pvpgn-1.6.6.ebuild b/games-server/pvpgn/pvpgn-1.6.6.ebuild deleted file mode 100644 index 18111c1ab6b4..000000000000 --- a/games-server/pvpgn/pvpgn-1.6.6.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# 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.6.6.ebuild,v 1.5 2007/03/07 17:22:05 wolf31o2 Exp $ - -inherit eutils games - -SUPPORTP="pvpgn-support-1.0" -DESCRIPTION="A gaming server for Battle.Net compatible clients" -HOMEPAGE="http://www.pvpgn.org/" -SRC_URI="http://pvpgn-files.ath.cx/releases/linux/1.6/${P}.tar.bz2 - http://pvpgn-files.ath.cx/releases/linux/support.files/${SUPPORTP}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="mysql postgres" - -DEPEND="sys-libs/zlib - mysql? ( virtual/mysql ) - postgres? ( >=dev-db/postgresql-7 )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PV}-fhs.patch" -} - -src_compile() { - cd src - # everything in GAMES_BINDIR (bug #63071) - egamesconf \ - --sbindir="${GAMES_BINDIR}" \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - || die - emake || die "emake failed" -} - -src_install() { - local f - - dodoc README README.DEV CREDITS BUGS TODO UPDATE version-history.txt - docinto docs - dodoc docs/* - - cd src - make DESTDIR="${D}" install || die "make install failed" - - insinto "${GAMES_DATADIR}/pvpgn" - doins "${WORKDIR}/${SUPPORTP}/"* || die "doins failed" - - # GAMES_USER_DED here instead of GAMES_USER (bug #65423) - for f in bnetd d2cs d2dbs ; do - newinitd "${FILESDIR}/${PN}.rc" ${f} - sed -i \ - -e "s:NAME:${f}:g" \ - -e "s:GAMES_BINDIR:${GAMES_BINDIR}:g" \ - -e "s:GAMES_USER:${GAMES_USER_DED}:g" \ - -e "s:GAMES_GROUP:${GAMES_GROUP}:g" \ - "${D}/etc/${PN}/${f}" \ - || die "sed failed" - done - - prepgamesdirs - keepdir "${GAMES_STATEDIR}/pvpgn/log" - chown -R ${GAMES_USER_DED}:${GAMES_GROUP} "${D}${GAMES_STATEDIR}/pvpgn" - fperms 0775 "${GAMES_STATEDIR}/pvpgn/log" - fperms 0770 "${GAMES_STATEDIR}/pvpgn" -} - -pkg_postinst() { - games_pkg_postinst - - einfo " If this is a first installation you have to configure package by" - einfo "editing the configuration files provided in \"${GAMES_SYSCONFDIR}/pvpgn\". Also you" - einfo "should read the documentation from /usr/share/docs/${PF}/" - einfo - einfo " If you are upgrading you MUST read /usr/share/docs/${PF}/UPDATE.gz" - einfo "and update your configuration acordingly." - if use mysql ; then - echo - einfo " You have enabled MySQL storage support. You will need to edit " - einfo "bnetd.conf to use it. Read README.storage from the docs dir." - fi - if use postgres ; then - echo - einfo " You have enabled PostgreSQL storage support. You will need to edit " - einfo "bnetd.conf to use it. Read README.storage from the docs dir." - fi -} diff --git a/games-server/pvpgn/pvpgn-1.8.0.ebuild b/games-server/pvpgn/pvpgn-1.8.0.ebuild index e9ab486abc84..265587023e0e 100644 --- a/games-server/pvpgn/pvpgn-1.8.0.ebuild +++ b/games-server/pvpgn/pvpgn-1.8.0.ebuild @@ -1,6 +1,6 @@ # 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.5 2007/03/11 05:52:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.8.0.ebuild,v 1.6 2007/03/12 16:24:03 mr_bones_ Exp $ inherit eutils games @@ -12,7 +12,7 @@ SRC_URI="mirror://berlios/${PN}/${PN}-${PV/_/}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="mysql postgres" DEPEND="mysql? ( virtual/mysql ) |