summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-21 17:24:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-21 17:24:38 +0000
commit4a24aa60371c261ad798d6614d117ac383cce73f (patch)
treedc6909f67c5442533386f7e7893f08482ebd2d3f /games-server
parentStable on ppc. (diff)
downloadhistorical-4a24aa60371c261ad798d6614d117ac383cce73f.tar.gz
historical-4a24aa60371c261ad798d6614d117ac383cce73f.tar.bz2
historical-4a24aa60371c261ad798d6614d117ac383cce73f.zip
clean older ebuild
Diffstat (limited to 'games-server')
-rw-r--r--games-server/hlstats/ChangeLog7
-rw-r--r--games-server/hlstats/Manifest10
-rw-r--r--games-server/hlstats/files/digest-hlstats-1.021
-rw-r--r--games-server/hlstats/hlstats-1.02.ebuild72
4 files changed, 9 insertions, 81 deletions
diff --git a/games-server/hlstats/ChangeLog b/games-server/hlstats/ChangeLog
index 10603dbb3002..a61a4d47e6b8 100644
--- a/games-server/hlstats/ChangeLog
+++ b/games-server/hlstats/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-server/hlstats
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/hlstats/ChangeLog,v 1.3 2003/10/13 22:07:17 vapier Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/hlstats/ChangeLog,v 1.4 2004/06/21 17:24:38 mr_bones_ Exp $
+
+ 21 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> hlstats-1.02.ebuild:
+ clean older ebuild
*hlstats-1.20 (13 Oct 2003)
diff --git a/games-server/hlstats/Manifest b/games-server/hlstats/Manifest
index 531484351680..088d88c1c314 100644
--- a/games-server/hlstats/Manifest
+++ b/games-server/hlstats/Manifest
@@ -1,8 +1,6 @@
-MD5 3f25cc6117ebd47b9d2ccddc24411fe4 hlstats-1.20.ebuild 2331
-MD5 f0eb7fda25ae6520e802f337e38f8b9c hlstats-1.02.ebuild 2341
-MD5 0904585fdc1f34bd6c14213f0f1ca6c6 ChangeLog 450
+MD5 3023fab00fec0d8cf3a755ba5584e792 ChangeLog 551
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 aee1f01925cab1746d36726a7e3703ba files/hlstats.rc 508
-MD5 5284252af75d7b56edfa27ddaa6ec1d2 files/digest-hlstats-1.02 64
-MD5 2db304e98fb5a2fcd9ac87831a987b47 files/digest-hlstats-1.20 65
+MD5 f42c8307c5b89a1f5f3bb7d7305211dc hlstats-1.20.ebuild 2332
MD5 819787fd7ea1413af32af58c51ede1a5 files/hlstats 120
+MD5 1365bcb4c00f04cecaffe201f56e0e8d files/hlstats.rc 509
+MD5 2db304e98fb5a2fcd9ac87831a987b47 files/digest-hlstats-1.20 65
diff --git a/games-server/hlstats/files/digest-hlstats-1.02 b/games-server/hlstats/files/digest-hlstats-1.02
deleted file mode 100644
index 753d3552bfe4..000000000000
--- a/games-server/hlstats/files/digest-hlstats-1.02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 87058a6afb4ce0d327c5edfa35c6f3cd hlstats-1.02.tar.gz 685899
diff --git a/games-server/hlstats/hlstats-1.02.ebuild b/games-server/hlstats/hlstats-1.02.ebuild
deleted file mode 100644
index dd65075ef310..000000000000
--- a/games-server/hlstats/hlstats-1.02.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/hlstats/hlstats-1.02.ebuild,v 1.3 2004/06/19 04:32:08 kloeri Exp $
-
-inherit games
-
-DESCRIPTION="real-time player rankings/statistics for half-life"
-HOMEPAGE="http://www.hlstats.org/"
-SRC_URI="mirror://sourceforge/hlstats/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND="dev-lang/perl
- dev-db/mysql
- net-www/apache
- dev-php/mod_php"
-
-src_install() {
- dohtml *.html
- dodoc ChangeLog
-
- insinto ${GAMES_LIBDIR}/${PN}
- doins *.{pm,plib}
-
- insinto ${GAMES_DATADIR}/${PN}
- doins *.sql
-
- sed -i \
- -e "s:./hlstats.conf:${GAMES_SYSCONFDIR}/hlstats.conf:" \
- -e "/^\$opt_libdir =/s:=.*:=\"${GAMES_LIBDIR}/${PN}/\";:" \
- *.pl
- dogamesbin *.pl
- dobin ${FILESDIR}/hlstats
- dosed "s:GENTOO_DIR:${GAMES_BINDIR}:" /usr/bin/hlstats
- exeinto /etc/init.d
- newexe ${FILESDIR}/hlstats.rc hlstats
-
- insinto ${GAMES_SYSCONFDIR}
- doins hlstats.conf
-
- dodir /home/httpd/htdocs
- cp -r hlstats.php hlstatsimg hlstatsinc ${D}/home/httpd/htdocs/
-
- #prepgamesdirs # let apache own the files
-}
-
-pkg_postinst() {
- einfo "To setup:"
- einfo " 1. \`mysqladmin create hlstats\`"
- einfo " 2. \`mysql hlstats < ${GAMES_DATADIR}/${PN}/hlstats.sql\`"
- einfo " 3. \`mysql hlstats < ${GAMES_DATADIR}/${PN}/gamesupport_GAME.sql\`"
- einfo " so if you want cstrike support, replace 'GAME' with 'cstrike'"
- einfo " 4. Edit ${GAMES_SYSCONFDIR}/hlstats.conf"
- einfo " 5. Edit /home/httpd/htdocs/hlstats.php"
- einfo " 6. \`rc-update add hlstats default\`"
- einfo " 7. \`/etc/init.d/hlstats start\`"
- einfo " 8. Edit the cfg files of the game servers you want to track ..."
- einfo " add these lines to your config file:"
- einfo " log on"
- einfo " logaddress 1.2.3.4 27500"
- einfo " (replace 1.2.3.4 with the IP of the server hlstats is running on)"
- einfo " 9. If you want daily awards, setup a cronjob to run hlstats-awards.pl"
- einfo " for example, run \`crontab -e\` and add this entry:"
- einfo " 30 00 * * * ${GAMES_BINDIR}/hlstats-awards.pl"
- einfo " 10. Finally ! Start up the server and after a while goto"
- einfo " http://1.2.3.4/hlstats.php"
- einfo " (replace 1.2.3.4 with the IP of the server hlstats is running on)"
-}