summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-06-02 23:33:39 +0000
committerDror Levin <spatz@gentoo.org>2010-06-02 23:33:39 +0000
commit4c19bfae2b6f6407d8b843c7531bc38ff8e112a1 (patch)
tree6ce7e1a4129a36cf8f7213e79e36080abb3cdd32 /app-arch/lrzip
parentzoneminder: fixed 1.24.2 build error (diff)
downloadgentoo-2-4c19bfae2b6f6407d8b843c7531bc38ff8e112a1.tar.gz
gentoo-2-4c19bfae2b6f6407d8b843c7531bc38ff8e112a1.tar.bz2
gentoo-2-4c19bfae2b6f6407d8b843c7531bc38ff8e112a1.zip
Version bump, drop old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/lrzip')
-rw-r--r--app-arch/lrzip/ChangeLog8
-rw-r--r--app-arch/lrzip/lrzip-0.23.ebuild22
-rw-r--r--app-arch/lrzip/lrzip-0.46.ebuild23
3 files changed, 30 insertions, 23 deletions
diff --git a/app-arch/lrzip/ChangeLog b/app-arch/lrzip/ChangeLog
index d4eeb6560a70..993f082bc7e8 100644
--- a/app-arch/lrzip/ChangeLog
+++ b/app-arch/lrzip/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-arch/lrzip
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.15 2010/04/26 08:27:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.16 2010/06/02 23:33:39 spatz Exp $
+
+*lrzip-0.46 (02 Jun 2010)
+
+ 02 Jun 2010; Dror Levin <spatz@gentoo.org> -lrzip-0.23.ebuild,
+ +lrzip-0.46.ebuild:
+ Version bump, drop old.
26 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> lrzip-0.44.ebuild:
x86 stable wrt bug #314853
diff --git a/app-arch/lrzip/lrzip-0.23.ebuild b/app-arch/lrzip/lrzip-0.23.ebuild
deleted file mode 100644
index a8784646929a..000000000000
--- a/app-arch/lrzip/lrzip-0.23.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.23.ebuild,v 1.4 2009/09/27 12:09:46 maekke Exp $
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README"
-SRC_URI="http://ck.kolivas.org/apps/lrzip/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
- app-arch/bzip2"
-DEPEND="${DEPEND}
- x86? ( dev-lang/nasm )"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README
-}
diff --git a/app-arch/lrzip/lrzip-0.46.ebuild b/app-arch/lrzip/lrzip-0.46.ebuild
new file mode 100644
index 000000000000..ebecc5501f1c
--- /dev/null
+++ b/app-arch/lrzip/lrzip-0.46.ebuild
@@ -0,0 +1,23 @@
+# 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.46.ebuild,v 1.1 2010/06/02 23:33:39 spatz 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 )
+ virtual/perl-PodParser"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+}