From 7c213690f9689aee764e81315b6b00e714e4fbaf Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Sat, 26 Oct 2013 10:22:22 +0000 Subject: version bump (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!) --- app-arch/lrzip/ChangeLog | 7 ++++++- app-arch/lrzip/lrzip-0.616.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 app-arch/lrzip/lrzip-0.616.ebuild (limited to 'app-arch/lrzip') 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 +lrzip-0.616.ebuild: + version bump 17 Aug 2013; Matt Turner 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" +} -- cgit v1.2.3-65-gdbad