summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:36:28 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 23:36:28 +0000
commit6cac8b80a2d8d85a92864c0c44537333611931a1 (patch)
treedb480a0a136c10bbb9f02e950afe497f211e3ae8 /kde-base/kinfocenter
parentgnome-base/gnome-applets: bump to 2.24.3 (small bugfixes and translation upda... (diff)
downloadhistorical-6cac8b80a2d8d85a92864c0c44537333611931a1.tar.gz
historical-6cac8b80a2d8d85a92864c0c44537333611931a1.tar.bz2
historical-6cac8b80a2d8d85a92864c0c44537333611931a1.zip
Bump kde to 4.1.4
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/kinfocenter')
-rw-r--r--kde-base/kinfocenter/ChangeLog10
-rw-r--r--kde-base/kinfocenter/kinfocenter-4.1.4.ebuild30
2 files changed, 38 insertions, 2 deletions
diff --git a/kde-base/kinfocenter/ChangeLog b/kde-base/kinfocenter/ChangeLog
index 1d878f00fa77..8c171741f09b 100644
--- a/kde-base/kinfocenter/ChangeLog
+++ b/kde-base/kinfocenter/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kinfocenter
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.9 2008/11/16 07:36:51 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.10 2009/01/13 22:07:59 alexxy Exp $
+
+*kinfocenter-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ +kinfocenter-4.1.4.ebuild:
+ Bump to 4.1.4
15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kinfocenter-4.1.3.ebuild:
Add ppc/ppc64 love #244306.
diff --git a/kde-base/kinfocenter/kinfocenter-4.1.4.ebuild b/kde-base/kinfocenter/kinfocenter-4.1.4.ebuild
new file mode 100644
index 000000000000..ade8e4aa0164
--- /dev/null
+++ b/kde-base/kinfocenter/kinfocenter-4.1.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.1.4.ebuild,v 1.1 2009/01/13 22:07:59 alexxy Exp $
+
+EAPI="2"
+
+KMNAME=kdebase
+KMMODULE=apps/${PN}
+OPENGL_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="The KDE Info Center"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug htmlhandbook ieee1394 opengl"
+
+DEPEND="ieee1394? ( sys-libs/libraw1394 )
+ opengl? ( virtual/glu virtual/opengl )"
+RDEPEND="${DEPEND}
+ sys-apps/pciutils
+ sys-apps/usbutils"
+
+KMEXTRACTONLY="apps/cmake/modules/"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with ieee1394 RAW1394)
+ $(cmake-utils_use_with opengl OpenGL)"
+
+ kde4-meta_src_configure
+}