summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-26 02:48:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-26 02:48:00 +0000
commita538efbc704d685d91cf9ec446b9fec5d850d0a9 (patch)
treeae4ae16bbe5d6fabdd0718f7ac14146faac528be /games-server
parentversion bump (diff)
downloadhistorical-a538efbc704d685d91cf9ec446b9fec5d850d0a9.tar.gz
historical-a538efbc704d685d91cf9ec446b9fec5d850d0a9.tar.bz2
historical-a538efbc704d685d91cf9ec446b9fec5d850d0a9.zip
old
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-server')
-rw-r--r--games-server/pvpgn/Manifest6
-rw-r--r--games-server/pvpgn/files/digest-pvpgn-1.6.52
-rw-r--r--games-server/pvpgn/pvpgn-1.6.5.ebuild88
3 files changed, 2 insertions, 94 deletions
diff --git a/games-server/pvpgn/Manifest b/games-server/pvpgn/Manifest
index d069407fae05..dec869eba3f3 100644
--- a/games-server/pvpgn/Manifest
+++ b/games-server/pvpgn/Manifest
@@ -1,8 +1,6 @@
-MD5 6e2b75b24c441b52a2450d6e352904d0 ChangeLog 833
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 645c390657b1ff443b606c0f33ca0a55 pvpgn-1.6.5-r1.ebuild 2590
-MD5 6284978a67b8a0cf4b916400d344cdc0 pvpgn-1.6.5.ebuild 2447
-MD5 778be818c35e7df1e022398198427172 files/1.6.5-fhs.patch 10322
-MD5 ba5db7daf3b6cfeb5c463b3d8f7ee32b files/digest-pvpgn-1.6.5 134
+MD5 6e2b75b24c441b52a2450d6e352904d0 ChangeLog 833
MD5 0dea305044e123e1b1ee007331906727 files/init.d.rc 785
+MD5 778be818c35e7df1e022398198427172 files/1.6.5-fhs.patch 10322
MD5 ba5db7daf3b6cfeb5c463b3d8f7ee32b files/digest-pvpgn-1.6.5-r1 134
diff --git a/games-server/pvpgn/files/digest-pvpgn-1.6.5 b/games-server/pvpgn/files/digest-pvpgn-1.6.5
deleted file mode 100644
index 3d25d5d4a976..000000000000
--- a/games-server/pvpgn/files/digest-pvpgn-1.6.5
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 89d10957b44fb60cd112c588cf644da1 pvpgn-1.6.5.tar.bz2 1024406
-MD5 8ba36144ea3a7efe200536c142bb7886 pvpgn-support-1.0.tar.gz 126047
diff --git a/games-server/pvpgn/pvpgn-1.6.5.ebuild b/games-server/pvpgn/pvpgn-1.6.5.ebuild
deleted file mode 100644
index 00d7beb76f1c..000000000000
--- a/games-server/pvpgn/pvpgn-1.6.5.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.6.5.ebuild,v 1.4 2004/09/12 09:58:05 mr_bones_ 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="mirror://sourceforge/pvpgn/${P}.tar.bz2
- mirror://sourceforge/pvpgn/${SUPPORTP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="mysql postgres"
-
-DEPEND="virtual/libc
- sys-libs/zlib
- mysql? ( >=dev-db/mysql-3.23 )
- postgres? ( >=dev-db/postgresql-7 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-fhs.patch"
-}
-
-src_compile() {
- cd src
- egamesconf \
- $(use_with mysql) \
- $(use_with postgres pgsql) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- 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"
-
- exeinto /etc/init.d
- local f
- for f in bnetd d2cs d2dbs ; do
- newexe "${FILESDIR}/init.d.rc" ${f}
- sed -i \
- -e "s:NAME:${f}:g" \
- -e "s:GAMES_BINDIR:${GAMES_BINDIR}:g" \
- -e "s:GAMES_USER:${GAMES_USER}:g" \
- -e "s:GAMES_GROUP:${GAMES_GROUP}:g" \
- "${D}/etc/init.d/${f}" \
- || die "sed ${D}/etc/init.d/${f} failed"
- done
-
- prepgamesdirs
- keepdir "${GAMES_STATEDIR}/pvpgn/log"
- chown -R ${GAMES_USER}:${GAMES_GROUP} "${D}${GAMES_STATEDIR}/pvpgn"
- fperm 0755 "${GAMES_STATEDIR}/pvpgn/log"
- fperm 0750 "${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/${P}/"
- einfo
- einfo " If you are upgrading you MUST read /usr/share/docs/${P}/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
-}