* [gentoo-commits] gentoo-x86 commit in app-text/qpdf: ChangeLog qpdf-4.0.0.ebuild
@ 2013-01-03 6:29 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-01-03 6:29 UTC (permalink / raw
To: gentoo-commits
radhermit 13/01/03 06:29:37
Modified: ChangeLog
Added: qpdf-4.0.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.19 app-text/qpdf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdf/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdf/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdf/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdf/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 1 Jan 2013 14:04:58 -0000 1.18
+++ ChangeLog 3 Jan 2013 06:29:37 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for app-text/qpdf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/ChangeLog,v 1.18 2013/01/01 14:04:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/ChangeLog,v 1.19 2013/01/03 06:29:37 radhermit Exp $
+
+*qpdf-4.0.0 (03 Jan 2013)
+
+ 03 Jan 2013; Tim Harder <radhermit@gentoo.org> +qpdf-4.0.0.ebuild:
+ Version bump.
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> qpdf-3.0.2.ebuild:
Add ~alpha, wrt bug #449220
1.1 app-text/qpdf/qpdf-4.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdf/qpdf-4.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/qpdf/qpdf-4.0.0.ebuild?rev=1.1&content-type=text/plain
Index: qpdf-4.0.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-4.0.0.ebuild,v 1.1 2013/01/03 06:29:37 radhermit Exp $
EAPI="5"
DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
HOMEPAGE="http://qpdf.sourceforge.net/"
SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/libpcre
sys-libs/zlib
>=dev-lang/perl-5.8"
DEPEND="${RDEPEND}
test? (
sys-apps/diffutils
media-libs/tiff
app-text/ghostscript-gpl
)"
DOCS=( ChangeLog README TODO )
src_prepare() {
# Manually install docs
sed -i -e "/docdir/d" make/libtool.mk || die
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable test test-compare-images)
}
src_install() {
default
if use doc ; then
dodoc doc/qpdf-manual.pdf
dohtml doc/*
fi
if use examples ; then
dobin examples/build/.libs/*
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-03 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 6:29 [gentoo-commits] gentoo-x86 commit in app-text/qpdf: ChangeLog qpdf-4.0.0.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox