diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-12 19:19:44 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-12 19:19:44 +0000 |
commit | 1f1639d02bf545fbaaff4e3f9814e284b9187ba1 (patch) | |
tree | 17e15ab292c96e3cfb81dca64730a69692c8b2b2 /kde-base/okular | |
parent | version bump, misc bug fixes. Remove old intermediate versions (diff) | |
download | gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.gz gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.bz2 gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.zip |
Drop KDE 4.6.4
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/okular')
-rw-r--r-- | kde-base/okular/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/okular/okular-4.6.4-r1.ebuild | 63 | ||||
-rw-r--r-- | kde-base/okular/okular-4.6.4.ebuild | 60 |
3 files changed, 5 insertions, 124 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index 2237aea2af52..ff2a0afcbf7f 100644 --- a/kde-base/okular/ChangeLog +++ b/kde-base/okular/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/okular # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.108 2011/08/09 17:12:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.109 2011/08/12 19:19:42 dilfridge Exp $ + + 12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> -okular-4.6.4.ebuild, + -okular-4.6.4-r1.ebuild: + Drop KDE 4.6.4 09 Aug 2011; Markos Chandras <hwoarang@gentoo.org> okular-4.6.5.ebuild: Stable on amd64 wrt bug #377465 diff --git a/kde-base/okular/okular-4.6.4-r1.ebuild b/kde-base/okular/okular-4.6.4-r1.ebuild deleted file mode 100644 index f5f3984e4cd0..000000000000 --- a/kde-base/okular/okular-4.6.4-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.6.4-r1.ebuild,v 1.1 2011/06/15 18:35:34 dilfridge Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_SCM="git" -if [[ ${PV} == *9999 ]]; then - kde_eclass="kde4-base" -else - KMNAME="kdegraphics" - kde_eclass="kde4-meta" -fi -inherit ${kde_eclass} - -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" -SRC_URI+=" http://dev.gentoo.org/~dilfridge/distfiles/${P}-update.patch.bz2" - -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? ( virtual/jpeg:0 ) - pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions] ) - ps? ( app-text/libspectre ) - tiff? ( media-libs/tiff ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${DISTDIR}/${P}-update.patch.bz2" ) - -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) - ) - - ${kde_eclass}_src_configure -} - -if [[ ${PV} != *9999 ]]; then -src_install() { - kde4-meta_src_install - - # why, oh why?! - rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die -} -fi diff --git a/kde-base/okular/okular-4.6.4.ebuild b/kde-base/okular/okular-4.6.4.ebuild deleted file mode 100644 index b5de8620df3a..000000000000 --- a/kde-base/okular/okular-4.6.4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.6.4.ebuild,v 1.1 2011/06/10 18:00:17 dilfridge Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_SCM="git" -if [[ ${PV} == *9999 ]]; then - kde_eclass="kde4-base" -else - KMNAME="kdegraphics" - kde_eclass="kde4-meta" -fi -inherit ${kde_eclass} - -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" - -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? ( virtual/jpeg:0 ) - pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions] ) - 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) - ) - - ${kde_eclass}_src_configure -} - -if [[ ${PV} != *9999 ]]; then -src_install() { - kde4-meta_src_install - - # why, oh why?! - rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die -} -fi |