diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-20 07:52:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-20 07:52:13 +0000 |
commit | aea4e5b32827f277015bcac7917c4e5f19d87de0 (patch) | |
tree | 301ef44060b9d214ff698f7c622e60f8e207c2ef /app-text | |
parent | EAPI=2; add use-based deps; tweak deps for replay support (diff) | |
download | gentoo-2-aea4e5b32827f277015bcac7917c4e5f19d87de0.tar.gz gentoo-2-aea4e5b32827f277015bcac7917c4e5f19d87de0.tar.bz2 gentoo-2-aea4e5b32827f277015bcac7917c4e5f19d87de0.zip |
version bump, security fixes merged upstream
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfjam/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pdfjam/pdfjam-1.21.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-text/pdfjam/ChangeLog b/app-text/pdfjam/ChangeLog index 6dcd2ce6bd1d..df2cb55ec9f6 100644 --- a/app-text/pdfjam/ChangeLog +++ b/app-text/pdfjam/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/pdfjam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/ChangeLog,v 1.19 2009/01/18 11:12:20 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/ChangeLog,v 1.20 2009/01/20 07:52:13 aballier Exp $ + +*pdfjam-1.21 (20 Jan 2009) + + 20 Jan 2009; Alexis Ballier <aballier@gentoo.org> +pdfjam-1.21.ebuild: + version bump, security fixes merged upstream 18 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> pdfjam-1.20-r1.ebuild: diff --git a/app-text/pdfjam/pdfjam-1.21.ebuild b/app-text/pdfjam/pdfjam-1.21.ebuild new file mode 100644 index 000000000000..11f31004b303 --- /dev/null +++ b/app-text/pdfjam/pdfjam-1.21.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/pdfjam-1.21.ebuild,v 1.1 2009/01/20 07:52:13 aballier Exp $ + +DESCRIPTION="pdfnup, pdfjoin and pdf90" +HOMEPAGE="http://www.warwick.ac.uk/go/pdfjam" +SRC_URI="http://www.warwick.ac.uk/go/pdfjam/${P/-/_}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +S=${WORKDIR}/${PN} + +DEPEND="virtual/latex-base" +RDEPEND="${DEPEND}" + +src_install() { + dobin scripts/pdf90 scripts/pdfjoin scripts/pdfnup || die + dodoc PDFjam-README.html || die + doman man1/pdf90.1 man1/pdfjoin.1 man1/pdfnup.1 || die +} |