summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-11-12 10:21:37 +0000
committerJustin Lecher <jlec@gentoo.org>2011-11-12 10:21:37 +0000
commit28d141d621c84030fe82353ad5c49d364929c708 (patch)
treed042761d6fc8d0cd541a8fec82888b3eeb2ce3c4 /app-text/ghostscript-gpl
parentMissed pkgconfig in last commit. (diff)
downloadgentoo-2-28d141d621c84030fe82353ad5c49d364929c708.tar.gz
gentoo-2-28d141d621c84030fe82353ad5c49d364929c708.tar.bz2
gentoo-2-28d141d621c84030fe82353ad5c49d364929c708.zip
Fixed slotting for media-libs/tiff
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog6
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.04-r4.ebuild13
-rw-r--r--app-text/ghostscript-gpl/metadata.xml8
3 files changed, 17 insertions, 10 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index 3045bd73e4bc..6d9df95e1862 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.127 2011/10/31 14:19:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.128 2011/11/12 10:21:37 jlec Exp $
+
+ 12 Nov 2011; Justin Lecher <jlec@gentoo.org> ghostscript-gpl-9.04-r4.ebuild,
+ metadata.xml:
+ Fixed slotting for media-libs/tiff
31 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
-ghostscript-gpl-8.71-r6.ebuild, -ghostscript-gpl-9.04-r3.ebuild:
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r4.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r4.ebuild
index 5977e4729633..af3de62dbd06 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r4.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r4.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2011 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.04-r4.ebuild,v 1.2 2011/10/31 06:07:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.04-r4.ebuild,v 1.3 2011/11/12 10:21:37 jlec Exp $
EAPI=3
+
inherit autotools eutils versionator flag-o-matic
DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for PDF"
@@ -11,21 +12,23 @@ HOMEPAGE="http://ghostscript.com/"
MY_P=${P/-gpl}
GSDJVU_PV=1.5
PVM=$(get_version_component_range 1-2)
-SRC_URI="!bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz ) )
+SRC_URI="
mirror://sourceforge/ghostscript/${MY_P}.tar.bz2
- mirror://gentoo/${P}-patchset-3.tar.bz2"
+ mirror://gentoo/${P}-patchset-3.tar.bz2
+ !bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz ) )"
LICENSE="GPL-3 CPL-1.0"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="bindist cups dbus djvu gtk idn jpeg2k static-libs X"
-COMMON_DEPEND="app-text/libpaper
+COMMON_DEPEND="
+ app-text/libpaper
media-libs/fontconfig
media-libs/freetype:2
media-libs/lcms:0
>=media-libs/libpng-1.2.42
- >=media-libs/tiff-3.9.2
+ media-libs/tiff:0
>=sys-libs/zlib-1.2.3
virtual/jpeg
!bindist? ( djvu? ( app-text/djvu ) )
diff --git a/app-text/ghostscript-gpl/metadata.xml b/app-text/ghostscript-gpl/metadata.xml
index 592b1460e3af..115b76c17111 100644
--- a/app-text/ghostscript-gpl/metadata.xml
+++ b/app-text/ghostscript-gpl/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>printing</herd>
- <use>
- <flag name="bindist">Disable dejavu support for binary distribution because of licensing issue</flag>
- </use>
+ <herd>printing</herd>
+ <use>
+ <flag name="bindist">Disable dejavu support for binary distribution because of licensing issue</flag>
+ </use>
</pkgmetadata>