Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/torrentzip: ChangeLog metadata.xml torrentzip-0.2-r1.ebuild
Date: Thu, 02 Jan 2014 14:28:28
Message-Id: 20140102142824.BBC7B2004C@flycatcher.gentoo.org
1 tomwij 14/01/02 14:28:24
2
3 Modified: ChangeLog metadata.xml torrentzip-0.2-r1.ebuild
4 Log:
5 [QA] Shortened DESCRIPTION and put the extra details in the longdescription tag of metadata.xml. Added explicit RDEPEND="".
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.5 app-arch/torrentzip/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/torrentzip/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 12 Oct 2009 16:51:50 -0000 1.4
23 +++ ChangeLog 2 Jan 2014 14:28:24 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-arch/torrentzip
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/ChangeLog,v 1.4 2009/10/12 16:51:50 halcy0n Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/ChangeLog,v 1.5 2014/01/02 14:28:24 tomwij Exp $
30 +
31 + 02 Jan 2014; Tom Wijsman <TomWij@g.o> metadata.xml,
32 + torrentzip-0.2-r1.ebuild:
33 + Shortened DESCRIPTION and put the extra details in the longdescription tag of
34 + metadata.xml. Added explicit RDEPEND="".
35
36 12 Oct 2009; Mark Loeser <halcy0n@g.o> torrentzip-0.2-r1.ebuild:
37 QA fixes; unquoted variables
38 @@ -21,4 +26,3 @@
39 +torrentzip-0.2.ebuild:
40 Initial import. Thanks to Avuton Olrich <avuton@×××××.com> and Timothy
41 Redaelli <drizzt@××××.org> for this package, #91493.
42 -
43
44
45
46 1.2 app-arch/torrentzip/metadata.xml
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/metadata.xml?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/metadata.xml?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/metadata.xml?r1=1.1&r2=1.2
51
52 Index: metadata.xml
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-arch/torrentzip/metadata.xml,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- metadata.xml 18 Jun 2006 05:14:50 -0000 1.1
59 +++ metadata.xml 2 Jan 2014 14:28:24 -0000 1.2
60 @@ -1,5 +1,11 @@
61 <?xml version="1.0" encoding="UTF-8"?>
62 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 <pkgmetadata>
64 -<herd>net-p2p</herd>
65 + <herd>net-p2p</herd>
66 + <longdescription>
67 + TorrentZip is a replacement for MameZip. The goal of the program is to
68 + use standard values when creating zips to create identical files over
69 + multiple systems. It has the ability to create a torrentzip format
70 + from a zip file.
71 + </longdescription>
72 </pkgmetadata>
73
74
75
76 1.4 app-arch/torrentzip/torrentzip-0.2-r1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild?rev=1.4&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild?rev=1.4&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild?r1=1.3&r2=1.4
81
82 Index: torrentzip-0.2-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild,v
85 retrieving revision 1.3
86 retrieving revision 1.4
87 diff -u -r1.3 -r1.4
88 --- torrentzip-0.2-r1.ebuild 12 Oct 2009 16:51:50 -0000 1.3
89 +++ torrentzip-0.2-r1.ebuild 2 Jan 2014 14:28:24 -0000 1.4
90 @@ -1,10 +1,10 @@
91 -# Copyright 1999-2009 Gentoo Foundation
92 +# Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild,v 1.3 2009/10/12 16:51:50 halcy0n Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild,v 1.4 2014/01/02 14:28:24 tomwij Exp $
96
97 inherit versionator eutils autotools
98
99 -DESCRIPTION="archiving program that uses standard values when creating zips to create identical files over multiple systems with the ability to create a torrentzip format from a zip file"
100 +DESCRIPTION="Archiver that creates standard zips to create identical files over multiple systems."
101 HOMEPAGE="https://sourceforge.net/projects/trrntzip"
102
103 MY_PN=trrntzip
104 @@ -18,6 +18,7 @@
105 KEYWORDS="~amd64 ~x86"
106 IUSE=""
107 DEPEND="sys-libs/zlib"
108 +RDEPEND=""
109
110 S=${WORKDIR}/trrntzip