mgorny      14/06/17 15:14:57

  Modified:             ChangeLog
  Added:                zpaq-6.53.ebuild
  Log:
  Version bump, bug #513538.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.16                 app-arch/zpaq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   19 Feb 2014 17:32:37 -0000      1.15
+++ ChangeLog   17 Jun 2014 15:14:57 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/zpaq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.15 2014/02/19 
17:32:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.16 2014/06/17 
15:14:57 mgorny Exp $
+
+*zpaq-6.53 (17 Jun 2014)
+
+  17 Jun 2014; Michał Górny <[email protected]> +zpaq-6.53.ebuild:
+  Version bump, bug #513538.
 
 *zpaq-6.49 (19 Feb 2014)
 



1.1                  app-arch/zpaq/zpaq-6.53.ebuild

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

Index: zpaq-6.53.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild,v 1.1 
2014/06/17 15:14:57 mgorny Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
inherit autotools-utils eutils

MY_P=${PN}${PV/./}
DESCRIPTION="Journaling incremental deduplicating archiving compressor"
HOMEPAGE="http://mattmahoney.net/dc/zpaq.html";
SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="~app-arch/libzpaq-${PV}
        dev-libs/libdivsufsort"
DEPEND="${RDEPEND}
        app-arch/unzip"

S=${WORKDIR}

src_prepare() {
        EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/${PN}-4-autotools.patch
        autotools-utils_src_prepare
}

src_configure() {
        local myeconfargs=(
                $(use_enable debug)
        )

        append-cppflags -Dunix
        autotools-utils_src_configure
}

pkg_postinst() {
        elog "You may also want to install app-arch/zpaq-extras package which 
provides"
        elog "few additional configs and preprocessors for use with zpaq."
}




Reply via email to