Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/torrentzip/files/, app-arch/torrentzip/
Date: Sun, 03 Jul 2016 11:57:13
Message-Id: 1467545323.1efc8155af1c312040185f9fed0313d0ecc8e22d.monsieurp@gentoo
1 commit: 1efc8155af1c312040185f9fed0313d0ecc8e22d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 11:20:14 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:28:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efc8155
7
8 app-arch/torrentzip: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 .../torrentzip-0.2-fix-function-declarations.patch | 23 ----------------------
13 app-arch/torrentzip/torrentzip-0.9.ebuild | 2 +-
14 2 files changed, 1 insertion(+), 24 deletions(-)
15
16 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
17 deleted file mode 100644
18 index c8ab8fc..0000000
19 --- a/app-arch/torrentzip/files/torrentzip-0.2-fix-function-declarations.patch
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 ---- configure.ac 2005-04-05 18:12:49.000000000 +0200
23 -+++ configure.ac 2016-01-17 22:58:57.203979927 +0100
24 -@@ -1,7 +1,7 @@
25 - AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip])
26 -
27 - AM_INIT_AUTOMAKE
28 --AM_CONFIG_HEADER(config.h)
29 -+#AM_CONFIG_HEADER(config.h)
30 - AM_MAINTAINER_MODE
31 -
32 - AC_PROG_CC
33 -@@ -11,6 +11,11 @@
34 - AC_CHECK_LIB([m], [fmod], [], [AC_MSG_ERROR("Need libm to build TorrentZip")])
35 - AC_CHECK_LIB([z], [zlibVersion], [], [AC_MSG_ERROR("Need libz to build TorrentZip")])
36 -
37 -+AC_CHECK_DECL(OF, [],
38 -+ [AC_CHECK_DECL(_Z_OF, [AC_DEFINE([OF(args)], [_Z_OF(args)])],
39 -+ [AC_MSG_ERROR("Unsupported zlib version")], [#include "zlib.h"])],
40 -+ [#include "zlib.h"])
41 -+
42 - AC_CONFIG_FILES([Makefile src/Makefile torrentzip.spec])
43 -
44 - AC_OUTPUT
45
46 diff --git a/app-arch/torrentzip/torrentzip-0.9.ebuild b/app-arch/torrentzip/torrentzip-0.9.ebuild
47 index 9539cad..4dae2bb 100644
48 --- a/app-arch/torrentzip/torrentzip-0.9.ebuild
49 +++ b/app-arch/torrentzip/torrentzip-0.9.ebuild
50 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
51
52 LICENSE="GPL-2"
53 SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 +KEYWORDS="amd64 x86"
56 IUSE=""
57
58 RDEPEND="