diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-10-27 06:02:19 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-10-27 06:02:19 +0000 |
commit | ef5f0b6d9f3573eb180bd2e2be7af889aeab9e2f (patch) | |
tree | 56b533cc49d7af308f24746d98fb827f46cfb846 /net-print/gutenprint | |
parent | Slot gtkspell dependency to 2 in preparation for gtkspell-3. (diff) | |
download | gentoo-2-ef5f0b6d9f3573eb180bd2e2be7af889aeab9e2f.tar.gz gentoo-2-ef5f0b6d9f3573eb180bd2e2be7af889aeab9e2f.tar.bz2 gentoo-2-ef5f0b6d9f3573eb180bd2e2be7af889aeab9e2f.zip |
Remove old.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'net-print/gutenprint')
-rw-r--r-- | net-print/gutenprint/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch | 20 | ||||
-rw-r--r-- | net-print/gutenprint/gutenprint-5.1.4.ebuild | 92 | ||||
-rw-r--r-- | net-print/gutenprint/gutenprint-5.2.5-r1.ebuild | 94 |
4 files changed, 5 insertions, 207 deletions
diff --git a/net-print/gutenprint/ChangeLog b/net-print/gutenprint/ChangeLog index c562dc144ca5..7af283c8b276 100644 --- a/net-print/gutenprint/ChangeLog +++ b/net-print/gutenprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/gutenprint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/ChangeLog,v 1.27 2011/10/27 05:57:18 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/ChangeLog,v 1.28 2011/10/27 06:02:19 radhermit Exp $ + + 27 Oct 2011; Tim Harder <radhermit@gentoo.org> -gutenprint-5.1.4.ebuild, + -gutenprint-5.2.5-r1.ebuild, -files/gutenprint-5.2.5-Makefile.patch: + Remove old. 27 Oct 2011; Tim Harder <radhermit@gentoo.org> gutenprint-5.2.7-r1.ebuild, +files/gutenprint-5.2.7-stdio.patch: diff --git a/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch b/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch deleted file mode 100644 index cf2f979b0cea..000000000000 --- a/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/include/gutenprint/Makefile.in 2010-02-12 02:04:25.000000000 +0100 -+++ b/include/gutenprint/Makefile.in 2010-07-05 16:33:39.000000000 +0200 -@@ -295,7 +295,6 @@ pkginclude_HEADERS = \ - curve-cache.h \ - curve.h \ - dither.h \ -- sequence.h \ - image.h \ - list.h \ - module.h \ ---- a/include/gutenprint/Makefile.am 2006-09-18 03:48:58.000000000 +0200 -+++ b/include/gutenprint/Makefile.am 2010-07-05 16:33:31.000000000 +0200 -@@ -36,7 +36,6 @@ pkginclude_HEADERS = \ - curve-cache.h \ - curve.h \ - dither.h \ -- sequence.h \ - image.h \ - list.h \ - module.h \ diff --git a/net-print/gutenprint/gutenprint-5.1.4.ebuild b/net-print/gutenprint/gutenprint-5.1.4.ebuild deleted file mode 100644 index 5bc5eafd529e..000000000000 --- a/net-print/gutenprint/gutenprint-5.1.4.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/gutenprint-5.1.4.ebuild,v 1.6 2011/03/29 08:06:43 angelos Exp $ - -EAPI=1 -inherit flag-o-matic eutils multilib - -IUSE="cups foomaticdb gimp gtk readline ppds" - -DESCRIPTION="Ghostscript and cups printer drivers" -HOMEPAGE="http://gutenprint.sourceforge.net" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2" -RESTRICT="test" - -RDEPEND="cups? ( >=net-print/cups-1.1.14 ) - app-text/ghostscript-gpl - sys-libs/readline - gtk? ( x11-libs/gtk+:2 ) - gimp? ( >=media-gfx/gimp-2.2 x11-libs/gtk+:2 ) - dev-lang/perl - foomaticdb? ( net-print/foomatic-db-engine )" -DEPEND="${RDEPEND} - gtk? ( dev-util/pkgconfig )" - -LICENSE="GPL-2" -SLOT="0" - -append-flags -fno-inline-functions - -src_compile() { - if use cups && use ppds; then - myconf="${myconf} --enable-cups-ppds --enable-cups-level3-ppds" - else - myconf="${myconf} --disable-cups-ppds" - fi - - if use gtk || use gimp; then - myconf="${myconf} --enable-libgutenprintui2" - else - myconf="${myconf} --disable-libgutenprintui2" - fi - - use foomaticdb \ - && myconf="${myconf} --with-foomatic3" \ - || myconf="${myconf} --without-foomatic" - - econf \ - --enable-test \ - --enable-epson \ - --with-ghostscript \ - --with-user-guide \ - --with-samples \ - --with-escputil \ - --disable-translated-cups-ppds \ - --enable-nls \ - $(use_with readline) \ - $(use_with gimp gimp2) \ - $(use_with gimp gimp2-as-gutenprint) \ - $(use_with cups) \ - $myconf || die "econf failed" - - # IJS Patch - sed -i -e "s:<ijs\([^/]\):<ijs/ijs\1:g" src/ghost/ijsgutenprint.c || die "sed failed" - - emake || die "emake failed" -} - -src_install () { - emake -j1 DESTDIR="${D}" install || die "emake install failed" - - exeinto /usr/share/gutenprint - doexe test/{unprint,pcl-unprint,bjc-unprint,parse-escp2,escp2-weavetest,run-testdither,run-weavetest,testdither} - - dodoc AUTHORS ChangeLog NEWS README doc/gutenprint-users-manual.{pdf,odt} - dohtml doc/FAQ.html - dohtml -r doc/users_guide/html doc/developer/developer-html - rm -fR "${D}"/usr/share/gutenprint/doc - if ! use gtk && ! use gimp; then - rm -f "${D}"/usr/$(get_libdir)/pkgconfig/gutenprintui2.pc - rm -rf "${D}"/usr/include/gutenprintui2 - fi -} - -pkg_postinst() { - if [ "${ROOT}" == "/" ] && [ -x /usr/sbin/cups-genppdupdate.5.1 ]; then - elog "Updating installed printer ppd files" - elog $(/usr/sbin/cups-genppdupdate.5.1) - else - elog "You need to update installed ppds manually using cups-genppdupdate.5.1" - fi -} diff --git a/net-print/gutenprint/gutenprint-5.2.5-r1.ebuild b/net-print/gutenprint/gutenprint-5.2.5-r1.ebuild deleted file mode 100644 index 1370cf4cbeae..000000000000 --- a/net-print/gutenprint/gutenprint-5.2.5-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/gutenprint-5.2.5-r1.ebuild,v 1.4 2011/03/29 08:06:43 angelos Exp $ - -EAPI="2" - -inherit autotools flag-o-matic eutils multilib - -IUSE="cups foomaticdb gimp gtk readline ppds" - -DESCRIPTION="Ghostscript and cups printer drivers" -HOMEPAGE="http://gutenprint.sourceforge.net" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2" -RESTRICT="test" - -RDEPEND="cups? ( >=net-print/cups-1.1.14 ) - app-text/ghostscript-gpl - sys-libs/readline - gtk? ( x11-libs/gtk+:2 ) - gimp? ( >=media-gfx/gimp-2.2 x11-libs/gtk+:2 ) - dev-lang/perl - foomaticdb? ( net-print/foomatic-db-engine )" -DEPEND="${RDEPEND} - gtk? ( dev-util/pkgconfig )" - -LICENSE="GPL-2" -SLOT="0" - -src_prepare() { - epatch \ - "${FILESDIR}/${PN}-5.2.4-CFLAGS.patch" \ - "${FILESDIR}/${P}-Makefile.patch" - # IJS Patch - sed -i -e "s:<ijs\([^/]\):<ijs/ijs\1:g" src/ghost/ijsgutenprint.c || die "sed failed" - # Regen configure - mkdir m4local - AT_M4DIR="m4extra" eautoreconf -} - -src_configure() { - if use cups && use ppds; then - myconf="${myconf} --enable-cups-ppds --enable-cups-level3-ppds" - else - myconf="${myconf} --disable-cups-ppds" - fi - - if use gtk || use gimp; then - myconf="${myconf} --enable-libgutenprintui2" - else - myconf="${myconf} --disable-libgutenprintui2" - fi - - use foomaticdb \ - && myconf="${myconf} --with-foomatic3" \ - || myconf="${myconf} --without-foomatic" - - econf \ - --enable-test \ - --enable-epson \ - --with-ghostscript \ - --with-user-guide \ - --with-samples \ - --with-escputil \ - --disable-translated-cups-ppds \ - --enable-nls \ - $(use_with readline) \ - $(use_with gimp gimp2) \ - $(use_with gimp gimp2-as-gutenprint) \ - $(use_with cups) \ - ${myconf} || die "econf failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS ChangeLog NEWS README doc/gutenprint-users-manual.{pdf,odt} - dohtml doc/FAQ.html - dohtml -r doc/gutenprintui2/html doc/gutenprint/developer-html - rm -fR "${D}"/usr/share/gutenprint/doc - if ! use gtk && ! use gimp; then - rm -f "${D}"/usr/$(get_libdir)/pkgconfig/gutenprintui2.pc - rm -rf "${D}"/usr/include/gutenprintui2 - fi -} - -pkg_postinst() { - if [ "${ROOT}" == "/" ] && [ -x /usr/sbin/cups-genppdupdate ]; then - elog "Updating installed printer ppd files" - elog $(/usr/sbin/cups-genppdupdate) - else - elog "You need to update installed ppds manually using cups-genppdupdate" - fi -} |