diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-07 17:46:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-07 18:25:07 +0100 |
commit | 7fadd9667f885253771af7c6f3afe08926d772ca (patch) | |
tree | 45b735c30643e21ae655ffda4508deeff642db91 /games-server | |
parent | games-strategy/megaglest-data: drop 3.11.1-r1 (diff) | |
download | gentoo-7fadd9667f885253771af7c6f3afe08926d772ca.tar.gz gentoo-7fadd9667f885253771af7c6f3afe08926d772ca.tar.bz2 gentoo-7fadd9667f885253771af7c6f3afe08926d772ca.zip |
games-server/pvpgn: drop 1.8.5-r4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/pvpgn/Manifest | 2 | ||||
-rw-r--r-- | games-server/pvpgn/pvpgn-1.8.5-r4.ebuild | 100 |
2 files changed, 0 insertions, 102 deletions
diff --git a/games-server/pvpgn/Manifest b/games-server/pvpgn/Manifest index 5e4d6fed6c61..05589d1bf778 100644 --- a/games-server/pvpgn/Manifest +++ b/games-server/pvpgn/Manifest @@ -1,3 +1 @@ -DIST pvpgn-1.8.5.tar.bz2 982931 BLAKE2B 73c84278c5a7a13b781541f49a77af45d05950f0e378237ec0bfce3b4a55a94f91cfc2f994f56046e76c3dfb5d390427ee9cecbc21d1da048d2c503bfa21cf7b SHA512 7cbe141efe03efa4ce0fc1cc3b4e15afe2e85e3c83a27afdf36fec9e2dadf1c7b9aca1773e6a3e6566b62f5a7999cc040c9517786ca70eeb70f86eea84e9218e DIST pvpgn-1.99.7.2.1.tar.gz 1515818 BLAKE2B b4f5017b58e91785b199b700ced9e54bc7d953f2fe12696c931d44e5cad93f86eb77cff8fdc429e7d033f19d93ae895c192ce4c5a73beb7812c2f27f94bbeaf3 SHA512 b3b042c739b15b8460d9e0da1ed9f1fb6fb2db39046a23d7d30290b47b31e41de6c152023f0ab6dd92ce0c7b7483e6933509bda216cb0cb1260b5eed0bc874dd -DIST pvpgn-support-1.3.tar.gz 123805 BLAKE2B dc051265c6d4c5a2ab69379f7ac4a57f402d25e8898020217f2ae5f12cb2ca4db860df47efe38ed6494eb040cbd52a7ed495bc3dab59c9e9e48a8e1386500d6e SHA512 9002fcdb7da92e84af97319b9f1e38f5cf97466aef88549b1fe81b9070643f321011adf674424e2c4acc22f847c7fc61ca2cbf2da0223842e9b9e6c8f1427d76 diff --git a/games-server/pvpgn/pvpgn-1.8.5-r4.ebuild b/games-server/pvpgn/pvpgn-1.8.5-r4.ebuild deleted file mode 100644 index 8d587fde8934..000000000000 --- a/games-server/pvpgn/pvpgn-1.8.5-r4.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -SUPPORTP="${PN}-support-1.3" -DESCRIPTION="A gaming server for Battle.Net compatible clients" -HOMEPAGE="https://sourceforge.net/projects/pvpgn.berlios/" -SRC_URI="mirror://sourceforge/pvpgn.berlios/${PN}-${PV/_/}.tar.bz2 - mirror://sourceforge/pvpgn.berlios/${SUPPORTP}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mysql postgres" - -DEPEND=" - mysql? ( dev-db/mysql-connector-c:0= ) - postgres? ( dev-db/postgresql:*[server] ) -" -RDEPEND=" - ${DEPEND} - acct-user/pvpgn - acct-group/pvpgn -" - -PATCHES=( - "${FILESDIR}"/${P}-fhs.patch -) - -src_configure() { - cd src || die - - tc-export CC - # Was: "everything in GAMES_BINDIR (bug #63071)" - # Not anymore. - econf \ - --sbindir="/usr/bin" \ - $(use_with mysql) \ - $(use_with postgres pgsql) -} - -src_compile() { - emake -C src -} - -src_install() { - local f - - dodoc README README.DEV CREDITS BUGS TODO UPDATE version-history.txt - docinto docs - dodoc docs/* - - emake -C src DESTDIR="${D}" install - - insinto /usr/share/${PN} - doins "${WORKDIR}/${SUPPORTP}/"* - - # Was: "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:/usr/bin:g" \ - -e "s:GAMES_USER:pvpgn:g" \ - -e "s:GAMES_GROUP:pvpgn:g" \ - "${D}/etc/${PN}/${f}.conf" \ - "${D}/etc/init.d/${f}" || die - done - - keepdir $(find "${ED}/var/lib"/${PN} -type d -printf "/var/lib/${PN}/%P ") /var/lib/${PN}/log - - chown -R pvpgn:pvpgn "${ED}/var/lib/${PN}" || die - fperms 0775 "/var/lib/${PN}/log" - fperms 0770 "/var/lib/${PN}" -} - -pkg_postinst() { - elog "If this is a first installation you need to configure the package by" - elog "editing the configuration files provided in /etc/${PN}" - elog "Also you should read the documentation in /usr/share/docs/${PF}" - elog - elog "If you are upgrading you MUST read UPDATE in /usr/share/docs/${PF}" - elog "and update your configuration accordingly." - - if use mysql ; then - elog - elog "You have enabled MySQL storage support. You will need to edit" - elog "bnetd.conf to use it. Read README.storage from the docs directory." - fi - - if use postgres ; then - elog - elog "You have enabled PostgreSQL storage support. You will need to edit" - elog "bnetd.conf to use it. Read README.storage from the docs directory." - fi -} |