summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-05-05 11:51:17 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-05-05 11:51:17 +0000
commit2d7caf807c9c13934143b9c5abf0958255536e68 (patch)
tree04e60722129d6ce9efa6a8bdb48d77972198d511 /kde-base/okular
parentStable on amd64, wrt bug #468292 (diff)
downloadgentoo-2-2d7caf807c9c13934143b9c5abf0958255536e68.tar.gz
gentoo-2-2d7caf807c9c13934143b9c5abf0958255536e68.tar.bz2
gentoo-2-2d7caf807c9c13934143b9c5abf0958255536e68.zip
Remove old
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/okular')
-rw-r--r--kde-base/okular/ChangeLog5
-rw-r--r--kde-base/okular/okular-4.10.1.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog
index 98b747db82a1..ce45ab994b3c 100644
--- a/kde-base/okular/ChangeLog
+++ b/kde-base/okular/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/okular
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.186 2013/05/05 10:14:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.187 2013/05/05 11:51:08 ago Exp $
+
+ 05 May 2013; Agostino Sarubbo <ago@gentoo.org> -okular-4.10.1.ebuild:
+ Remove old
05 May 2013; Agostino Sarubbo <ago@gentoo.org> okular-4.10.2.ebuild:
Stable for ppc64, wrt to bug #466074
diff --git a/kde-base/okular/okular-4.10.1.ebuild b/kde-base/okular/okular-4.10.1.ebuild
deleted file mode 100644
index 12d78c6f031d..000000000000
--- a/kde-base/okular/okular-4.10.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.10.1.ebuild,v 1.7 2013/04/02 20:51:19 ago Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
-KEYWORDS="amd64 ~arm 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.20[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
-}