diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 19:33:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 19:33:39 +0000 |
commit | 7395b1ad339872a2c1d1116c27d53cb71fff813c (patch) | |
tree | fce4d30e81f22726d00331717695e7fe85272f7c /games-util/showeq | |
parent | fix digests (diff) | |
download | gentoo-2-7395b1ad339872a2c1d1116c27d53cb71fff813c.tar.gz gentoo-2-7395b1ad339872a2c1d1116c27d53cb71fff813c.tar.bz2 gentoo-2-7395b1ad339872a2c1d1116c27d53cb71fff813c.zip |
old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-util/showeq')
-rw-r--r-- | games-util/showeq/files/digest-showeq-5.2.4.0 | 3 | ||||
-rw-r--r-- | games-util/showeq/files/digest-showeq-5.3.0.0 | 3 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.2.4.0.ebuild | 36 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.3.0.0.ebuild | 37 |
4 files changed, 0 insertions, 79 deletions
diff --git a/games-util/showeq/files/digest-showeq-5.2.4.0 b/games-util/showeq/files/digest-showeq-5.2.4.0 deleted file mode 100644 index 8dc0fb38d032..000000000000 --- a/games-util/showeq/files/digest-showeq-5.2.4.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 82b52e0656576e4d8297dbf750db5716 showeq-5.2.4.0.tar.bz2 804125 -RMD160 bc05a9312e6362e3322a46c3f2787381915b3e46 showeq-5.2.4.0.tar.bz2 804125 -SHA256 091dae8cbbd2a25106a587205730e19502458b3094ac3a27ea7dbb871493b692 showeq-5.2.4.0.tar.bz2 804125 diff --git a/games-util/showeq/files/digest-showeq-5.3.0.0 b/games-util/showeq/files/digest-showeq-5.3.0.0 deleted file mode 100644 index ef102dd346d1..000000000000 --- a/games-util/showeq/files/digest-showeq-5.3.0.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 af86346b6dec828211882ab9b37a1db0 showeq-5.3.0.0.tar.bz2 811678 -RMD160 9f55416f74688dd61248f6460abfaf4d477a559b showeq-5.3.0.0.tar.bz2 811678 -SHA256 c6ff30a4a5b156fafc42e175c415dde73a461d3bcd6e5da3b04840a5a6ee4c17 showeq-5.3.0.0.tar.bz2 811678 diff --git a/games-util/showeq/showeq-5.2.4.0.ebuild b/games-util/showeq/showeq-5.2.4.0.ebuild deleted file mode 100644 index b161155aa2c6..000000000000 --- a/games-util/showeq/showeq-5.2.4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2006 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.6 2006/12/06 21:16:13 wolf31o2 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="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="x11-libs/libXt - media-libs/libpng - virtual/libpcap - $(qt_min_version 3.2) - >=sys-libs/gdbm-1.8.0" - -PATCHES="${FILESDIR}/${P}"-gcc4.patch - -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 -} diff --git a/games-util/showeq/showeq-5.3.0.0.ebuild b/games-util/showeq/showeq-5.3.0.0.ebuild deleted file mode 100644 index 2ef0df9e503b..000000000000 --- a/games-util/showeq/showeq-5.3.0.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.3.0.0.ebuild,v 1.3 2006/12/06 21:16:13 wolf31o2 Exp $ - -inherit kde 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="" - -RDEPEND="virtual/libpcap - $(qt_min_version 3.2) - >=sys-libs/gdbm-1.8.0" - -DEPEND="${RDEPEND} - x11-libs/libXt" - -PATCHES="${FILESDIR}/${P}"-gcc4.patch - -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 AUTHORS BUGS ChangeLog FAQ NEWS README ROADMAP TODO doc/*.{doc,txt} - dohtml doc/map.html - prepgamesdirs -} |