summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-04-13 10:24:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-04-13 10:24:42 +0000
commit17f42ac5aa522f6365c7020336f2acd778028103 (patch)
treefa763e912e93ad2a3e819c534fbbbc7096d4cc61 /app-text
parentFix broken patch (bug #312947). (diff)
downloadgentoo-2-17f42ac5aa522f6365c7020336f2acd778028103.tar.gz
gentoo-2-17f42ac5aa522f6365c7020336f2acd778028103.tar.bz2
gentoo-2-17f42ac5aa522f6365c7020336f2acd778028103.zip
version bump, by Gian <news.gdc@nurfuerspam.de>, bug #314867
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pdfjam/ChangeLog9
-rw-r--r--app-text/pdfjam/pdfjam-2.01.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/app-text/pdfjam/ChangeLog b/app-text/pdfjam/ChangeLog
index 97211a74dbfd..0c206a65066c 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.21 2009/01/20 07:55:23 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/ChangeLog,v 1.22 2010/04/13 10:24:42 aballier Exp $
+
+*pdfjam-2.01 (13 Apr 2010)
+
+ 13 Apr 2010; Alexis Ballier <aballier@gentoo.org> +pdfjam-2.01.ebuild:
+ version bump, by Gian <news.gdc@nurfuerspam.de>, bug #314867
20 Jan 2009; Alexis Ballier <aballier@gentoo.org> pdfjam-1.20.ebuild,
pdfjam-1.20-r1.ebuild:
diff --git a/app-text/pdfjam/pdfjam-2.01.ebuild b/app-text/pdfjam/pdfjam-2.01.ebuild
new file mode 100644
index 000000000000..63f2cac9a663
--- /dev/null
+++ b/app-text/pdfjam/pdfjam-2.01.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/pdfjam-2.01.ebuild,v 1.1 2010/04/13 10:24:42 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/-/_}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+S=${WORKDIR}/${PN}
+
+DEPEND="virtual/latex-base"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin bin/* || die
+ dodoc PDFjam-README.html || die
+ doman man1/* || die
+}