mgorny      15/04/16 09:09:36

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

Revision  Changes    Path
1.18                 app-arch/zpaq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   30 Oct 2014 15:47:22 -0000      1.17
+++ ChangeLog   16 Apr 2015 09:09:36 -0000      1.18
@@ -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.17 2014/10/30 
15:47:22 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.18 2015/04/16 
09:09:36 mgorny Exp $
+
+*zpaq-7.04 (16 Apr 2015)
+
+  16 Apr 2015; Michał Górny <[email protected]> +zpaq-7.04.ebuild:
+  Version bump, bug #535990
 
   30 Oct 2014; Michał Górny <[email protected]> zpaq-6.49.ebuild,
   zpaq-6.53.ebuild:



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

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

Index: zpaq-7.04.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-7.04.ebuild,v 1.1 
2015/04/16 09:09:36 mgorny Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
inherit autotools-utils eutils flag-o-matic

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