diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 19:54:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 19:54:07 +0000 |
commit | d5ff4ff47b978c83a6c8e532ef911b7b9986720a (patch) | |
tree | 38fdcfb9f75c2e76161d4588e83fd522c2cbbaed /games-util/showeq | |
parent | P.use.mask h323 for net-misc/asterisk, bug #185713 (diff) | |
download | gentoo-2-d5ff4ff47b978c83a6c8e532ef911b7b9986720a.tar.gz gentoo-2-d5ff4ff47b978c83a6c8e532ef911b7b9986720a.tar.bz2 gentoo-2-d5ff4ff47b978c83a6c8e532ef911b7b9986720a.zip |
version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-util/showeq')
-rw-r--r-- | games-util/showeq/ChangeLog | 9 | ||||
-rw-r--r-- | games-util/showeq/files/showeq-5.12.1.0-UTS.patch | 24 | ||||
-rw-r--r-- | games-util/showeq/files/showeq-5.6.0.0-UTS.patch | 26 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.12.1.0.ebuild (renamed from games-util/showeq/showeq-5.6.0.0.ebuild) | 5 |
4 files changed, 34 insertions, 30 deletions
diff --git a/games-util/showeq/ChangeLog b/games-util/showeq/ChangeLog index 587cf4796099..28cf44f6a834 100644 --- a/games-util/showeq/ChangeLog +++ b/games-util/showeq/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-util/showeq # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.22 2008/01/18 07:12:17 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.23 2008/02/12 19:54:06 mr_bones_ Exp $ + +*showeq-5.12.1.0 (12 Feb 2008) + + 12 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> + -files/showeq-5.6.0.0-UTS.patch, +files/showeq-5.12.1.0-UTS.patch, + -showeq-5.6.0.0.ebuild, +showeq-5.12.1.0.ebuild: + version bump *showeq-5.12.0.0 (18 Jan 2008) 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 new file mode 100644 index 000000000000..b59442e21435 --- /dev/null +++ b/games-util/showeq/files/showeq-5.12.1.0-UTS.patch @@ -0,0 +1,24 @@ +--- 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.6.0.0-UTS.patch b/games-util/showeq/files/showeq-5.6.0.0-UTS.patch deleted file mode 100644 index b8ccc97265bb..000000000000 --- a/games-util/showeq/files/showeq-5.6.0.0-UTS.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- src/main.cpp.old 2008-01-18 00:03:18.000000000 +0100 -+++ src/main.cpp 2008-01-18 00:03:31.000000000 +0100 -@@ -763,10 +763,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 - printf ("\t\tUsing EQItemDB: %s\n", EQItemDB::Version()); - printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version()); - #ifdef USE_DB3 ---- src/itemdbtool.cpp.old 2008-01-18 00:09:30.000000000 +0100 -+++ src/itemdbtool.cpp 2008-01-18 00:09:53.000000000 +0100 -@@ -444,10 +444,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 - printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version()); - #ifdef USE_DB3 - printf ("\tUsing DB3: %s\n", DB3Convenience::Version()); diff --git a/games-util/showeq/showeq-5.6.0.0.ebuild b/games-util/showeq/showeq-5.12.1.0.ebuild index 7c2c3fbdc6d8..8e954d166ec0 100644 --- a/games-util/showeq/showeq-5.6.0.0.ebuild +++ b/games-util/showeq/showeq-5.12.1.0.ebuild @@ -1,6 +1,6 @@ # 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.6.0.0.ebuild,v 1.2 2008/01/17 23:28:56 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.12.1.0.ebuild,v 1.1 2008/02/12 19:54:06 mr_bones_ Exp $ inherit eutils qt3 games @@ -14,8 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/libpcap - $(qt_min_version 3.3) - >=sys-libs/gdbm-1.8.0" + $(qt_min_version 3.3)" src_unpack() { unpack ${A} |