diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-29 09:37:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-29 09:37:19 +0000 |
commit | 6a1a68924062ba49f451ec7fba5e8bd1df2b6e23 (patch) | |
tree | e475fb7cc841a242c88232a93e48512c812e3aa7 /app-text/pdfjam | |
parent | Initial import, ebuild by me. Fixes bug #250407, thank Nathan McSween for rep... (diff) | |
download | gentoo-2-6a1a68924062ba49f451ec7fba5e8bd1df2b6e23.tar.gz gentoo-2-6a1a68924062ba49f451ec7fba5e8bd1df2b6e23.tar.bz2 gentoo-2-6a1a68924062ba49f451ec7fba5e8bd1df2b6e23.zip |
version bump, by August Hörandl <hoea@gmx.at>, bug #316831
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pdfjam')
-rw-r--r-- | app-text/pdfjam/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pdfjam/pdfjam-2.05.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-text/pdfjam/ChangeLog b/app-text/pdfjam/ChangeLog index 0c206a65066c..1e4b7ab85eeb 100644 --- a/app-text/pdfjam/ChangeLog +++ b/app-text/pdfjam/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/pdfjam # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/ChangeLog,v 1.23 2010/04/29 09:37:19 aballier Exp $ + +*pdfjam-2.05 (29 Apr 2010) + + 29 Apr 2010; Alexis Ballier <aballier@gentoo.org> +pdfjam-2.05.ebuild: + version bump, by August Hörandl <hoea@gmx.at>, bug #316831 *pdfjam-2.01 (13 Apr 2010) diff --git a/app-text/pdfjam/pdfjam-2.05.ebuild b/app-text/pdfjam/pdfjam-2.05.ebuild new file mode 100644 index 000000000000..3e44adf533bf --- /dev/null +++ b/app-text/pdfjam/pdfjam-2.05.ebuild @@ -0,0 +1,23 @@ +# 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.05.ebuild,v 1.1 2010/04/29 09:37:19 aballier Exp $ + +MY_PV=${PV/./} +DESCRIPTION="pdfnup, pdfjoin and pdf90" +HOMEPAGE="http://www.warwick.ac.uk/go/pdfjam" +SRC_URI="http://www.warwick.ac.uk/go/pdfjam/${PN}_${MY_PV}.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 +} |