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.13.7.0.ebuild
@ 2009-10-13 20:59 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-10-13 20:59 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/10/13 20:59:03

  Modified:             ChangeLog
  Added:                showeq-5.13.7.0.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.28                 games-util/showeq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	26 Jul 2009 20:38:00 -0000	1.27
+++ ChangeLog	13 Oct 2009 20:59:03 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for games-util/showeq
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.27 2009/07/26 20:38:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.28 2009/10/13 20:59:03 mr_bones_ Exp $
+
+*showeq-5.13.7.0 (13 Oct 2009)
+
+  13 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +showeq-5.13.7.0.ebuild:
+  version bump
 
 *showeq-5.13.5.0 (26 Jul 2009)
 



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

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

Index: showeq-5.13.7.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.13.7.0.ebuild,v 1.1 2009/10/13 20:59:03 mr_bones_ Exp $

EAPI=2
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
	x11-libs/qt:3"

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		--disable-debug \
		--disable-optimization
}

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
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/showeq: ChangeLog showeq-5.13.7.0.ebuild
@ 2009-11-26 20:54 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-11-26 20:54 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/26 20:54:49

  Modified:             ChangeLog showeq-5.13.7.0.ebuild
  Log:
  x86 stable, bug #294521
  (Portage version: 2.2_rc52/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 games-util/showeq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	10 Nov 2009 20:26:52 -0000	1.29
+++ ChangeLog	26 Nov 2009 20:54:49 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/showeq
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.29 2009/11/10 20:26:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.30 2009/11/26 20:54:49 maekke Exp $
+
+  26 Nov 2009; Markus Meier <maekke@gentoo.org> showeq-5.13.7.0.ebuild:
+  x86 stable, bug #294521
 
   10 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
   showeq-5.0.0.18.ebuild:



1.2                  games-util/showeq/showeq-5.13.7.0.ebuild

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

Index: showeq-5.13.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.13.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- showeq-5.13.7.0.ebuild	13 Oct 2009 20:59:03 -0000	1.1
+++ showeq-5.13.7.0.ebuild	26 Nov 2009 20:54:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.13.7.0.ebuild,v 1.1 2009/10/13 20:59:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.13.7.0.ebuild,v 1.2 2009/11/26 20:54:49 maekke Exp $
 
 EAPI=2
 inherit eutils qt3 games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="virtual/libpcap






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-26 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13 20:59 [gentoo-commits] gentoo-x86 commit in games-util/showeq: ChangeLog showeq-5.13.7.0.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-26 20:54 Markus Meier (maekke)

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