public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/zpaq: zpaq-6.49.ebuild ChangeLog
@ 2014-02-19 17:32 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-02-19 17:32 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/02/19 17:32:37

  Modified:             ChangeLog
  Added:                zpaq-6.49.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.15                 app-arch/zpaq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	19 Feb 2014 16:57:59 -0000	1.14
+++ ChangeLog	19 Feb 2014 17:32:37 -0000	1.15
@@ -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.14 2014/02/19 16:57:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.15 2014/02/19 17:32:37 mgorny Exp $
+
+*zpaq-6.49 (19 Feb 2014)
+
+  19 Feb 2014; Michał Górny <mgorny@gentoo.org> +zpaq-6.49.ebuild:
+  Version bump.
 
   19 Feb 2014; Michał Górny <mgorny@gentoo.org> -zpaq-6.38.ebuild,
   files/zpaq-4-autotools.patch:



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

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

Index: zpaq-6.49.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.49.ebuild,v 1.1 2014/02/19 17:32:37 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."
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-19 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 17:32 [gentoo-commits] gentoo-x86 commit in app-arch/zpaq: zpaq-6.49.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox