summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-04 05:56:05 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-04 05:56:05 +0000
commitdcda06df03ca2eb8a73b5203a9a68b4ab7148abf (patch)
treeefc6a721654baad7194f07c704ff4f495f38b97b /kde-base/okular
parentAllow newer boost and steal boost-related code from wesnoth ebuild (diff)
downloadhistorical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.tar.gz
historical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.tar.bz2
historical-dcda06df03ca2eb8a73b5203a9a68b4ab7148abf.zip
[kde-base] Drop KDE SC 4.4.1
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/okular')
-rw-r--r--kde-base/okular/ChangeLog5
-rw-r--r--kde-base/okular/okular-4.4.1.ebuild51
2 files changed, 4 insertions, 52 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog
index 6e1f4fd5c177..841dcffd5dc7 100644
--- a/kde-base/okular/ChangeLog
+++ b/kde-base/okular/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/okular
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.68 2010/05/03 21:40:44 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.69 2010/05/04 05:50:27 alexxy Exp $
+
+ 04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -okular-4.4.1.ebuild:
+ Drop KDE SC 4.4.1
*okular-4.4.3 (03 May 2010)
diff --git a/kde-base/okular/okular-4.4.1.ebuild b/kde-base/okular/okular-4.4.1.ebuild
deleted file mode 100644
index 764dd0375339..000000000000
--- a/kde-base/okular/okular-4.4.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.4.1.ebuild,v 1.1 2010/03/02 19:33:30 tampakrap Exp $
-
-EAPI="3"
-
-KMNAME="kdegraphics"
-inherit kde4-meta
-
-DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="chm crypt debug djvu ebook +handbook +jpeg +ps +pdf +tiff"
-
-DEPEND="
- media-libs/freetype
- sys-libs/zlib
- chm? ( dev-libs/chmlib )
- crypt? ( app-crypt/qca:2 )
- djvu? ( app-text/djvu )
- ebook? ( app-text/ebook-tools )
- jpeg? ( media-libs/jpeg:0 )
- pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4] )
- ps? ( app-text/libspectre )
- tiff? ( media-libs/tiff )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="libs/mobipocket"
-
-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 ps LibSpectre)
- $(cmake-utils_use_with pdf PopplerQt4)
- $(cmake-utils_use_with pdf Poppler)
- $(cmake-utils_use_with tiff)
- )
-
- kde4-meta_src_configure
-}
-
-src_install() {
- insinto "${KDEDIR}"/share/apps/cmake/modules
- doins "${S}"/cmake/modules/FindOkular.cmake
-
- kde4-meta_src_install
-}