From 7d91ce4edd1802dadae54549448693dfa243c340 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Fri, 18 May 2012 20:51:44 +0000 Subject: Remove german manpages if not needed by user, bug 407197 (Portage version: 2.2.0_alpha104/cvs/Linux x86_64) --- app-text/ghostscript-gpl/ChangeLog | 6 +++++- app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'app-text/ghostscript-gpl') diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index e0234029c84f..8bb5e46a813c 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.143 2012/05/16 15:25:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.144 2012/05/18 20:51:44 dilfridge Exp $ + + 18 May 2012; Andreas K. Huettel + ghostscript-gpl-9.05-r2.ebuild: + Remove german manpages if not needed by user, bug 407197 16 May 2012; Jeroen Roovers ghostscript-gpl-9.05-r1.ebuild: Stable for HPPA (bug #414463). diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild index 023de075fa99..7ff4e93da33e 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild,v 1.1 2012/05/09 19:48:38 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild,v 1.2 2012/05/18 20:51:44 dilfridge Exp $ EAPI=3 @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="GPL-3 CPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="bindist cups dbus djvu gtk idn jpeg2k static-libs X" +IUSE="bindist cups dbus djvu gtk idn jpeg2k linguas_de static-libs X" COMMON_DEPEND=" app-text/libpaper @@ -220,4 +220,6 @@ src_install() { dosym /usr/share/poppler/cMaps /usr/share/ghostscript/${PVM}/Resource/CMap use static-libs || find "${D}" -name '*.la' -delete + + use linguas_de || rm -r "${D}"/usr/share/man/de } -- cgit v1.2.3-65-gdbad