summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2012-03-16 14:27:30 +0000
committerJoshua Kinard <kumba@gentoo.org>2012-03-16 14:27:30 +0000
commitf39dfe7f2937c354e73b10553e696060e3e4df23 (patch)
tree663982bb1cc79c9f35354660a6f1a558bfb1b161 /app-arch/lrzip
parentapp-admin/hddtemp: Fixes bug #408269 and also bug #390275 btw. (diff)
downloadgentoo-2-f39dfe7f2937c354e73b10553e696060e3e4df23.tar.gz
gentoo-2-f39dfe7f2937c354e73b10553e696060e3e4df23.tar.bz2
gentoo-2-f39dfe7f2937c354e73b10553e696060e3e4df23.zip
Add 0.611 and remove 0.606. Closes #383345.
(Portage version: 2.1.10.49/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.606.ebuild20
-rw-r--r--app-arch/lrzip/lrzip-0.611.ebuild21
-rw-r--r--app-arch/lrzip/metadata.xml7
4 files changed, 36 insertions, 22 deletions
diff --git a/app-arch/lrzip/ChangeLog b/app-arch/lrzip/ChangeLog
index 719e595dbe2a..ece83093d02c 100644
--- a/app-arch/lrzip/ChangeLog
+++ b/app-arch/lrzip/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-arch/lrzip
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.17 2011/05/17 21:38:50 spatz Exp $
+# 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 $
+
+*lrzip-0.611 (16 Mar 2012)
+
+ 16 Mar 2012; Joshua Kinard <kumba@gentoo.org> -lrzip-0.606.ebuild,
+ +lrzip-0.611.ebuild:
+ Add 0.611 and remove 0.606. Closes #383345.
*lrzip-0.606 (17 May 2011)
diff --git a/app-arch/lrzip/lrzip-0.606.ebuild b/app-arch/lrzip/lrzip-0.606.ebuild
deleted file mode 100644
index 4d97e52d3785..000000000000
--- a/app-arch/lrzip/lrzip-0.606.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.606.ebuild,v 1.1 2011/05/17 21:38:50 spatz Exp $
-
-EAPI=4
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP"
-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 )"
diff --git a/app-arch/lrzip/lrzip-0.611.ebuild b/app-arch/lrzip/lrzip-0.611.ebuild
new file mode 100644
index 000000000000..c9f06a5c3ea7
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.611.ebuild
@@ -0,0 +1,21 @@
+# 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.611.ebuild,v 1.1 2012/03/16 14:27:30 kumba 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"
diff --git a/app-arch/lrzip/metadata.xml b/app-arch/lrzip/metadata.xml
index 822447900181..f5090ac33482 100644
--- a/app-arch/lrzip/metadata.xml
+++ b/app-arch/lrzip/metadata.xml
@@ -5,4 +5,11 @@
<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>
</pkgmetadata>