commit:     be583f6f2127288e6e34f688cadc29b51df0b184
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 12:44:04 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 12:44:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be583f6f

net-print/gutenprint: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-print/gutenprint/Manifest                 |  1 -
 net-print/gutenprint/gutenprint-5.2.10.ebuild | 96 ---------------------------
 2 files changed, 97 deletions(-)

diff --git a/net-print/gutenprint/Manifest b/net-print/gutenprint/Manifest
index 573e02a219..f68477e789 100644
--- a/net-print/gutenprint/Manifest
+++ b/net-print/gutenprint/Manifest
@@ -1,2 +1 @@
-DIST gutenprint-5.2.10.tar.bz2 6241585 SHA256 
431f352b412dfb9809d126a85a37a1fcd1c1826275ace8cdcd4fd9a6ee360e59 SHA512 
bb71fd5c127748730dde01471b09907d500b72c35401abaf92c631d04156bacafd4b1a9baef61f48db6c4a622fd612a1e2834ed30207b5b178767ea9d9d5e1ac
 WHIRLPOOL 
4d809f99df3515fc878d3be5df4f48b66fc764eea1f62db15e75d6ca7326c24c6c228bd975575c20f3e7bc8398c1e492e1025784e64a4534f82ad89c7ba92990
 DIST gutenprint-5.2.12.tar.bz2 6898738 SHA256 
a42489fd7d6f2e4320811754bb80b0cd845db6632b52f819fbc2b4b75057341b SHA512 
38dd34ca1946a37d0bdaa7d69f65b11651097b6d7f2b451387afd72b32fc92c3670bf54b46df226ca7a64d78f50117a648e2d6194ebaf2e86627cb29fb0e958e
 WHIRLPOOL 
f69696ae56a27e87006f471a2e9404dad53bf800743f51ce0524735f61f92e4955eb81cf8d9cc8c7e398316d55f7bc6346e2e4a0330689fad790c9ffbd9f7050

diff --git a/net-print/gutenprint/gutenprint-5.2.10.ebuild 
b/net-print/gutenprint/gutenprint-5.2.10.ebuild
deleted file mode 100644
index 2257f14c7d..0000000000
--- a/net-print/gutenprint/gutenprint-5.2.10.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib autotools
-
-DESCRIPTION="Ghostscript and cups printer drivers"
-HOMEPAGE="http://gutenprint.sourceforge.net";
-SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="cups foomaticdb gimp gtk nls readline ppds static-libs"
-
-RDEPEND="<=app-text/ghostscript-gpl-9.15-r1
-       dev-lang/perl
-       readline? ( sys-libs/readline:0= )
-       cups? ( >=net-print/cups-1.1.14 )
-       foomaticdb? ( net-print/foomatic-db-engine )
-       gimp? ( >=media-gfx/gimp-2.2 x11-libs/gtk+:2 )
-       gtk? ( x11-libs/gtk+:2 )
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       gtk? ( virtual/pkgconfig )
-       nls? ( sys-devel/gettext )"
-
-RESTRICT="test"
-
-REQUIRED_USE="gimp? ( gtk )"
-
-DOCS=( AUTHORS ChangeLog NEWS README doc/gutenprint-users-manual.{pdf,odt} )
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-5.2.4-CFLAGS.patch\
-               "${FILESDIR}"/${PN}-5.2.10-genppd.patch # bug 382927
-       sed -i "s:m4local:m4extra:" Makefile.am || die
-
-       sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \
-               -e "s/AM_PROG_CC_STDC/AC_PROG_CC/" \
-               -i configure.ac || die
-
-       eautoreconf
-}
-
-src_configure() {
-       local myconf=""
-
-       if use cups && use ppds; then
-               myconf+=" --enable-cups-ppds --enable-cups-level3-ppds"
-       else
-               myconf+=" --disable-cups-ppds"
-       fi
-
-       use foomaticdb \
-               && myconf+=" --with-foomatic3" \
-               || myconf+=" --without-foomatic"
-
-       econf \
-               --enable-test \
-               --with-ghostscript \
-               --disable-translated-cups-ppds \
-               $(use_enable gtk libgutenprintui2) \
-               $(use_with gimp gimp2) \
-               $(use_with gimp gimp2-as-gutenprint) \
-               $(use_with cups) \
-               $(use_enable nls) \
-               $(use_with readline) \
-               $(use_enable static-libs static) \
-               ${myconf}
-}
-
-src_install() {
-       default
-
-       dohtml doc/FAQ.html
-       dohtml -r doc/gutenprintui2/html
-       rm -fR "${ED}"/usr/share/gutenprint/doc
-       if ! use gtk; then
-               rm -f "${ED}"/usr/$(get_libdir)/pkgconfig/gutenprintui2.pc
-               rm -rf "${ED}"/usr/include/gutenprintui2
-       fi
-
-       find "${ED}" -name '*.la' -exec rm -f '{}' +
-}
-
-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
-}

Reply via email to