public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-print/cups-pdf: ChangeLog cups-pdf-2.5.1-r1.ebuild cups-pdf-2.5.1.ebuild
@ 2011-05-30 17:05 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2011-05-30 17:05 UTC (permalink / raw
  To: gentoo-commits

voyageur    11/05/30 17:05:21

  Modified:             ChangeLog
  Added:                cups-pdf-2.5.1-r1.ebuild
  Removed:              cups-pdf-2.5.1.ebuild
  Log:
  Install backend with correct permissions, bug #365875
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 net-print/cups-pdf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-pdf/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-pdf/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-pdf/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	30 Apr 2011 15:04:55 -0000	1.45
+++ ChangeLog	30 May 2011 17:05:21 -0000	1.46
@@ -1,6 +1,12 @@
 # ChangeLog for net-print/cups-pdf
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.45 2011/04/30 15:04:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.46 2011/05/30 17:05:21 voyageur Exp $
+
+*cups-pdf-2.5.1-r1 (30 May 2011)
+
+  30 May 2011; Bernard Cafarelli <voyageur@gentoo.org> -cups-pdf-2.5.1.ebuild,
+  +cups-pdf-2.5.1-r1.ebuild:
+  Install backend with correct permissions, bug #365875
 
 *cups-pdf-2.5.1 (30 Apr 2011)
 



1.1                  net-print/cups-pdf/cups-pdf-2.5.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: cups-pdf-2.5.1-r1.ebuild
===================================================================
# Copyright 1999-2011 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.5.1-r1.ebuild,v 1.1 2011/05/30 17:05:21 voyageur Exp $

EAPI=4

inherit toolchain-funcs

DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files."
HOMEPAGE="http://www.cups-pdf.de/"
SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="net-print/cups
	app-text/ghostscript-gpl"
RDEPEND="${DEPEND}"

src_compile() {
	cd "${S}"/src
	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die "Compilation failed."
}

src_install () {
	exeinto /usr/libexec/cups/backend
	exeopts -m0700
	doexe src/cups-pdf

	insinto /usr/share/cups/model
	doins extra/CUPS-PDF.ppd

	insinto /etc/cups
	doins extra/cups-pdf.conf

	dodoc ChangeLog README
	newdoc contrib/Contents contrib_Contents
}

pkg_postinst () {
	elog "Please view both the README and contrib_Contents files"
	elog "as you may want to adjust some settings and/or use"
	elog "contributed software. In the latter case you may need"
	elog "to extract some files from the ${P} distfile."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-30 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 17:05 [gentoo-commits] gentoo-x86 commit in net-print/cups-pdf: ChangeLog cups-pdf-2.5.1-r1.ebuild cups-pdf-2.5.1.ebuild Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox