summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-01-02 14:28:24 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-01-02 14:28:24 +0000
commit057c21307c7a6e6649ef016d49ae853783d009fe (patch)
treeb4ea5311eb80da853eed0b92bb8376d9e98bd55d /app-arch
parentx86 stable wrt bug #495508 (diff)
downloadgentoo-2-057c21307c7a6e6649ef016d49ae853783d009fe.tar.gz
gentoo-2-057c21307c7a6e6649ef016d49ae853783d009fe.tar.bz2
gentoo-2-057c21307c7a6e6649ef016d49ae853783d009fe.zip
[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)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/torrentzip/ChangeLog10
-rw-r--r--app-arch/torrentzip/metadata.xml8
-rw-r--r--app-arch/torrentzip/torrentzip-0.2-r1.ebuild7
3 files changed, 18 insertions, 7 deletions
diff --git a/app-arch/torrentzip/ChangeLog b/app-arch/torrentzip/ChangeLog
index 376b6afa121c..636996be928e 100644
--- a/app-arch/torrentzip/ChangeLog
+++ b/app-arch/torrentzip/ChangeLog
@@ -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.
-
diff --git a/app-arch/torrentzip/metadata.xml b/app-arch/torrentzip/metadata.xml
index aa0f3664825f..f4bb579433f6 100644
--- a/app-arch/torrentzip/metadata.xml
+++ b/app-arch/torrentzip/metadata.xml
@@ -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>
diff --git a/app-arch/torrentzip/torrentzip-0.2-r1.ebuild b/app-arch/torrentzip/torrentzip-0.2-r1.ebuild
index eae6f3b08c76..7e295d3b81e1 100644
--- a/app-arch/torrentzip/torrentzip-0.2-r1.ebuild
+++ b/app-arch/torrentzip/torrentzip-0.2-r1.ebuild
@@ -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 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/zlib"
+RDEPEND=""
S=${WORKDIR}/trrntzip