diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-03-25 12:08:40 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-03-25 12:08:40 +0000 |
commit | 97568944587dccfcdc68a7f15ad10877f559d977 (patch) | |
tree | 0868e84c3e95a0d1505a50004b34033ed23f1121 /app-arch/lrzip | |
parent | Version bump, as requested by Manuel Rüger in bug #541798. (diff) | |
download | gentoo-2-97568944587dccfcdc68a7f15ad10877f559d977.tar.gz gentoo-2-97568944587dccfcdc68a7f15ad10877f559d977.tar.bz2 gentoo-2-97568944587dccfcdc68a7f15ad10877f559d977.zip |
Version bump. Metadata formatting. Clean old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'app-arch/lrzip')
-rw-r--r-- | app-arch/lrzip/ChangeLog | 10 | ||||
-rw-r--r-- | app-arch/lrzip/lrzip-0.44.ebuild | 22 | ||||
-rw-r--r-- | app-arch/lrzip/lrzip-0.611.ebuild | 21 | ||||
-rw-r--r-- | app-arch/lrzip/lrzip-0.621.ebuild | 36 | ||||
-rw-r--r-- | app-arch/lrzip/metadata.xml | 6 |
5 files changed, 47 insertions, 48 deletions
diff --git a/app-arch/lrzip/ChangeLog b/app-arch/lrzip/ChangeLog index 075429c8e4d4..da0c73e04248 100644 --- a/app-arch/lrzip/ChangeLog +++ b/app-arch/lrzip/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-arch/lrzip -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.38 2014/08/10 01:43:12 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.39 2015/03/25 12:08:40 yngwin Exp $ + +*lrzip-0.621 (25 Mar 2015) + + 25 Mar 2015; Ben de Groot <yngwin@gentoo.org> +lrzip-0.621.ebuild, + -lrzip-0.44.ebuild, -lrzip-0.611.ebuild, metadata.xml: + Version bump. Metadata formatting. Clean old. 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> lrzip-0.611.ebuild: Fix description for more repoman happy diff --git a/app-arch/lrzip/lrzip-0.44.ebuild b/app-arch/lrzip/lrzip-0.44.ebuild deleted file mode 100644 index a257ec79557f..000000000000 --- a/app-arch/lrzip/lrzip-0.44.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.44.ebuild,v 1.4 2010/04/26 08:27:14 phajdan.jr Exp $ - -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 )" - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} diff --git a/app-arch/lrzip/lrzip-0.611.ebuild b/app-arch/lrzip/lrzip-0.611.ebuild deleted file mode 100644 index c9c7964ee6ee..000000000000 --- a/app-arch/lrzip/lrzip-0.611.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 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.3 2014/08/10 01:43:12 patrick 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-Pod-Parser" diff --git a/app-arch/lrzip/lrzip-0.621.ebuild b/app-arch/lrzip/lrzip-0.621.ebuild new file mode 100644 index 000000000000..5906af370169 --- /dev/null +++ b/app-arch/lrzip/lrzip-0.621.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.621.ebuild,v 1.1 2015/03/25 12:08:40 yngwin Exp $ + +EAPI=5 + +inherit eutils + +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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="dev-libs/lzo + app-arch/bzip2 + sys-libs/zlib" +DEPEND="${RDEPEND} + x86? ( dev-lang/nasm ) + virtual/perl-Pod-Parser" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-missing-stdarg_h.patch +} + +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 0d5d78a49740..47c8a7fd5cf7 100644 --- a/app-arch/lrzip/metadata.xml +++ b/app-arch/lrzip/metadata.xml @@ -7,8 +7,8 @@ <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). + 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> |