diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:21 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:21 +0000 |
commit | 4aecaffbfc3b23aeb97d2ede21fc6358f02dcded (patch) | |
tree | 2cc9e947caf7fc4d8c526a2623f078785d2cf345 /kde-base/libkdcraw | |
parent | [kde-base/kfilereplace] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-4aecaffbfc3b23aeb97d2ede21fc6358f02dcded.tar.gz historical-4aecaffbfc3b23aeb97d2ede21fc6358f02dcded.tar.bz2 historical-4aecaffbfc3b23aeb97d2ede21fc6358f02dcded.zip |
[kde-base/libkdcraw] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/libkdcraw')
-rw-r--r-- | kde-base/libkdcraw/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libkdcraw/libkdcraw-4.4.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkdcraw/ChangeLog b/kde-base/libkdcraw/ChangeLog index 9e0ec529e982..9d8d1dbcb58c 100644 --- a/kde-base/libkdcraw/ChangeLog +++ b/kde-base/libkdcraw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libkdcraw # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdcraw/ChangeLog,v 1.42 2010/01/25 17:14:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdcraw/ChangeLog,v 1.43 2010/02/09 00:22:18 alexxy Exp $ + +*libkdcraw-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +libkdcraw-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *libkdcraw-4.3.5 (25 Jan 2010) diff --git a/kde-base/libkdcraw/libkdcraw-4.4.0.ebuild b/kde-base/libkdcraw/libkdcraw-4.4.0.ebuild new file mode 100644 index 000000000000..f35edb7d77a0 --- /dev/null +++ b/kde-base/libkdcraw/libkdcraw-4.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdcraw/libkdcraw-4.4.0.ebuild,v 1.1 2010/02/09 00:22:18 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +KMMODULE="libs/${PN}" + +inherit kde4-meta + +DESCRIPTION="KDE Image Plugin Interface: a dcraw library wrapper" +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + media-libs/jpeg + media-libs/lcms +" +RDEPEND="${DEPEND}" |