diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-10-12 14:23:18 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-10-12 14:23:18 +0000 |
commit | 502c5744cdde98117e0d19a7b9ee84ab89ed4874 (patch) | |
tree | 969b93539546176866c6b0b88cf859f201b84b67 /media-gfx | |
parent | ppc stable wrt bug #517492 (diff) | |
download | gentoo-2-502c5744cdde98117e0d19a7b9ee84ab89ed4874.tar.gz gentoo-2-502c5744cdde98117e0d19a7b9ee84ab89ed4874.tar.bz2 gentoo-2-502c5744cdde98117e0d19a7b9ee84ab89ed4874.zip |
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/kphotoalbum/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild | 48 |
2 files changed, 4 insertions, 49 deletions
diff --git a/media-gfx/kphotoalbum/ChangeLog b/media-gfx/kphotoalbum/ChangeLog index 5b5055bbd576..7c42f1b8dd06 100644 --- a/media-gfx/kphotoalbum/ChangeLog +++ b/media-gfx/kphotoalbum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/kphotoalbum # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.67 2014/10/12 10:06:18 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/ChangeLog,v 1.68 2014/10/12 14:23:18 kensington Exp $ + + 12 Oct 2014; Michael Palimaka <kensington@gentoo.org> -kphotoalbum-4.4.ebuild: + Remove old. 12 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> kphotoalbum-4.5.ebuild: amd64/x86 stable wrt bug #519940 diff --git a/media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild b/media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild deleted file mode 100644 index d6dfa13c45e1..000000000000 --- a/media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kphotoalbum/kphotoalbum-4.4.ebuild,v 1.7 2014/08/10 21:15:31 slyfox Exp $ - -EAPI=5 - -KDE_LINGUAS="ar be bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga gl -hi hne hr hu is it ja km lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk sv tr ug uk -vi zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing images" -HOMEPAGE="http://www.kphotoalbum.org/" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" - -LICENSE="GPL-2 FDL-1.2" -KEYWORDS="amd64 x86" -SLOT="4" -IUSE="debug +exif +geolocation +kipi +raw +semantic-desktop" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop(+)') - >=dev-qt/qtsql-4.4:4[sqlite] - virtual/jpeg - exif? ( >=media-gfx/exiv2-0.17 ) - geolocation? ( $(add_kdebase_dep marble) ) - kipi? ( $(add_kdebase_dep libkipi '' 4.9.58) ) - raw? ( $(add_kdebase_dep libkdcraw '' 4.9.58) ) -" -RDEPEND="${DEPEND} - semantic-desktop? ( $(add_kdebase_dep nepomuk) ) - || ( media-video/mplayer2 media-video/mplayer ) -" - -DOCS=( ChangeLog README TODO ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with exif Exiv2) - $(cmake-utils_use_with geolocation Marble) - $(cmake-utils_use_with kipi) - $(cmake-utils_use_with raw Kdcraw) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) - ) - - kde4-base_src_configure -} |