diff options
author | 2012-08-17 11:04:42 +0000 | |
---|---|---|
committer | 2012-08-17 11:04:42 +0000 | |
commit | 2f3862b0e481c0725174f0e80e5bd857965c09d8 (patch) | |
tree | 59dc5ffe32e9e4e40b251db5f352f79a2e16f516 /kde-base/okular | |
parent | Remove old. (diff) | |
download | historical-2f3862b0e481c0725174f0e80e5bd857965c09d8.tar.gz historical-2f3862b0e481c0725174f0e80e5bd857965c09d8.tar.bz2 historical-2f3862b0e481c0725174f0e80e5bd857965c09d8.zip |
Remove KDE SC 4.8.4
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'kde-base/okular')
-rw-r--r-- | kde-base/okular/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/okular/okular-4.8.4.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index 126c5ae00df6..9657c8cd9417 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.145 2012/08/07 11:04:39 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.146 2012/08/17 11:04:38 johu Exp $ + + 17 Aug 2012; Johannes Huber <johu@gentoo.org> -okular-4.8.4.ebuild: + Remove KDE SC 4.8.4 *okular-4.8.5 (07 Aug 2012) diff --git a/kde-base/okular/okular-4.8.4.ebuild b/kde-base/okular/okular-4.8.4.ebuild deleted file mode 100644 index 3a69a653a3b1..000000000000 --- a/kde-base/okular/okular-4.8.4.ebuild +++ /dev/null @@ -1,43 +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.4.ebuild,v 1.1 2012/06/21 21:55:04 dilfridge Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -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 -} |