diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-10 15:23:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-10 15:23:21 +0000 |
commit | 93176af7704e3a69a87f4ab7965c71c77d320e32 (patch) | |
tree | b0581abcd4409910bd054225ce731009c48bd307 /games-util/showeq | |
parent | Made mostly modular xorg friendly; it won't be until font eclass is friendly,... (diff) | |
download | gentoo-2-93176af7704e3a69a87f4ab7965c71c77d320e32.tar.gz gentoo-2-93176af7704e3a69a87f4ab7965c71c77d320e32.tar.bz2 gentoo-2-93176af7704e3a69a87f4ab7965c71c77d320e32.zip |
Version bump #115061 by Jesse Waldack.
(Portage version: 2.0.53)
Diffstat (limited to 'games-util/showeq')
-rw-r--r-- | games-util/showeq/ChangeLog | 9 | ||||
-rw-r--r-- | games-util/showeq/files/digest-showeq-5.2.4.0 | 1 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.2.4.0.ebuild | 34 |
3 files changed, 42 insertions, 2 deletions
diff --git a/games-util/showeq/ChangeLog b/games-util/showeq/ChangeLog index 5fe7387fd3b1..ca1a64ba97f1 100644 --- a/games-util/showeq/ChangeLog +++ b/games-util/showeq/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-util/showeq -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.14 2005/08/09 22:41:45 mr_bones_ Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.15 2005/12/10 15:23:21 vapier Exp $ + +*showeq-5.2.4.0 (10 Dec 2005) + + 10 Dec 2005; Mike Frysinger <vapier@gentoo.org> +showeq-5.2.4.0.ebuild: + Version bump #115061 by Jesse Waldack. 09 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> -showeq-4.3.21.ebuild, -showeq-5.0.0.16.ebuild: diff --git a/games-util/showeq/files/digest-showeq-5.2.4.0 b/games-util/showeq/files/digest-showeq-5.2.4.0 new file mode 100644 index 000000000000..3e831193bc2b --- /dev/null +++ b/games-util/showeq/files/digest-showeq-5.2.4.0 @@ -0,0 +1 @@ +MD5 82b52e0656576e4d8297dbf750db5716 showeq-5.2.4.0.tar.bz2 804125 diff --git a/games-util/showeq/showeq-5.2.4.0.ebuild b/games-util/showeq/showeq-5.2.4.0.ebuild new file mode 100644 index 000000000000..98c49e19ba48 --- /dev/null +++ b/games-util/showeq/showeq-5.2.4.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.2.4.0.ebuild,v 1.1 2005/12/10 15:23:21 vapier 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="~ppc ~x86" +IUSE="" + +DEPEND="virtual/x11 + media-libs/libpng + virtual/libpcap + $(qt_min_version 3.1) + >=sys-libs/gdbm-1.8.0" + +src_compile() { + kde_src_compile nothing + egamesconf || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + doman showeq.1 + dodoc BUGS FAQ README* ROADMAP TODO doc/*.{doc,txt} + dohtml doc/* + prepgamesdirs +} |