diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-13 06:18:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-13 06:18:05 +0000 |
commit | 65bef70687168aadc26803b6fbce9362ce4a5f3a (patch) | |
tree | b605ea649339842e37fd0629ba50001ea5a3a8ea /games-util/showeq | |
parent | add media-sound/mpg123:network (diff) | |
download | gentoo-2-65bef70687168aadc26803b6fbce9362ce4a5f3a.tar.gz gentoo-2-65bef70687168aadc26803b6fbce9362ce4a5f3a.tar.bz2 gentoo-2-65bef70687168aadc26803b6fbce9362ce4a5f3a.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-util/showeq')
-rw-r--r-- | games-util/showeq/files/showeq-5.12.0.0-UTS.patch | 24 | ||||
-rw-r--r-- | games-util/showeq/files/showeq-5.12.1.0-UTS.patch | 24 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.12.0.0.ebuild | 61 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.12.1.0.ebuild | 61 |
4 files changed, 0 insertions, 170 deletions
diff --git a/games-util/showeq/files/showeq-5.12.0.0-UTS.patch b/games-util/showeq/files/showeq-5.12.0.0-UTS.patch deleted file mode 100644 index b59442e21435..000000000000 --- a/games-util/showeq/files/showeq-5.12.0.0-UTS.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- src/main.cpp.old 2008-01-18 07:36:05.000000000 +0100 -+++ src/main.cpp 2008-01-18 07:36:35.000000000 +0100 -@@ -14,10 +14,6 @@ - #ifdef __linux__ - #include <linux/version.h> - --// Newer kernel versions put this in utsversion --#ifndef UTS_RELEASE --#include <linux/utsversion.h> --#endif - #endif - - #include <sys/utsname.h> -@@ -772,10 +768,6 @@ - #ifdef QT_VERSION_STR - printf ("\t\tUsing Qt version: %s\n", QT_VERSION_STR); - #endif --#ifdef __linux__ -- printf ("\t\tUsing headers from linux version: %s\n", -- UTS_RELEASE); --#endif - #ifdef ITEMDB - printf ("\t\tUsing EQItemDB: %s\n", EQItemDB::Version()); - printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version()); diff --git a/games-util/showeq/files/showeq-5.12.1.0-UTS.patch b/games-util/showeq/files/showeq-5.12.1.0-UTS.patch deleted file mode 100644 index b59442e21435..000000000000 --- a/games-util/showeq/files/showeq-5.12.1.0-UTS.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- src/main.cpp.old 2008-01-18 07:36:05.000000000 +0100 -+++ src/main.cpp 2008-01-18 07:36:35.000000000 +0100 -@@ -14,10 +14,6 @@ - #ifdef __linux__ - #include <linux/version.h> - --// Newer kernel versions put this in utsversion --#ifndef UTS_RELEASE --#include <linux/utsversion.h> --#endif - #endif - - #include <sys/utsname.h> -@@ -772,10 +768,6 @@ - #ifdef QT_VERSION_STR - printf ("\t\tUsing Qt version: %s\n", QT_VERSION_STR); - #endif --#ifdef __linux__ -- printf ("\t\tUsing headers from linux version: %s\n", -- UTS_RELEASE); --#endif - #ifdef ITEMDB - printf ("\t\tUsing EQItemDB: %s\n", EQItemDB::Version()); - printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version()); diff --git a/games-util/showeq/showeq-5.12.0.0.ebuild b/games-util/showeq/showeq-5.12.0.0.ebuild deleted file mode 100644 index 4eb4d128e687..000000000000 --- a/games-util/showeq/showeq-5.12.0.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.12.0.0.ebuild,v 1.2 2008/07/27 21:39:23 carlo Exp $ - -EAPI=1 - -inherit eutils qt3 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="" - -DEPEND="virtual/libpcap - x11-libs/qt:3" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-UTS.patch -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --disable-debug \ - --disable-optimization \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - doman showeq.1 - dodoc AUTHORS BUGS ChangeLog FAQ NEWS README ROADMAP TODO doc/*.{doc,txt} - dohtml doc/map.html - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "For complete functionality, download and extract the following" - elog "files into ${GAMES_DATADIR}/${PN}" - elog - elog "http://patch.everquest.com:7000/patch/everquest/main/eqstr_us.txt.gz" - elog "http://patch.everquest.com:7000/patch/everquest/main/spells_us.txt.gz" - elog - elog "or simply run the following commands..." - elog " cd ${GAMES_DATADIR}/${PN}" - elog " for i in eqstr_us.txt spells_us.txt; do" - elog " wget --user-agent=SOEPatcher/curl \\" - elog " http://patch.everquest.com:7000/patch/everquest/main/\${i}.gz" - elog " gunzip \${i}.gz" - elog " done" - echo -} diff --git a/games-util/showeq/showeq-5.12.1.0.ebuild b/games-util/showeq/showeq-5.12.1.0.ebuild deleted file mode 100644 index 42ea7942b9fd..000000000000 --- a/games-util/showeq/showeq-5.12.1.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.12.1.0.ebuild,v 1.2 2008/07/27 21:39:23 carlo Exp $ - -EAPI=1 - -inherit eutils qt3 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="" - -DEPEND="virtual/libpcap - x11-libs/qt:3" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-UTS.patch -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --disable-debug \ - --disable-optimization \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - doman showeq.1 - dodoc AUTHORS BUGS ChangeLog FAQ NEWS README ROADMAP TODO doc/*.{doc,txt} - dohtml doc/map.html - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "For complete functionality, download and extract the following" - elog "files into ${GAMES_DATADIR}/${PN}" - elog - elog "http://patch.everquest.com:7000/patch/everquest/main/eqstr_us.txt.gz" - elog "http://patch.everquest.com:7000/patch/everquest/main/spells_us.txt.gz" - elog - elog "or simply run the following commands..." - elog " cd ${GAMES_DATADIR}/${PN}" - elog " for i in eqstr_us.txt spells_us.txt; do" - elog " wget --user-agent=SOEPatcher/curl \\" - elog " http://patch.everquest.com:7000/patch/everquest/main/\${i}.gz" - elog " gunzip \${i}.gz" - elog " done" - echo -} |