public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/
Date: Sat, 16 Jun 2012 16:54:22 +0000 (UTC)	[thread overview]
Message-ID: <1339865591.02ca7ec59ee31eb50630671b27071d88a7db50bf.kensington@gentoo> (raw)

commit:     02ca7ec59ee31eb50630671b27071d88a7db50bf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 16:53:11 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 16:53:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=02ca7ec5

[kde-base/okular] Use global USE flag "postscript" instead of local USE flag "ps" for PostScript support, wrt bug #421453.

(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/okular/metadata.xml              |    1 -
 kde-base/okular/okular-4.8.4.ebuild       |    6 +++---
 kde-base/okular/okular-4.8.49.9999.ebuild |    6 +++---
 kde-base/okular/okular-4.8.80.ebuild      |    6 +++---
 kde-base/okular/okular-4.8.90.ebuild      |    6 +++---
 kde-base/okular/okular-9999.ebuild        |    6 +++---
 6 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/kde-base/okular/metadata.xml b/kde-base/okular/metadata.xml
index aa3adb8..0f8e969 100644
--- a/kde-base/okular/metadata.xml
+++ b/kde-base/okular/metadata.xml
@@ -4,7 +4,6 @@
 <use>
 	<flag name="chm">Enable support for Microsoft Compiled HTML Help files</flag>
 	<flag name="ebook">Add E-Book suppport</flag>
-	<flag name="ps">Add PostScript support</flag>
 </use>
 <herd>kde</herd>
 </pkgmetadata>

diff --git a/kde-base/okular/okular-4.8.4.ebuild b/kde-base/okular/okular-4.8.4.ebuild
index 156eba1..b12d820 100644
--- a/kde-base/okular/okular-4.8.4.ebuild
+++ b/kde-base/okular/okular-4.8.4.ebuild
@@ -9,7 +9,7 @@ inherit kde4-base
 
 DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
 
 DEPEND="
 	media-libs/freetype
@@ -21,7 +21,7 @@ DEPEND="
 	ebook? ( app-text/ebook-tools )
 	jpeg? ( virtual/jpeg:0 )
 	pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
-	ps? ( app-text/libspectre )
+	postscript? ( app-text/libspectre )
 	tiff? ( media-libs/tiff )
 "
 RDEPEND="${DEPEND}"
@@ -33,7 +33,7 @@ src_configure() {
 		$(cmake-utils_use_with djvu DjVuLibre)
 		$(cmake-utils_use_with ebook EPub)
 		$(cmake-utils_use_with jpeg)
-		$(cmake-utils_use_with ps LibSpectre)
+		$(cmake-utils_use_with postscript LibSpectre)
 		$(cmake-utils_use_with pdf PopplerQt4)
 		$(cmake-utils_use_with pdf Poppler)
 		$(cmake-utils_use_with tiff)

diff --git a/kde-base/okular/okular-4.8.49.9999.ebuild b/kde-base/okular/okular-4.8.49.9999.ebuild
index 0fce365..a8839cc 100644
--- a/kde-base/okular/okular-4.8.49.9999.ebuild
+++ b/kde-base/okular/okular-4.8.49.9999.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
 
 DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
 KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
 
 DEPEND="
 	media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
 	ebook? ( app-text/ebook-tools )
 	jpeg? ( virtual/jpeg:0 )
 	pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
-	ps? ( app-text/libspectre )
+	postscript? ( app-text/libspectre )
 	tiff? ( media-libs/tiff )
 "
 RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
 		$(cmake-utils_use_with djvu DjVuLibre)
 		$(cmake-utils_use_with ebook EPub)
 		$(cmake-utils_use_with jpeg)
-		$(cmake-utils_use_with ps LibSpectre)
+		$(cmake-utils_use_with postscript LibSpectre)
 		$(cmake-utils_use_with pdf PopplerQt4)
 		$(cmake-utils_use_with pdf Poppler)
 		$(cmake-utils_use_with tiff)

diff --git a/kde-base/okular/okular-4.8.80.ebuild b/kde-base/okular/okular-4.8.80.ebuild
index 4aaae92..40dbc19 100644
--- a/kde-base/okular/okular-4.8.80.ebuild
+++ b/kde-base/okular/okular-4.8.80.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
 
 DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
 
 DEPEND="
 	media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
 	ebook? ( app-text/ebook-tools )
 	jpeg? ( virtual/jpeg:0 )
 	pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
-	ps? ( app-text/libspectre )
+	postscript? ( app-text/libspectre )
 	tiff? ( media-libs/tiff )
 "
 RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
 		$(cmake-utils_use_with djvu DjVuLibre)
 		$(cmake-utils_use_with ebook EPub)
 		$(cmake-utils_use_with jpeg)
-		$(cmake-utils_use_with ps LibSpectre)
+		$(cmake-utils_use_with postscript LibSpectre)
 		$(cmake-utils_use_with pdf PopplerQt4)
 		$(cmake-utils_use_with pdf Poppler)
 		$(cmake-utils_use_with tiff)

diff --git a/kde-base/okular/okular-4.8.90.ebuild b/kde-base/okular/okular-4.8.90.ebuild
index 4aaae92..40dbc19 100644
--- a/kde-base/okular/okular-4.8.90.ebuild
+++ b/kde-base/okular/okular-4.8.90.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
 
 DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
 
 DEPEND="
 	media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
 	ebook? ( app-text/ebook-tools )
 	jpeg? ( virtual/jpeg:0 )
 	pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
-	ps? ( app-text/libspectre )
+	postscript? ( app-text/libspectre )
 	tiff? ( media-libs/tiff )
 "
 RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
 		$(cmake-utils_use_with djvu DjVuLibre)
 		$(cmake-utils_use_with ebook EPub)
 		$(cmake-utils_use_with jpeg)
-		$(cmake-utils_use_with ps LibSpectre)
+		$(cmake-utils_use_with postscript LibSpectre)
 		$(cmake-utils_use_with pdf PopplerQt4)
 		$(cmake-utils_use_with pdf Poppler)
 		$(cmake-utils_use_with tiff)

diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild
index 0fce365..a8839cc 100644
--- a/kde-base/okular/okular-9999.ebuild
+++ b/kde-base/okular/okular-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
 
 DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
 KEYWORDS=""
-IUSE="chm crypt debug djvu ebook +jpeg +ps +pdf +tiff"
+IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
 
 DEPEND="
 	media-libs/freetype
@@ -22,7 +22,7 @@ DEPEND="
 	ebook? ( app-text/ebook-tools )
 	jpeg? ( virtual/jpeg:0 )
 	pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
-	ps? ( app-text/libspectre )
+	postscript? ( app-text/libspectre )
 	tiff? ( media-libs/tiff )
 "
 RDEPEND="${DEPEND}"
@@ -34,7 +34,7 @@ src_configure() {
 		$(cmake-utils_use_with djvu DjVuLibre)
 		$(cmake-utils_use_with ebook EPub)
 		$(cmake-utils_use_with jpeg)
-		$(cmake-utils_use_with ps LibSpectre)
+		$(cmake-utils_use_with postscript LibSpectre)
 		$(cmake-utils_use_with pdf PopplerQt4)
 		$(cmake-utils_use_with pdf Poppler)
 		$(cmake-utils_use_with tiff)



             reply	other threads:[~2012-06-16 16:54 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-16 16:54 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-13 17:46 [gentoo-commits] proj/kde:master commit in: kde-base/okular/ Michael Palimaka
2014-08-16 23:47 Johannes Huber
2014-07-16 12:32 Michael Palimaka
2014-05-26 21:49 Maciej Mrozowski
2014-03-09 14:40 Johannes Huber
2014-01-18  4:34 Robin H. Johnson
2013-12-25 21:05 Chris Reffett
2013-12-25 21:05 Chris Reffett
2013-07-31 18:13 Johannes Huber
2013-06-21 16:30 Andreas Hüttel
2013-06-20 20:12 Andreas Hüttel
2013-03-17 18:11 Michael Palimaka
2013-03-12 12:10 Michael Palimaka
2012-08-03 16:11 Johannes Huber
2012-05-21 23:00 Johannes Huber
2011-09-28 22:37 Maciej Mrozowski
2011-08-27 21:13 Andreas Hüttel
2011-06-24 19:29 Jorge Manuel B. S. Vicetto
2011-06-08 22:49 Andreas Hüttel
2011-06-08 21:42 Andreas Hüttel
2011-06-06 17:12 Jonathan Callen
2011-06-05 12:12 Marc Schiffbauer
2011-05-31 21:14 Jonathan Callen
2011-05-26  5:14 Jorge Manuel B. S. Vicetto
2011-05-01 16:05 Tomas Chvatal
2011-04-21 21:52 Jonathan Callen

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=1339865591.02ca7ec59ee31eb50630671b27071d88a7db50bf.kensington@gentoo \
    --to=kensington@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