public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/zpaq: zpaq-2.04-r1.ebuild ChangeLog zpaq-2.04.ebuild
@ 2011-01-05 16:10 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-01-05 16:10 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/01/05 16:10:07

  Modified:             ChangeLog
  Added:                zpaq-2.04-r1.ebuild
  Removed:              zpaq-2.04.ebuild
  Log:
  Make zpaq ebuild depend on libzpaq.
  
  (Portage version: 2.2.0_alpha12_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-arch/zpaq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	4 Jan 2011 23:19:48 -0000	1.1
+++ ChangeLog	5 Jan 2011 16:10:07 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for app-arch/zpaq
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.1 2011/01/04 23:19:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.2 2011/01/05 16:10:07 mgorny Exp $
+
+*zpaq-2.04-r1 (05 Jan 2011)
+
+  05 Jan 2011; Michał Górny <mgorny@gentoo.org>
+  files/0001-Add-autotools-files.patch, -zpaq-2.04.ebuild,
+  +zpaq-2.04-r1.ebuild:
+  Make zpaq ebuild depend on libzpaq.
 
 *zpaq-2.04 (04 Jan 2011)
 



1.1                  app-arch/zpaq/zpaq-2.04-r1.ebuild

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

Index: zpaq-2.04-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-2.04-r1.ebuild,v 1.1 2011/01/05 16:10:07 mgorny Exp $

EAPI=3
inherit autotools autotools-utils

MY_P=${PN}.${PV/./}
DESCRIPTION="A unified compressor for PAQ algorithms"
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=""

RDEPEND="app-arch/libzpaq"
DEPEND="${RDEPEND}
	app-arch/unzip"

S=${WORKDIR}

src_prepare() {
	EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
	autotools-utils_src_prepare
	eautoreconf
}

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:[~2011-01-05 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 16:10 [gentoo-commits] gentoo-x86 commit in app-arch/zpaq: zpaq-2.04-r1.ebuild ChangeLog zpaq-2.04.ebuild 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