summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 05:18:39 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 05:18:39 +0000
commita91e64a04ff4b8c574123f3b384cbca3d0fbdaca (patch)
tree97352a704c5e64c81299503c4c2e9363daf5b6ff /games-util/showeq
parentold (diff)
downloadhistorical-a91e64a04ff4b8c574123f3b384cbca3d0fbdaca.tar.gz
historical-a91e64a04ff4b8c574123f3b384cbca3d0fbdaca.tar.bz2
historical-a91e64a04ff4b8c574123f3b384cbca3d0fbdaca.zip
old
Diffstat (limited to 'games-util/showeq')
-rw-r--r--games-util/showeq/Manifest10
-rw-r--r--games-util/showeq/files/digest-showeq-4.3.181
-rw-r--r--games-util/showeq/files/digest-showeq-4.3.191
-rw-r--r--games-util/showeq/showeq-4.3.18.ebuild56
-rw-r--r--games-util/showeq/showeq-4.3.19.ebuild55
5 files changed, 3 insertions, 120 deletions
diff --git a/games-util/showeq/Manifest b/games-util/showeq/Manifest
index 1ed0c8810a74..1ea8b2bd02c5 100644
--- a/games-util/showeq/Manifest
+++ b/games-util/showeq/Manifest
@@ -3,16 +3,12 @@ Hash: SHA1
MD5 56963737205cc83080863a44194e0b26 ChangeLog 1035
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 0fd28ae9282e7c36974c6166014e7348 showeq-4.3.18.ebuild 1343
-MD5 85a84c5a223a31e2594bc1ed6279042a showeq-4.3.19.ebuild 1259
MD5 95cf9285025c6b060c85ad9c39781ee5 showeq-4.3.21.ebuild 1246
-MD5 750f2683b2b5e599ff1c4f7497225739 files/digest-showeq-4.3.18 67
-MD5 a07a58d886a788ffc71ddb7015e61c82 files/digest-showeq-4.3.19 67
MD5 1d9ebbfda3f734899a768723ecf0c5ea files/digest-showeq-4.3.21 67
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBKY56HTu7gpaalycRAnFQAJ4t95Vv8xCbLYQfp1grYVr64C5/gwCfXTPm
-hVDUtv13Yi/XGQi9ynFxThE=
-=REoO
+iD8DBQFBhHXMHTu7gpaalycRAlwqAKDvukNSrROSMvNj/1H4i++To00iZQCg3n2e
+Cz3dxsDyfAB+HEHW8TMrtdg=
+=IFjD
-----END PGP SIGNATURE-----
diff --git a/games-util/showeq/files/digest-showeq-4.3.18 b/games-util/showeq/files/digest-showeq-4.3.18
deleted file mode 100644
index 051bc88862a4..000000000000
--- a/games-util/showeq/files/digest-showeq-4.3.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 01dc31f190991a677184b02fd14a9dfd ShowEQ-4.3.18.tar.bz2 1919074
diff --git a/games-util/showeq/files/digest-showeq-4.3.19 b/games-util/showeq/files/digest-showeq-4.3.19
deleted file mode 100644
index a9a8726543f1..000000000000
--- a/games-util/showeq/files/digest-showeq-4.3.19
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0cd241b5d3cad4d7c7978a3b9833334d ShowEQ-4.3.19.tar.bz2 1920256
diff --git a/games-util/showeq/showeq-4.3.18.ebuild b/games-util/showeq/showeq-4.3.18.ebuild
deleted file mode 100644
index cb0497535640..000000000000
--- a/games-util/showeq/showeq-4.3.18.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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-4.3.18.ebuild,v 1.6 2004/06/24 23:32:13 agriffis Exp $
-
-inherit games
-
-S="${WORKDIR}/${PN}"
-DESCRIPTION="A Everquest monitoring program"
-HOMEPAGE="http://seq.sourceforge.net"
-SRC_URI="mirror://sourceforge/seq/ShowEQ-${PV}.tar.bz2"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="virtual/x11
- media-libs/libpng
- >=net-libs/libpcap-0.6.2
- >=x11-libs/qt-3.0.5
- >=sys-libs/gdbm-1.8.0"
-DEPEND="${RDEPEND}
- sys-devel/libtool
- sys-devel/autoconf
- sys-devel/automake
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "/CFLAGS/s:-O2:${CFLAGS}:" \
- -e "/CXXFLAGS/s:-O2:${CXXFLAGS}:" acinclude.m4 || \
- die "sed acinclude.m4 failed"
- sed -i \
- -e "/OPT_CXX=/s:-O2:${CXXFLAGS}:" \
- -e "/OPT_C=/s:-O2:${CFLAGS}:" configure.in || \
- die "sed configure.in failed"
-}
-
-src_compile() {
- cd ${S}
- make -f Makefile.dist || die "make failed"
- egamesconf || die
- emake || die "emake failed"
-}
-
-src_install() {
- egamesinstall || die
- doman showeq.1 || die "doman failed"
- dodoc BUGS CHANGES FAQ INSTALL README* ROADMAP TODO doc/*.{doc,txt} || \
- die "dodoc failed"
- dohtml doc/* || die "dohtml failed"
- prepgamesdirs
-}
diff --git a/games-util/showeq/showeq-4.3.19.ebuild b/games-util/showeq/showeq-4.3.19.ebuild
deleted file mode 100644
index 7bbe93ee2d28..000000000000
--- a/games-util/showeq/showeq-4.3.19.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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-4.3.19.ebuild,v 1.3 2004/06/24 23:32:13 agriffis Exp $
-
-inherit games
-
-S="${WORKDIR}/${PN}"
-DESCRIPTION="A Everquest monitoring program"
-HOMEPAGE="http://seq.sourceforge.net"
-SRC_URI="mirror://sourceforge/seq/ShowEQ-${PV}.tar.bz2"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="virtual/x11
- media-libs/libpng
- >=net-libs/libpcap-0.6.2
- >=x11-libs/qt-3.1
- >=sys-libs/gdbm-1.8.0"
-DEPEND="${RDEPEND}
- sys-devel/libtool
- sys-devel/autoconf
- sys-devel/automake
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "/CFLAGS/s:-O2:${CFLAGS}:" \
- -e "/CXXFLAGS/s:-O2:${CXXFLAGS}:" acinclude.m4 \
- || die "sed acinclude.m4 failed"
- sed -i \
- -e "/OPT_CXX=/s:-O2:${CXXFLAGS}:" \
- -e "/OPT_C=/s:-O2:${CFLAGS}:" configure.in \
- || die "sed configure.in failed"
-}
-
-src_compile() {
- cd ${S}
- make -f Makefile.dist || die "make failed"
- 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
-}