diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-23 01:34:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-23 01:34:05 +0000 |
commit | 6be8c198d358876a96dcbd41e8d60564a7a98e15 (patch) | |
tree | 44f6bcd8fa58d55e9b0ff6709698f0461c4d0710 /games-strategy | |
parent | Adding new package: inconsolata monospace font (diff) | |
download | gentoo-2-6be8c198d358876a96dcbd41e8d60564a7a98e15.tar.gz gentoo-2-6be8c198d358876a96dcbd41e8d60564a7a98e15.tar.bz2 gentoo-2-6be8c198d358876a96dcbd41e8d60564a7a98e15.zip |
old
(Portage version: 2.1.4.4)
(Unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wormux/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch | 13 | ||||
-rw-r--r-- | games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch | 30 |
3 files changed, 0 insertions, 45 deletions
diff --git a/games-strategy/wormux/Manifest b/games-strategy/wormux/Manifest index 3707b07ba178..266ede3652aa 100644 --- a/games-strategy/wormux/Manifest +++ b/games-strategy/wormux/Manifest @@ -1,8 +1,6 @@ AUX wormux-0.7.3-fix-gettext-Makefile.patch 436 RMD160 92138b8a3a511518e93025b757292fde524603da SHA1 53289c952bffb3cd4fc6821063ecf7f6fb6d01da SHA256 e3c7208bc087e791d486c57c99371a2097aeff9d3e86c4c0cb6d01606a20de75 AUX wormux-0.7.3-fix-tr.po.patch 1904 RMD160 b141220d1799fea90964f735338425a0ebdbc70e SHA1 a8f7b7a50662d4c9da603827cadbd2f3e7bd48e8 SHA256 b9ef98ad87d6e7d62af23bb08ff0b7d5add74f4383d36b3596cd544e1f146859 AUX wormux-0.7.3-user-CFLAGS.patch 419 RMD160 5243a77aa9f933e5468e1e91794a81e69fe3e8de SHA1 85e742885d1e99183dde3bcb495a6fcc47a9a9d1 SHA256 a9f6a722ff6244c67371d098fddcff94fa7b549816cc4cdc4a642b511063ab29 -AUX wormux-0.7.4-user-CFLAGS.patch 328 RMD160 1da09a1d99af980fcc92a187b0090038e806c92e SHA1 590275a3389a909f01691008f5323847c7386827 SHA256 6f9a1132e63170c7746b3b448cc1b5d2ee9595c5a223d1abe96957b6ebd73c4c -AUX wormux-0.7.9-user-CFLAGS.patch 1086 RMD160 3667355c2d1058c4338d992a66c5a4ff256d707f SHA1 057717a8aaae0cb7c3f2ff59df880681c5382939 SHA256 e6c35974d5739cdcb97ff285e8714af0ea1eaafbea7d6469c227035c02d4ccef DIST wormux-0.7.3.tar.gz 36057375 RMD160 06abee7abf460c27811261960fa09aacd68a71a8 SHA1 9c195c4dba6051dab2e49a09bbdbf0a1755193d5 SHA256 9e5d53483f0c3eaee2df604b0646b9855f0b5096937f84ac66519c4637c429ac DIST wormux-0.8.tar.bz2 56824903 RMD160 9df989b1a3b2730844c836cef97888648b963571 SHA1 e23d06daa1b7a7f5c3400f0b2354541f91bb9c68 SHA256 c9e459b279f0306d6e5f62a07bcf4ddeabf8c57bdcf72be201efdf69948b4c80 EBUILD wormux-0.7.3.ebuild 1396 RMD160 48e92532ada429931c9ff239b4d065e482b5e3a9 SHA1 da4a0a3f13834c550d0fb8d5bc4f90196e22d14f SHA256 f1acb7a9c6c8c0b1dfd6e18500706b1a31f1b00b069c57fa5ef1c2156105b07b diff --git a/games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch b/games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch deleted file mode 100644 index 6f865a211079..000000000000 --- a/games-strategy/wormux/files/wormux-0.7.4-user-CFLAGS.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure -+++ configure -@@ -6766,9 +6766,7 @@ - GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter" - - if test "${debug}" = "yes"; then -- GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG -Werror" -- else -- GCC_FLAGS="$GCC_FLAGS -O2" -+ GCC_FLAGS="$GCC_FLAGS -DDEBUG" - fi - - CFLAGS="$CFLAGS $GCC_FLAGS" diff --git a/games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch b/games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch deleted file mode 100644 index 4f8a1b55d593..000000000000 --- a/games-strategy/wormux/files/wormux-0.7.9-user-CFLAGS.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- configure -+++ configure -@@ -7314,13 +7314,11 @@ - GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter" - - if test "x${debug}" = "xyes"; then -- GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG" -- else -- GCC_FLAGS="$GCC_FLAGS -O2" -+ GCC_FLAGS="$GCC_FLAGS -DDEBUG" - fi - -- CFLAGS="$GCC_FLAGS" -- CXXFLAGS="$GCC_FLAGS" -+ CFLAGS="$CFLAGS $GCC_FLAGS" -+ CXXFLAGS="$CXXFLAGS $GCC_FLAGS" - - else - if test "x${debug}" = "xyes"; then ---- src/Makefile.in -+++ src/Makefile.in -@@ -518,7 +518,7 @@ - weapon/submachine_gun.h weapon/polecat.cpp weapon/polecat.h \ - weapon/blowtorch.cpp weapon/blowtorch.h weapon/syringe.cpp \ - weapon/syringe.h $(am__append_1) --AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -Werror -+AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - |