* [gentoo-commits] gentoo-x86 commit in app-arch/torrentzip: ChangeLog metadata.xml torrentzip-0.2-r1.ebuild
@ 2014-01-02 14:28 Tom Wijsman (tomwij)
0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2014-01-02 14:28 UTC (permalink / raw
To: gentoo-commits
tomwij 14/01/02 14:28:24
Modified: ChangeLog metadata.xml torrentzip-0.2-r1.ebuild
Log:
[QA] Shortened DESCRIPTION and put the extra details in the longdescription tag of metadata.xml. Added explicit RDEPEND="".
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.5 app-arch/torrentzip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/torrentzip/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 12 Oct 2009 16:51:50 -0000 1.4
+++ ChangeLog 2 Jan 2014 14:28:24 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/torrentzip
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/ChangeLog,v 1.4 2009/10/12 16:51:50 halcy0n Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/ChangeLog,v 1.5 2014/01/02 14:28:24 tomwij Exp $
+
+ 02 Jan 2014; Tom Wijsman <TomWij@gentoo.org> metadata.xml,
+ torrentzip-0.2-r1.ebuild:
+ Shortened DESCRIPTION and put the extra details in the longdescription tag of
+ metadata.xml. Added explicit RDEPEND="".
12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> torrentzip-0.2-r1.ebuild:
QA fixes; unquoted variables
@@ -21,4 +26,3 @@
+torrentzip-0.2.ebuild:
Initial import. Thanks to Avuton Olrich <avuton@gmail.com> and Timothy
Redaelli <drizzt@gufi.org> for this package, #91493.
-
1.2 app-arch/torrentzip/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/torrentzip/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 18 Jun 2006 05:14:50 -0000 1.1
+++ metadata.xml 2 Jan 2014 14:28:24 -0000 1.2
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>net-p2p</herd>
+ <herd>net-p2p</herd>
+ <longdescription>
+ TorrentZip is a replacement for MameZip. The goal of the program is to
+ use standard values when creating zips to create identical files over
+ multiple systems. It has the ability to create a torrentzip format
+ from a zip file.
+ </longdescription>
</pkgmetadata>
1.4 app-arch/torrentzip/torrentzip-0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild?r1=1.3&r2=1.4
Index: torrentzip-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- torrentzip-0.2-r1.ebuild 12 Oct 2009 16:51:50 -0000 1.3
+++ torrentzip-0.2-r1.ebuild 2 Jan 2014 14:28:24 -0000 1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild,v 1.3 2009/10/12 16:51:50 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/torrentzip/torrentzip-0.2-r1.ebuild,v 1.4 2014/01/02 14:28:24 tomwij Exp $
inherit versionator eutils autotools
-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"
+DESCRIPTION="Archiver that creates standard zips to create identical files over multiple systems."
HOMEPAGE="https://sourceforge.net/projects/trrntzip"
MY_PN=trrntzip
@@ -18,6 +18,7 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/zlib"
+RDEPEND=""
S=${WORKDIR}/trrntzip
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-02 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02 14:28 [gentoo-commits] gentoo-x86 commit in app-arch/torrentzip: ChangeLog metadata.xml torrentzip-0.2-r1.ebuild Tom Wijsman (tomwij)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox