diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-18 20:51:44 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-18 20:51:44 +0000 |
commit | 7d91ce4edd1802dadae54549448693dfa243c340 (patch) | |
tree | af89dcb6f43ff091a929d84c01146e2aac9f7b73 /app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild | |
parent | Stable for amd64, wrt bug #414605 (diff) | |
download | gentoo-2-7d91ce4edd1802dadae54549448693dfa243c340.tar.gz gentoo-2-7d91ce4edd1802dadae54549448693dfa243c340.tar.bz2 gentoo-2-7d91ce4edd1802dadae54549448693dfa243c340.zip |
Remove german manpages if not needed by user, bug 407197
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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 } |