app-arch/torrentzip: Stable for amd64. Retroactively mark stable for the remaining...
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 3 Jul 2016 11:20:14 +0000 (11:20 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 3 Jul 2016 11:28:43 +0000 (11:28 +0000)
Package-Manager: portage-2.2.28

app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch [deleted file]
app-arch/torrentzip/torrentzip-0.9.ebuild

diff --git a/app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch b/app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch
deleted file mode 100644 (file)
index c8ab8fc..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.ac       2005-04-05 18:12:49.000000000 +0200\r
-+++ configure.ac       2016-01-17 22:58:57.203979927 +0100\r
-@@ -1,7 +1,7 @@\r
- AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip])\r
\r
- AM_INIT_AUTOMAKE\r
--AM_CONFIG_HEADER(config.h)\r
-+#AM_CONFIG_HEADER(config.h)\r
- AM_MAINTAINER_MODE\r
\r
- AC_PROG_CC\r
-@@ -11,6 +11,11 @@\r
- AC_CHECK_LIB([m], [fmod], [], [AC_MSG_ERROR("Need libm to build TorrentZip")])\r
- AC_CHECK_LIB([z], [zlibVersion], [], [AC_MSG_ERROR("Need libz to build TorrentZip")])\r
\r
-+AC_CHECK_DECL(OF, [],\r
-+    [AC_CHECK_DECL(_Z_OF, [AC_DEFINE([OF(args)], [_Z_OF(args)])],\r
-+      [AC_MSG_ERROR("Unsupported zlib version")], [#include "zlib.h"])],\r
-+    [#include "zlib.h"])\r
-+\r
- AC_CONFIG_FILES([Makefile src/Makefile torrentzip.spec])\r
\r
- AC_OUTPUT\r
index 9539caded077ed9d0633e8c92c5c40672d83f797..4dae2bbc88ddea6a3e0014af022c362f7b1fd713 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="