diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-10-26 10:22:22 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-10-26 10:22:22 +0000 |
commit | 7c213690f9689aee764e81315b6b00e714e4fbaf (patch) | |
tree | 21386a2873b25eb271d00704f30b740d35f58232 /app-arch/lrzip | |
parent | version bump (diff) | |
download | gentoo-2-7c213690f9689aee764e81315b6b00e714e4fbaf.tar.gz gentoo-2-7c213690f9689aee764e81315b6b00e714e4fbaf.tar.bz2 gentoo-2-7c213690f9689aee764e81315b6b00e714e4fbaf.zip |
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'app-arch/lrzip')
-rw-r--r-- | app-arch/lrzip/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/lrzip/lrzip-0.616.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-arch/lrzip/ChangeLog b/app-arch/lrzip/ChangeLog index 2733a99ae41a..23ac8d22902f 100644 --- a/app-arch/lrzip/ChangeLog +++ b/app-arch/lrzip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/lrzip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.26 2013/08/17 04:27:02 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.27 2013/10/26 10:22:22 yngwin Exp $ + +*lrzip-0.616 (26 Oct 2013) + + 26 Oct 2013; Ben de Groot <yngwin@gentoo.org> +lrzip-0.616.ebuild: + version bump 17 Aug 2013; Matt Turner <mattst88@gentoo.org> lrzip-0.614.ebuild: Added ~mips, bug 468854. diff --git a/app-arch/lrzip/lrzip-0.616.ebuild b/app-arch/lrzip/lrzip-0.616.ebuild new file mode 100644 index 000000000000..5d5773f3651a --- /dev/null +++ b/app-arch/lrzip/lrzip-0.616.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v 1.1 2013/10/26 10:22:22 yngwin Exp $ + +EAPI=5 + +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 ~arm ~hppa ~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-PodParser" + +src_configure() { + econf --docdir="/usr/share/doc/${P}" +} + +src_install() { + default + rm "${D}/usr/share/doc/${P}/COPYING" +} |