summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-03 13:01:09 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-03 13:01:09 +0000
commit53e9280e2ab9594b7062b6a07011e78e4d6cd2f4 (patch)
treec02c81c3ff56833a1533236d1f4563932bd0c022 /kde-base/okular
parentRemove older stable, bug #433281 (diff)
downloadgentoo-2-53e9280e2ab9594b7062b6a07011e78e4d6cd2f4.tar.gz
gentoo-2-53e9280e2ab9594b7062b6a07011e78e4d6cd2f4.tar.bz2
gentoo-2-53e9280e2ab9594b7062b6a07011e78e4d6cd2f4.zip
Remove KDE SC 4.8.3
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/okular')
-rw-r--r--kde-base/okular/ChangeLog5
-rw-r--r--kde-base/okular/okular-4.8.3.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog
index e190ff08dace..87e15a9c7c4a 100644
--- a/kde-base/okular/ChangeLog
+++ b/kde-base/okular/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/okular
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.151 2012/09/03 12:20:53 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.152 2012/09/03 13:01:03 johu Exp $
+
+ 03 Sep 2012; Johannes Huber <johu@gentoo.org> -okular-4.8.3.ebuild:
+ Remove KDE SC 4.8.3
03 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> okular-4.8.5-r2.ebuild:
Stable on ppc wrt bug#431892.
diff --git a/kde-base/okular/okular-4.8.3.ebuild b/kde-base/okular/okular-4.8.3.ebuild
deleted file mode 100644
index aa0e9aabaa6a..000000000000
--- a/kde-base/okular/okular-4.8.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.8.3.ebuild,v 1.6 2012/06/16 16:44:50 ssuominen Exp $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KDE_SCM="git"
-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 +postscript +pdf +tiff"
-
-DEPEND="
- media-libs/freetype
- media-libs/qimageblitz
- sys-libs/zlib
- chm? ( dev-libs/chmlib )
- crypt? ( app-crypt/qca:2 )
- djvu? ( app-text/djvu )
- ebook? ( app-text/ebook-tools )
- jpeg? ( virtual/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[qt4,-exceptions(-)] )
- postscript? ( app-text/libspectre )
- tiff? ( media-libs/tiff )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with chm)
- $(cmake-utils_use_with crypt QCA2)
- $(cmake-utils_use_with djvu DjVuLibre)
- $(cmake-utils_use_with ebook EPub)
- $(cmake-utils_use_with jpeg)
- $(cmake-utils_use_with postscript LibSpectre)
- $(cmake-utils_use_with pdf PopplerQt4)
- $(cmake-utils_use_with pdf Poppler)
- $(cmake-utils_use_with tiff)
- )
-
- kde4-base_src_configure
-}