From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/
Date: Tue, 21 Feb 2017 12:44:36 +0000 (UTC) [thread overview]
Message-ID: <1487681044.be583f6f2127288e6e34f688cadc29b51df0b184.dilfridge@gentoo> (raw)
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
-}
next reply other threads:[~2017-02-21 12:44 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 12:44 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-11 0:41 [gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/ Sam James
2021-08-23 22:16 Agostino Sarubbo
2021-08-21 4:52 Agostino Sarubbo
2021-08-21 4:51 Agostino Sarubbo
2021-08-21 4:50 Agostino Sarubbo
2021-08-21 4:49 Agostino Sarubbo
2021-08-20 23:51 Sam James
2021-08-20 2:27 Sam James
2021-08-20 2:26 Sam James
2021-06-11 18:48 Ionen Wolkens
2021-06-11 18:46 Ionen Wolkens
2021-06-10 10:54 Joonas Niilola
2021-06-10 10:54 Joonas Niilola
2020-12-17 13:11 Sam James
2020-12-16 21:24 Sergei Trofimovich
2020-12-09 22:38 Sergei Trofimovich
2020-12-07 5:23 Sam James
2020-12-04 18:37 Sergei Trofimovich
2020-12-03 17:37 Thomas Deutschmann
2020-11-08 12:02 Sam James
2020-03-31 16:04 Miroslav Šulc
2020-02-22 14:19 Sergei Trofimovich
2020-02-17 12:25 Agostino Sarubbo
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-02-15 19:30 Sergei Trofimovich
2020-02-14 9:10 Miroslav Šulc
2019-12-15 10:38 Miroslav Šulc
2019-07-28 11:01 Mikle Kolyada
2019-07-03 21:32 Sergei Trofimovich
2019-05-13 0:38 Thomas Deutschmann
2019-05-07 8:46 Tobias Klausmann
2019-05-02 18:40 Mikle Kolyada
2019-04-29 19:49 Sergei Trofimovich
2019-04-29 8:51 Sergei Trofimovich
2019-04-29 8:49 Sergei Trofimovich
2019-04-29 8:19 Sergei Trofimovich
2018-12-30 8:53 Tim Harder
2018-05-30 18:00 Mikle Kolyada
2018-05-14 11:49 Tobias Klausmann
2018-05-14 0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-13 10:08 Sergei Trofimovich
2018-05-13 9:53 Sergei Trofimovich
2018-05-09 21:53 Sergei Trofimovich
2018-01-04 17:35 Andreas Hüttel
2017-12-25 21:24 Andreas Hüttel
2017-09-27 11:08 Pacho Ramos
2017-02-21 11:54 Tobias Klausmann
2017-02-18 12:05 Jeroen Roovers
2017-02-17 22:47 Michael Weber
2017-02-17 10:42 Agostino Sarubbo
2017-02-17 10:15 Agostino Sarubbo
2017-02-16 23:21 Andreas Hüttel
2017-01-29 16:56 Andreas Hüttel
2017-01-29 16:56 Andreas Hüttel
2016-10-12 18:33 Pacho Ramos
2016-10-11 6:42 Jeroen Roovers
2016-10-01 14:06 Jeroen Roovers
2016-07-26 12:55 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487681044.be583f6f2127288e6e34f688cadc29b51df0b184.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox