summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-29 10:18:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-29 10:18:23 +0000
commit305fbde713a851f31a224e3c664e2e23722ec63d (patch)
treea1fbc61beb176741c739b72df9614fab41560076 /games-util
parentFixed ChangeLog header. (Manifest recommit) (diff)
downloadgentoo-2-305fbde713a851f31a224e3c664e2e23722ec63d.tar.gz
gentoo-2-305fbde713a851f31a224e3c664e2e23722ec63d.tar.bz2
gentoo-2-305fbde713a851f31a224e3c664e2e23722ec63d.zip
version bump (bug #65256)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/showeq/ChangeLog8
-rw-r--r--games-util/showeq/Manifest14
-rw-r--r--games-util/showeq/files/digest-showeq-5.0.0.161
-rw-r--r--games-util/showeq/showeq-5.0.0.16.ebuild34
4 files changed, 45 insertions, 12 deletions
diff --git a/games-util/showeq/ChangeLog b/games-util/showeq/ChangeLog
index 218c2532c8b6..263800e058c7 100644
--- a/games-util/showeq/ChangeLog
+++ b/games-util/showeq/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-util/showeq
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.7 2004/08/23 06:27:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.8 2004/12/29 10:18:23 mr_bones_ Exp $
+
+*showeq-5.0.0.16 (29 Dec 2004)
+
+ 29 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ +showeq-5.0.0.16.ebuild:
+ version bump (bug #65256)
*showeq-4.3.21 (23 Aug 2004)
diff --git a/games-util/showeq/Manifest b/games-util/showeq/Manifest
index 1ea8b2bd02c5..2672e2f748b7 100644
--- a/games-util/showeq/Manifest
+++ b/games-util/showeq/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 56963737205cc83080863a44194e0b26 ChangeLog 1035
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 56963737205cc83080863a44194e0b26 ChangeLog 1035
MD5 95cf9285025c6b060c85ad9c39781ee5 showeq-4.3.21.ebuild 1246
+MD5 eab88c30c661da8fc9eb078c61622809 showeq-5.0.0.16.ebuild 703
+MD5 89367ba61dd3417f3e851cd88aaa7b94 files/digest-showeq-5.0.0.16 68
MD5 1d9ebbfda3f734899a768723ecf0c5ea files/digest-showeq-4.3.21 67
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBhHXMHTu7gpaalycRAlwqAKDvukNSrROSMvNj/1H4i++To00iZQCg3n2e
-Cz3dxsDyfAB+HEHW8TMrtdg=
-=IFjD
------END PGP SIGNATURE-----
diff --git a/games-util/showeq/files/digest-showeq-5.0.0.16 b/games-util/showeq/files/digest-showeq-5.0.0.16
new file mode 100644
index 000000000000..c61efdddbf2f
--- /dev/null
+++ b/games-util/showeq/files/digest-showeq-5.0.0.16
@@ -0,0 +1 @@
+MD5 5adf178ad32f408ce96dc322e60a9c38 showeq-5.0.0.16.tar.bz2 711992
diff --git a/games-util/showeq/showeq-5.0.0.16.ebuild b/games-util/showeq/showeq-5.0.0.16.ebuild
new file mode 100644
index 000000000000..5f5f51eee9d4
--- /dev/null
+++ b/games-util/showeq/showeq-5.0.0.16.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.0.0.16.ebuild,v 1.1 2004/12/29 10:18:23 mr_bones_ Exp $
+
+inherit kde games
+
+DESCRIPTION="A Everquest monitoring program"
+HOMEPAGE="http://seq.sourceforge.net/"
+SRC_URI="mirror://sourceforge/seq/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="virtual/x11
+ media-libs/libpng
+ >=net-libs/libpcap-0.6.2
+ >=x11-libs/qt-3.1
+ >=sys-libs/gdbm-1.8.0"
+
+src_compile() {
+ kde_src_compile nothing
+ egamesconf || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ egamesinstall || die
+ doman showeq.1
+ dodoc BUGS CHANGES FAQ INSTALL README* ROADMAP TODO doc/*.{doc,txt}
+ dohtml doc/*
+ prepgamesdirs
+}