summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-08-09 22:41:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-08-09 22:41:45 +0000
commit21d9ea2a168e95f8aade36515d3ab18d566d6045 (patch)
tree3061164bd7ae67a279a1eaaee32009286380471f /games-util/showeq
parentif we failed to create the temp dir, fall back to running with -p option (diff)
downloadgentoo-2-21d9ea2a168e95f8aade36515d3ab18d566d6045.tar.gz
gentoo-2-21d9ea2a168e95f8aade36515d3ab18d566d6045.tar.bz2
gentoo-2-21d9ea2a168e95f8aade36515d3ab18d566d6045.zip
clean older ebuilds
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-util/showeq')
-rw-r--r--games-util/showeq/ChangeLog6
-rw-r--r--games-util/showeq/files/digest-showeq-4.3.211
-rw-r--r--games-util/showeq/files/digest-showeq-5.0.0.161
-rw-r--r--games-util/showeq/showeq-4.3.21.ebuild56
-rw-r--r--games-util/showeq/showeq-5.0.0.16.ebuild34
5 files changed, 5 insertions, 93 deletions
diff --git a/games-util/showeq/ChangeLog b/games-util/showeq/ChangeLog
index a41efb8faebd..5fe7387fd3b1 100644
--- a/games-util/showeq/ChangeLog
+++ b/games-util/showeq/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2005/07/25 15:46:15 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.14 2005/08/09 22:41:45 mr_bones_ Exp $
+
+ 09 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -showeq-4.3.21.ebuild, -showeq-5.0.0.16.ebuild:
+ clean older ebuilds
25 Jul 2005; Caleb Tennis <caleb@gentoo.org> showeq-4.3.21.ebuild,
showeq-5.0.0.16.ebuild, showeq-5.0.0.18.ebuild:
diff --git a/games-util/showeq/files/digest-showeq-4.3.21 b/games-util/showeq/files/digest-showeq-4.3.21
deleted file mode 100644
index 321f1b470196..000000000000
--- a/games-util/showeq/files/digest-showeq-4.3.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e91b85e0149f191bd574eb9253544d01 ShowEQ-4.3.21.tar.bz2 2602343
diff --git a/games-util/showeq/files/digest-showeq-5.0.0.16 b/games-util/showeq/files/digest-showeq-5.0.0.16
deleted file mode 100644
index c61efdddbf2f..000000000000
--- a/games-util/showeq/files/digest-showeq-5.0.0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5adf178ad32f408ce96dc322e60a9c38 showeq-5.0.0.16.tar.bz2 711992
diff --git a/games-util/showeq/showeq-4.3.21.ebuild b/games-util/showeq/showeq-4.3.21.ebuild
deleted file mode 100644
index 79f754ccbfe6..000000000000
--- a/games-util/showeq/showeq-4.3.21.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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-4.3.21.ebuild,v 1.5 2005/07/25 15:46:15 caleb Exp $
-
-inherit games qt3
-
-DESCRIPTION="A Everquest monitoring program"
-HOMEPAGE="http://seq.sourceforge.net/"
-SRC_URI="mirror://sourceforge/seq/ShowEQ-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND="virtual/x11
- media-libs/libpng
- virtual/libpcap
- $(qt_min_version 3.1)
- >=sys-libs/gdbm-1.8.0"
-DEPEND="${RDEPEND}
- sys-devel/libtool
- sys-devel/autoconf
- sys-devel/automake
- >=sys-apps/sed-4"
-
-S="${WORKDIR}/${PN}"
-
-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 "/USE_OPT_C=/s:-O[1-9]:${CFLAGS}:" \
- -e "/USE_OPT_CXX=/s:-O[1-9]:${CXXFLAGS}:" \
- configure.in \
- || die "sed configure.in failed"
-
- env \
- WANT_AUTOCONF=2.5 \
- WANT_AUTOMAKE=1.8 \
- make -f Makefile.dist no-backup || die "make dist failed"
-}
-
-src_install() {
- egamesinstall || die
- doman showeq.1
- dodoc BUGS CHANGES FAQ README* ROADMAP TODO doc/*.{doc,txt}
- dohtml doc/*
- prepgamesdirs
-}
diff --git a/games-util/showeq/showeq-5.0.0.16.ebuild b/games-util/showeq/showeq-5.0.0.16.ebuild
deleted file mode 100644
index cc12339d17ee..000000000000
--- a/games-util/showeq/showeq-5.0.0.16.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.0.0.16.ebuild,v 1.5 2005/07/25 15:46:15 caleb 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
- 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() {
- egamesinstall || die
- doman showeq.1
- dodoc BUGS CHANGES FAQ README* ROADMAP TODO doc/*.{doc,txt}
- dohtml doc/*
- prepgamesdirs
-}