summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2012-07-25 03:59:15 +0000
committerBen de Groot <yngwin@gentoo.org>2012-07-25 03:59:15 +0000
commit6f5b45cc404d11d21f7e3f60d342ef6e752a78ce (patch)
tree697ee5548e3b6e5aabd84838722e5f46fd6d1c33 /app-arch/lrzip
parentRe-enable tests and add patch to remove failing test, bug 330065 (diff)
downloadgentoo-2-6f5b45cc404d11d21f7e3f60d342ef6e752a78ce.tar.gz
gentoo-2-6f5b45cc404d11d21f7e3f60d342ef6e752a78ce.tar.bz2
gentoo-2-6f5b45cc404d11d21f7e3f60d342ef6e752a78ce.zip
Take over maintainership since spatz is being retired. Version bump (bug #426404). Install docs in proper place.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/lrzip')
-rw-r--r--app-arch/lrzip/ChangeLog10
-rw-r--r--app-arch/lrzip/lrzip-0.614.ebuild32
-rw-r--r--app-arch/lrzip/metadata.xml21
3 files changed, 50 insertions, 13 deletions
diff --git a/app-arch/lrzip/ChangeLog b/app-arch/lrzip/ChangeLog
index ece83093d02c..cd00796ccf98 100644
--- a/app-arch/lrzip/ChangeLog
+++ b/app-arch/lrzip/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-arch/lrzip
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.18 2012/03/16 14:27:30 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.19 2012/07/25 03:59:15 yngwin Exp $
+
+*lrzip-0.614 (25 Jul 2012)
+
+ 25 Jul 2012; Ben de Groot <yngwin@gentoo.org> +lrzip-0.614.ebuild,
+ metadata.xml:
+ Take over maintainership since spatz is being retired. Version bump (bug
+ #426404). Install docs in proper place.
*lrzip-0.611 (16 Mar 2012)
@@ -78,4 +85,3 @@
15 Apr 2007; Luca Barbato <lu_zero@gentoo.org> +metadata.xml,
+lrzip-0.18.ebuild:
first commit
-
diff --git a/app-arch/lrzip/lrzip-0.614.ebuild b/app-arch/lrzip/lrzip-0.614.ebuild
new file mode 100644
index 000000000000..5e88a26631ca
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.614.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.614.ebuild,v 1.1 2012/07/25 03:59:15 yngwin Exp $
+
+EAPI=4
+
+DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
+HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README"
+SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/lzo
+ app-arch/bzip2
+ sys-libs/zlib"
+DEPEND="${RDEPEND}
+ x86? ( dev-lang/nasm )
+ virtual/perl-PodParser"
+
+DOCS="" # let package handle docs
+
+src_configure() {
+ econf --docdir="/usr/share/doc/${P}"
+}
+
+src_install() {
+ default
+ rm "${D}/usr/share/doc/${P}/COPYING"
+}
diff --git a/app-arch/lrzip/metadata.xml b/app-arch/lrzip/metadata.xml
index f5090ac33482..0d5d78a49740 100644
--- a/app-arch/lrzip/metadata.xml
+++ b/app-arch/lrzip/metadata.xml
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>spatz@gentoo.org</email>
- <name>Dror Levin</name>
- </maintainer>
- <longdescription>
- This is a compression program optimised for large files. The larger the file
- and the more memory you have, the better the compression advantage this will
- provide, especially once the files are larger than 100MB. The advantage can
- be chosen to be either size (much smaller than bzip2) or speed (much faster
- than bzip2).
- </longdescription>
+ <maintainer>
+ <email>yngwin@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ This is a compression program optimised for large files. The larger the
+ file and the more memory you have, the better the compression advantage
+ this will provide, especially once the files are larger than 100MB.
+ The advantage can be chosen to be either size (much smaller than bzip2)
+ or speed (much faster than bzip2).
+ </longdescription>
</pkgmetadata>