diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-08 12:22:22 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-08 12:22:22 +0000 |
commit | 4f12a7df635fc46898067c056205930718dcc895 (patch) | |
tree | 38c8c6ad5b16f7df38d53c544c208ce7d154b71d /net-print/cups-pdf | |
parent | Major overhaul. Allow building with jdk7. #396589 (diff) | |
download | gentoo-2-4f12a7df635fc46898067c056205930718dcc895.tar.gz gentoo-2-4f12a7df635fc46898067c056205930718dcc895.tar.bz2 gentoo-2-4f12a7df635fc46898067c056205930718dcc895.zip |
Punt overshadowed versions.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'net-print/cups-pdf')
-rw-r--r-- | net-print/cups-pdf/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/cups-pdf/cups-pdf-2.4.8.ebuild | 45 | ||||
-rw-r--r-- | net-print/cups-pdf/cups-pdf-2.5.1-r1.ebuild | 47 |
3 files changed, 5 insertions, 93 deletions
diff --git a/net-print/cups-pdf/ChangeLog b/net-print/cups-pdf/ChangeLog index 082228faea7f..36e5b12ea7f0 100644 --- a/net-print/cups-pdf/ChangeLog +++ b/net-print/cups-pdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/cups-pdf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.51 2012/04/01 15:35:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.52 2012/05/08 12:22:22 scarabeus Exp $ + + 08 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> -cups-pdf-2.4.8.ebuild, + -cups-pdf-2.5.1-r1.ebuild: + Punt overshadowed versions. 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> cups-pdf-2.4.8.ebuild, cups-pdf-2.5.1-r1.ebuild, cups-pdf-2.6.1.ebuild: diff --git a/net-print/cups-pdf/cups-pdf-2.4.8.ebuild b/net-print/cups-pdf/cups-pdf-2.4.8.ebuild deleted file mode 100644 index 18a6e995d288..000000000000 --- a/net-print/cups-pdf/cups-pdf-2.4.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 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.8.ebuild,v 1.8 2012/04/01 15:35:21 armin76 Exp $ - -inherit toolchain-funcs multilib - -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 x86" -IUSE="" - -DEPEND="net-print/cups - app-text/ghostscript-gpl" -RDEPEND="${DEPEND}" - -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/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." -} diff --git a/net-print/cups-pdf/cups-pdf-2.5.1-r1.ebuild b/net-print/cups-pdf/cups-pdf-2.5.1-r1.ebuild deleted file mode 100644 index 3dc5d30c9d95..000000000000 --- a/net-print/cups-pdf/cups-pdf-2.5.1-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 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.2 2012/04/01 15:35:21 armin76 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 ~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." -} |