public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/showeq: ChangeLog showeq-5.12.1.0.ebuild showeq-5.6.0.0.ebuild
@ 2008-02-12 19:54 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2008-02-12 19:54 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/02/12 19:54:07

  Modified:             ChangeLog
  Added:                showeq-5.12.1.0.ebuild
  Removed:              showeq-5.6.0.0.ebuild
  Log:
  version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.23                 games-util/showeq/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/showeq/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/showeq/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/showeq/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	18 Jan 2008 07:12:17 -0000	1.22
+++ ChangeLog	12 Feb 2008 19:54:06 -0000	1.23
@@ -1,6 +1,13 @@
 # ChangeLog for games-util/showeq
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.22 2008/01/18 07:12:17 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.23 2008/02/12 19:54:06 mr_bones_ Exp $
+
+*showeq-5.12.1.0 (12 Feb 2008)
+
+  12 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  -files/showeq-5.6.0.0-UTS.patch, +files/showeq-5.12.1.0-UTS.patch,
+  -showeq-5.6.0.0.ebuild, +showeq-5.12.1.0.ebuild:
+  version bump
 
 *showeq-5.12.0.0 (18 Jan 2008)
 



1.1                  games-util/showeq/showeq-5.12.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/showeq/showeq-5.12.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/showeq/showeq-5.12.1.0.ebuild?rev=1.1&content-type=text/plain

Index: showeq-5.12.1.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.12.1.0.ebuild,v 1.1 2008/02/12 19:54:06 mr_bones_ Exp $

inherit eutils qt3 games

DESCRIPTION="An Everquest monitoring program"
HOMEPAGE="http://www.showeq.net/"
SRC_URI="mirror://sourceforge/seq/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="virtual/libpcap
	$(qt_min_version 3.3)"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-UTS.patch
}

src_compile() {
	egamesconf \
		--disable-dependency-tracking \
		--disable-debug \
		--disable-optimization \
		|| die
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	doman showeq.1
	dodoc AUTHORS BUGS ChangeLog FAQ NEWS README ROADMAP TODO doc/*.{doc,txt}
	dohtml doc/map.html
	prepgamesdirs
}

pkg_postinst() {
	games_pkg_postinst
	echo
	elog "For complete functionality, download and extract the following"
	elog "files into ${GAMES_DATADIR}/${PN}"
	elog
	elog "http://patch.everquest.com:7000/patch/everquest/main/eqstr_us.txt.gz"
	elog "http://patch.everquest.com:7000/patch/everquest/main/spells_us.txt.gz"
	elog
	elog "or simply run the following commands..."
	elog "  cd ${GAMES_DATADIR}/${PN}"
	elog "  for i in eqstr_us.txt spells_us.txt; do"
	elog "    wget --user-agent=SOEPatcher/curl \\"
	elog "      http://patch.everquest.com:7000/patch/everquest/main/\${i}.gz"
	elog "    gunzip \${i}.gz"
	elog "  done"
	echo
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-12 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-12 19:54 [gentoo-commits] gentoo-x86 commit in games-util/showeq: ChangeLog showeq-5.12.1.0.ebuild showeq-5.6.0.0.ebuild Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox