public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/unpaper: unpaper-0.4.2.ebuild ChangeLog unpaper-0.4.1.ebuild
@ 2012-06-22 21:30 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-06-22 21:30 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/06/22 21:30:51

  Modified:             ChangeLog
  Added:                unpaper-0.4.2.ebuild
  Removed:              unpaper-0.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-text/unpaper/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unpaper/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	20 Jun 2012 13:51:01 -0000	1.9
+++ ChangeLog	22 Jun 2012 21:30:51 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/unpaper
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v 1.9 2012/06/20 13:51:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/ChangeLog,v 1.10 2012/06/22 21:30:51 flameeyes Exp $
+
+*unpaper-0.4.2 (22 Jun 2012)
+
+  22 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org> +unpaper-0.4.2.ebuild,
+  -unpaper-0.4.1.ebuild:
+  Version bump.
 
 *unpaper-0.4.1 (20 Jun 2012)
 



1.1                  app-text/unpaper/unpaper-0.4.2.ebuild

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

Index: unpaper-0.4.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/unpaper/unpaper-0.4.2.ebuild,v 1.1 2012/06/22 21:30:51 flameeyes Exp $

EAPI=4

if [[ ${PV} == 9999 ]]; then
	EGIT_REPO_URI="git://github.com/Flameeyes/unpaper.git"
	inherit git-2 autotools
else
	SRC_URI="http://www.flameeyes.eu/files/${P}.tar.xz"
	KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Post-processor for scanned and photocopied book pages"
HOMEPAGE="http://www.flameeyes.eu/projects/unpaper"

LICENSE="GPL-2"

SLOT="0"
IUSE="test"

DEPEND="test? ( media-libs/netpbm[png] )
	dev-libs/libxslt
	app-text/docbook-xsl-ns-stylesheets"
RDEPEND=""

if [[ ${PV} == 9999 ]]; then
	src_prepare() {
		eautoreconf
	}
fi

src_configure() {
	econf \
		--docdir=/usr/share/doc/${PF} \
		--htmldir=/usr/share/doc/${PF}/html
}

src_test() {
	emake check
}






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

only message in thread, other threads:[~2012-06-22 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22 21:30 [gentoo-commits] gentoo-x86 commit in app-text/unpaper: unpaper-0.4.2.ebuild ChangeLog unpaper-0.4.1.ebuild Diego Petteno (flameeyes)

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