summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-10-11 17:23:01 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-10-11 17:23:01 +0000
commit9d00602e3b47399240afc8f32b7de9418cf2fd27 (patch)
treefe8f9e4f7984de349158ed3c594ea81c6cdc26c5 /net-print
parentStable on x86. (diff)
downloadgentoo-2-9d00602e3b47399240afc8f32b7de9418cf2fd27.tar.gz
gentoo-2-9d00602e3b47399240afc8f32b7de9418cf2fd27.tar.bz2
gentoo-2-9d00602e3b47399240afc8f32b7de9418cf2fd27.zip
version bump thanks to Vieri <rentorbuy@yahoo.com> in bug 150856
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'net-print')
-rw-r--r--net-print/cups-pdf/ChangeLog8
-rw-r--r--net-print/cups-pdf/cups-pdf-2.4.2.ebuild44
-rw-r--r--net-print/cups-pdf/files/digest-cups-pdf-2.4.23
3 files changed, 54 insertions, 1 deletions
diff --git a/net-print/cups-pdf/ChangeLog b/net-print/cups-pdf/ChangeLog
index 69a85cd1d02b..943be31303e5 100644
--- a/net-print/cups-pdf/ChangeLog
+++ b/net-print/cups-pdf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-print/cups-pdf
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.26 2006/06/19 19:53:55 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.27 2006/10/11 17:23:01 genstef Exp $
+
+*cups-pdf-2.4.2 (11 Oct 2006)
+
+ 11 Oct 2006; Stefan Schweizer <genstef@gentoo.org> -cups-pdf-2.4.1.ebuild,
+ +cups-pdf-2.4.2.ebuild:
+ version bump thanks to Vieri <rentorbuy@yahoo.com> in bug 150856
*cups-pdf-2.4.1 (19 Jun 2006)
diff --git a/net-print/cups-pdf/cups-pdf-2.4.2.ebuild b/net-print/cups-pdf/cups-pdf-2.4.2.ebuild
new file mode 100644
index 000000000000..6354abd312bc
--- /dev/null
+++ b/net-print/cups-pdf/cups-pdf-2.4.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2006 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.2.ebuild,v 1.1 2006/10/11 17:23:01 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.2 b/net-print/cups-pdf/files/digest-cups-pdf-2.4.2
new file mode 100644
index 000000000000..39e2832df6c6
--- /dev/null
+++ b/net-print/cups-pdf/files/digest-cups-pdf-2.4.2
@@ -0,0 +1,3 @@
+MD5 97b21ab9dc98659bfce17da921ee2790 cups-pdf_2.4.2.tar.gz 33523
+RMD160 7631268e20a6ce6cc255011af9698650597f5b08 cups-pdf_2.4.2.tar.gz 33523
+SHA256 1c862019d0b81c4477b73c46f13613b7705bc7fc77b9f65cc47a2d9a0b898482 cups-pdf_2.4.2.tar.gz 33523