From a5432cdf5bb6a8cdaa810e0446f9d8d049b37453 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Tue, 9 Feb 2010 00:17:19 +0000 Subject: [kde-base/kinfocenter] Version bump to KDE SC 4.4.0 (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force) --- kde-base/kinfocenter/ChangeLog | 8 +++++- kde-base/kinfocenter/kinfocenter-4.4.0.ebuild | 35 +++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 kde-base/kinfocenter/kinfocenter-4.4.0.ebuild (limited to 'kde-base/kinfocenter') diff --git a/kde-base/kinfocenter/ChangeLog b/kde-base/kinfocenter/ChangeLog index dba9d5494475..d281add53ea7 100644 --- a/kde-base/kinfocenter/ChangeLog +++ b/kde-base/kinfocenter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kinfocenter # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.49 2010/01/25 16:03:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.50 2010/02/09 00:17:19 alexxy Exp $ + +*kinfocenter-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov + +kinfocenter-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kinfocenter-4.3.5 (25 Jan 2010) diff --git a/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild b/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild new file mode 100644 index 000000000000..10059487502f --- /dev/null +++ b/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild,v 1.1 2010/02/09 00:17:19 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="The KDE Info Center" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook ieee1394" + +DEPEND=" + ieee1394? ( sys-libs/libraw1394 ) + opengl? ( virtual/glu virtual/opengl ) +" +RDEPEND="${DEPEND} + sys-apps/pciutils + sys-apps/usbutils +" + +KMEXTRACTONLY=" + cmake/modules/ +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with ieee1394 RAW1394) + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +} -- cgit v1.2.3-65-gdbad