diff options
author | 2010-12-26 01:36:50 +0000 | |
---|---|---|
committer | 2010-12-26 01:36:50 +0000 | |
commit | 27d9f7c69b4b41327befe0b16358a952a2984d2a (patch) | |
tree | d2c66ab8833bb38b46eabfb4db084df320ee769a /app-text/pdfjam/pdfjam-2.08.ebuild | |
parent | Lastrite gnome-base/gnome-mount wrt #349012. (diff) | |
download | historical-27d9f7c69b4b41327befe0b16358a952a2984d2a.tar.gz historical-27d9f7c69b4b41327befe0b16358a952a2984d2a.tar.bz2 historical-27d9f7c69b4b41327befe0b16358a952a2984d2a.zip |
version bump
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'app-text/pdfjam/pdfjam-2.08.ebuild')
-rw-r--r-- | app-text/pdfjam/pdfjam-2.08.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/pdfjam/pdfjam-2.08.ebuild b/app-text/pdfjam/pdfjam-2.08.ebuild new file mode 100644 index 000000000000..86cc294d35db --- /dev/null +++ b/app-text/pdfjam/pdfjam-2.08.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.08.ebuild,v 1.1 2010/12/26 01:36:50 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 ~arm ~hppa ~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 +} |