diff options
author | 2011-10-06 18:11:13 +0000 | |
---|---|---|
committer | 2011-10-06 18:11:13 +0000 | |
commit | 89e71ef45253e6d197ba528112eeae6984651626 (patch) | |
tree | 043bfec14e51381244a2ec0e91acb3879eae0a5c /kde-base/libplasmaclock | |
parent | Initial import. New dependency for forthcoming Rails 3.1 release. (diff) | |
download | historical-89e71ef45253e6d197ba528112eeae6984651626.tar.gz historical-89e71ef45253e6d197ba528112eeae6984651626.tar.bz2 historical-89e71ef45253e6d197ba528112eeae6984651626.zip |
[kde-base] KDE SC 4.7.2
Package-Manager: portage-2.2.0_alpha61/cvs/Linux x86_64
Diffstat (limited to 'kde-base/libplasmaclock')
-rw-r--r-- | kde-base/libplasmaclock/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libplasmaclock/libplasmaclock-4.7.2.ebuild | 34 |
2 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/libplasmaclock/ChangeLog b/kde-base/libplasmaclock/ChangeLog index 841c2c0071b2..873d9ce671e7 100644 --- a/kde-base/libplasmaclock/ChangeLog +++ b/kde-base/libplasmaclock/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libplasmaclock # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.80 2011/09/07 20:13:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.81 2011/10/06 18:11:07 alexxy Exp $ + +*libplasmaclock-4.7.2 (06 Oct 2011) + + 06 Oct 2011; Alexey Shvetsov <alexxy@gentoo.org> + +libplasmaclock-4.7.2.ebuild: + Version bump KDE SC 4.7.2 *libplasmaclock-4.7.1 (07 Sep 2011) diff --git a/kde-base/libplasmaclock/libplasmaclock-4.7.2.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.7.2.ebuild new file mode 100644 index 000000000000..dbf8c471f29e --- /dev/null +++ b/kde-base/libplasmaclock/libplasmaclock-4.7.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/libplasmaclock-4.7.2.ebuild,v 1.1 2011/10/06 18:11:07 alexxy Exp $ + +EAPI=4 + +KMNAME="kde-workspace" +KMMODULE="libs/plasmaclock" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="Libraries for KDE Plasma's clocks" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +holidays" + +DEPEND=" + $(add_kdebase_dep kephal) + holidays? ( $(add_kdebase_dep kdepimlibs) ) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/ +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with holidays KdepimLibs) + ) + + kde4-meta_src_configure +} |