diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:19:19 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:19:19 +0000 |
commit | e3784c07859f1786de8140818c32c70c910d4d09 (patch) | |
tree | 9180419ee829b5ca20580459e0a4738edbe1e0e0 /kde-base/kamera | |
parent | [kde-base/klines] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-e3784c07859f1786de8140818c32c70c910d4d09.tar.gz gentoo-2-e3784c07859f1786de8140818c32c70c910d4d09.tar.bz2 gentoo-2-e3784c07859f1786de8140818c32c70c910d4d09.zip |
[kde-base/kamera] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kamera')
-rw-r--r-- | kde-base/kamera/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kamera/kamera-4.4.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kamera/ChangeLog b/kde-base/kamera/ChangeLog index 115fea69d88c..6d61a9c1c57a 100644 --- a/kde-base/kamera/ChangeLog +++ b/kde-base/kamera/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kamera # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/ChangeLog,v 1.138 2010/01/25 14:29:40 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/ChangeLog,v 1.139 2010/02/09 00:19:19 alexxy Exp $ + +*kamera-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kamera-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kamera-4.3.5 (25 Jan 2010) diff --git a/kde-base/kamera/kamera-4.4.0.ebuild b/kde-base/kamera/kamera-4.4.0.ebuild new file mode 100644 index 000000000000..262448631b33 --- /dev/null +++ b/kde-base/kamera/kamera-4.4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/kamera-4.4.0.ebuild,v 1.1 2010/02/09 00:19:19 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="KDE digital camera manager" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + media-libs/libgphoto2 +" +RDEPEND="${DEPEND}" + +src_unpack() { + if use handbook; then + KMEXTRA=" + doc/kcontrol/${PN} + " + fi + + kde4-meta_src_unpack +} |