summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-11 00:09:25 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-11 00:09:25 +0000
commit3fa1a373971d2da458f461485639bc6344a720c0 (patch)
tree1a9230b256e9b25f65d5d5390517b0e199f26105 /kde-base/libkexiv2
parentVersion bump, remove old. (diff)
downloadhistorical-3fa1a373971d2da458f461485639bc6344a720c0.tar.gz
historical-3fa1a373971d2da458f461485639bc6344a720c0.tar.bz2
historical-3fa1a373971d2da458f461485639bc6344a720c0.zip
Drop KDE SC-4.3.1.
Package-Manager: portage-2.2_rc58/cvs/Linux i686 RepoMan-Options: --force
Diffstat (limited to 'kde-base/libkexiv2')
-rw-r--r--kde-base/libkexiv2/ChangeLog6
-rw-r--r--kde-base/libkexiv2/libkexiv2-4.3.1.ebuild23
2 files changed, 5 insertions, 24 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog
index 47ff340a1cf6..0e075a1a174a 100644
--- a/kde-base/libkexiv2/ChangeLog
+++ b/kde-base/libkexiv2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkexiv2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.34 2009/12/10 17:22:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.35 2009/12/10 23:18:49 scarabeus Exp $
+
+ 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -libkexiv2-4.3.1.ebuild:
+ Drop KDE SC-4.3.1.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
libkexiv2-4.3.3.ebuild:
diff --git a/kde-base/libkexiv2/libkexiv2-4.3.1.ebuild b/kde-base/libkexiv2/libkexiv2-4.3.1.ebuild
deleted file mode 100644
index 16591ca90b03..000000000000
--- a/kde-base/libkexiv2/libkexiv2-4.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.3.1.ebuild,v 1.3 2009/10/18 14:12:58 maekke Exp $
-
-EAPI="2"
-
-KMNAME="kdegraphics"
-KMMODULE="libs/libkexiv2"
-inherit kde4-meta
-
-DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
-HOMEPAGE="http://www.kipi-plugins.org"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-IUSE="debug"
-
-DEPEND="
- >=media-gfx/exiv2-0.18
- media-libs/jpeg
- media-libs/lcms
-"
-RDEPEND="${DEPEND}"