summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-03-22 07:18:33 +0000
committerUlrich Müller <ulm@gentoo.org>2015-03-22 07:18:33 +0000
commit05e6dfd0dc6053534466dce2d6549467cdb474d2 (patch)
treedb97f96494a74a808621768d00cd27f56b01e900 /app-text
parentAlso note hosts.allow in the error message #531156#20 by Arfrever Frehtes Tai... (diff)
downloadgentoo-2-05e6dfd0dc6053534466dce2d6549467cdb474d2.tar.gz
gentoo-2-05e6dfd0dc6053534466dce2d6549467cdb474d2.tar.bz2
gentoo-2-05e6dfd0dc6053534466dce2d6549467cdb474d2.zip
Fix previous commit and actually add the bindist restriction.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog6
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild3
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild3
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild3
4 files changed, 11 insertions, 4 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index b98ab519a811..18626085f488 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.178 2015/03/15 18:13:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.179 2015/03/22 07:18:33 ulm Exp $
+
+ 22 Mar 2015; Ulrich Müller <ulm@gentoo.org> ghostscript-gpl-9.10-r2.ebuild,
+ ghostscript-gpl-9.10-r4.ebuild, ghostscript-gpl-9.15-r1.ebuild:
+ Fix previous commit and actually add the bindist restriction.
15 Mar 2015; Ulrich Müller <ulm@gentoo.org> ghostscript-gpl-9.10-r2.ebuild,
ghostscript-gpl-9.10-r4.ebuild, ghostscript-gpl-9.15-r1.ebuild, metadata.xml:
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild
index 5c24f65b080d..85b9e84126bb 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.10-r2.ebuild,v 1.12 2015/03/15 18:13:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild,v 1.13 2015/03/22 07:18:33 ulm Exp $
EAPI=5
@@ -21,6 +21,7 @@ LICENSE="AGPL-3 CPL-1.0"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="cups dbus djvu gtk idn linguas_de static-libs X"
+RESTRICT="djvu? ( bindist )"
COMMON_DEPEND="
app-text/libpaper
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild
index 4f2345bfe277..a62de81909e5 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.10-r4.ebuild,v 1.2 2015/03/15 18:13:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild,v 1.3 2015/03/22 07:18:33 ulm Exp $
EAPI=5
@@ -21,6 +21,7 @@ LICENSE="AGPL-3 CPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="cups dbus djvu gtk idn linguas_de static-libs X"
+RESTRICT="djvu? ( bindist )"
COMMON_DEPEND="
app-text/libpaper
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild
index 03f7118cb580..f6fa10e2959c 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.15-r1.ebuild,v 1.2 2015/03/15 18:13:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v 1.3 2015/03/22 07:18:33 ulm Exp $
EAPI=5
@@ -21,6 +21,7 @@ LICENSE="AGPL-3 CPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="cups dbus djvu gtk idn linguas_de static-libs X"
+RESTRICT="djvu? ( bindist )"
COMMON_DEPEND="
app-text/libpaper