diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-06 00:07:42 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-06 00:07:42 +0000 |
commit | 501f44653b87d578bd89f7eb185b00ae3c705b53 (patch) | |
tree | adf62048d560bf5cd3ca3f41b8f72591e780aff0 /net-print/cups-pdf | |
parent | use games_get_libdir (diff) | |
download | gentoo-2-501f44653b87d578bd89f7eb185b00ae3c705b53.tar.gz gentoo-2-501f44653b87d578bd89f7eb185b00ae3c705b53.tar.bz2 gentoo-2-501f44653b87d578bd89f7eb185b00ae3c705b53.zip |
Version bump thanks to Per Pomsel <phantom4@gmx.net> in bug 173465
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-print/cups-pdf')
-rw-r--r-- | net-print/cups-pdf/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/cups-pdf/cups-pdf-2.4.5.ebuild | 44 | ||||
-rw-r--r-- | net-print/cups-pdf/files/digest-cups-pdf-2.4.5 | 3 |
3 files changed, 53 insertions, 1 deletions
diff --git a/net-print/cups-pdf/ChangeLog b/net-print/cups-pdf/ChangeLog index cccc98fb2b0f..639ea155e445 100644 --- a/net-print/cups-pdf/ChangeLog +++ b/net-print/cups-pdf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/cups-pdf # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.31 2007/03/02 10:29:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.32 2007/04/06 00:07:42 genstef Exp $ + +*cups-pdf-2.4.5 (05 Apr 2007) + + 05 Apr 2007; <stefan@gentoo.org> +cups-pdf-2.4.5.ebuild: + Version bump thanks to Per Pomsel <phantom4@gmx.net> in bug 173465 02 Mar 2007; <genstef@gentoo.org> cups-pdf-2.4.2.ebuild: QA: remove * in >= statement diff --git a/net-print/cups-pdf/cups-pdf-2.4.5.ebuild b/net-print/cups-pdf/cups-pdf-2.4.5.ebuild new file mode 100644 index 000000000000..aff42beacf32 --- /dev/null +++ b/net-print/cups-pdf/cups-pdf-2.4.5.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.5.ebuild,v 1.1 2007/04/06 00:07:42 genstef Exp $ + +inherit toolchain-funcs multilib + +DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files." +HOMEPAGE="http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/" +SRC_URI="http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="net-print/cups + virtual/ghostscript" + +src_compile() { + cd src + $(tc-getCC) ${CFLAGS} -o cups-pdf cups-pdf.c || die "Compilation failed." +} + +src_install () { + exeinto $(cups-config --serverbin)/backend + has_version '>=net-print/cups-1.2' && exeopts -m0700 + doexe src/cups-pdf + + insinto /usr/share/cups/model + doins extra/PostscriptColor.ppd + + insinto /etc/cups + doins extra/cups-pdf.conf + + dodoc ChangeLog README + newdoc contrib/Contents contrib_Contents +} + +pkg_postinst () { + einfo "Please view both the README and contrib_Contents files" + einfo "as you may want to adjust some settings and/or use" + einfo "contributed software. In the latter case you may need" + einfo "to extract some files from the ${P} distfile." +} diff --git a/net-print/cups-pdf/files/digest-cups-pdf-2.4.5 b/net-print/cups-pdf/files/digest-cups-pdf-2.4.5 new file mode 100644 index 000000000000..4d45e9eea85f --- /dev/null +++ b/net-print/cups-pdf/files/digest-cups-pdf-2.4.5 @@ -0,0 +1,3 @@ +MD5 fbfe192c76cc6dbca31ba755fb1f2f3f cups-pdf_2.4.5.tar.gz 33664 +RMD160 65b963c77492a6662dd91110da579a78e53d8228 cups-pdf_2.4.5.tar.gz 33664 +SHA256 3bb61ed6715e24c31be13fdd3f1cae1e1e1984cc52285426cfc6adaf118aac11 cups-pdf_2.4.5.tar.gz 33664 |