diff options
author | 2014-01-10 04:22:20 +0000 | |
---|---|---|
committer | 2014-01-10 04:22:20 +0000 | |
commit | 803efb3b1f3061a26772f670a2e44a59efbf3f3f (patch) | |
tree | 82f2adcff5045d9821efd3318efe2cacf46c43ea /kde-base/thumbnailers | |
parent | 0.7.5 bump (diff) | |
download | gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.gz gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.bz2 gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.zip |
Bump KDE SC 4.11.5
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/thumbnailers')
-rw-r--r-- | kde-base/thumbnailers/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/thumbnailers/thumbnailers-4.11.5.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/kde-base/thumbnailers/ChangeLog b/kde-base/thumbnailers/ChangeLog index a3dab24a1897..c2e2e5896e29 100644 --- a/kde-base/thumbnailers/ChangeLog +++ b/kde-base/thumbnailers/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/thumbnailers -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/thumbnailers/ChangeLog,v 1.164 2013/12/18 19:57:43 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/thumbnailers/ChangeLog,v 1.165 2014/01/10 04:22:02 creffett Exp $ + +*thumbnailers-4.11.5 (10 Jan 2014) + + 10 Jan 2014; Chris Reffett <creffett@gentoo.org> +thumbnailers-4.11.5.ebuild: + Bump KDE SC 4.11.5 *thumbnailers-4.12.0 (18 Dec 2013) diff --git a/kde-base/thumbnailers/thumbnailers-4.11.5.ebuild b/kde-base/thumbnailers/thumbnailers-4.11.5.ebuild new file mode 100644 index 000000000000..e27867d9694c --- /dev/null +++ b/kde-base/thumbnailers/thumbnailers-4.11.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/thumbnailers/thumbnailers-4.11.5.ebuild,v 1.1 2014/01/10 04:22:02 creffett Exp $ + +EAPI=5 + +KMNAME="kdegraphics-thumbnailers" +inherit kde4-base + +DESCRIPTION="KDE 4 thumbnail generators for PDF/PS files" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdcraw) + $(add_kdebase_dep libkexiv2) +" +RDEPEND="${DEPEND}" + +if [[ ${KDE_BUILD_TYPE} != live ]]; then + S="${WORKDIR}/${KMNAME}-${PV}" +fi |