diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 65f23fa591b40aa410097713165d986c18541bfa (patch) | |
tree | 511c72b50399d2ce73e166154c218274d721b259 /kde-base/okular | |
parent | old (diff) | |
download | gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2 gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip |
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/okular')
-rw-r--r-- | kde-base/okular/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/okular/okular-4.3.5.ebuild | 51 | ||||
-rw-r--r-- | kde-base/okular/okular-4.4.4.ebuild | 51 |
3 files changed, 5 insertions, 103 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index 03ebfe20573e..aaf19f8fc774 100644 --- a/kde-base/okular/ChangeLog +++ b/kde-base/okular/ChangeLog @@ -1,6 +1,10 @@ # 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.77 2010/08/09 10:08:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.78 2010/08/09 11:31:25 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -okular-4.3.5.ebuild, + -okular-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> okular-4.4.5.ebuild: x86 stable, bug 322791 diff --git a/kde-base/okular/okular-4.3.5.ebuild b/kde-base/okular/okular-4.3.5.ebuild deleted file mode 100644 index 07da75fca1ed..000000000000 --- a/kde-base/okular/okular-4.3.5.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.3.5.ebuild,v 1.5 2010/06/21 15:53:46 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdegraphics" -inherit kde4-meta - -DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." -KEYWORDS="~alpha amd64 ~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 -} diff --git a/kde-base/okular/okular-4.4.4.ebuild b/kde-base/okular/okular-4.4.4.ebuild deleted file mode 100644 index b3c2e5e0bec2..000000000000 --- a/kde-base/okular/okular-4.4.4.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.4.ebuild,v 1.4 2010/06/28 03:25:59 fauli Exp $ - -EAPI="3" - -KMNAME="kdegraphics" -inherit kde4-meta - -DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." -KEYWORDS="~alpha amd64 ~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 -} |