yngwin      15/03/25 12:08:41

  Modified:             metadata.xml ChangeLog
  Added:                lrzip-0.621.ebuild
  Removed:              lrzip-0.44.ebuild lrzip-0.611.ebuild
  Log:
  Version bump. Metadata formatting. Clean old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.6                  app-arch/lrzip/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/metadata.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/metadata.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml        25 Jul 2012 03:59:15 -0000      1.5
+++ metadata.xml        25 Mar 2015 12:08:40 -0000      1.6
@@ -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>



1.39                 app-arch/lrzip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   10 Aug 2014 01:43:12 -0000      1.38
+++ ChangeLog   25 Mar 2015 12:08:40 -0000      1.39
@@ -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 <[email protected]> +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 <[email protected]> lrzip-0.611.ebuild:
   Fix description for more repoman happy



1.1                  app-arch/lrzip/lrzip-0.621.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.621.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.621.ebuild?rev=1.1&content-type=text/plain

Index: lrzip-0.621.ebuild
===================================================================
# 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"
}




Reply via email to