summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-20 23:36:47 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-20 23:36:47 +0000
commit86166760b8aa7e1c789581787e2f7bd3d159df87 (patch)
tree3c1095c1c98ae9f6510c9d93134aa0062970a3bd /kde-base/kapptemplate
parentEnabled support for openmpi and mpich2 (see bug #210639). (diff)
downloadhistorical-86166760b8aa7e1c789581787e2f7bd3d159df87.tar.gz
historical-86166760b8aa7e1c789581787e2f7bd3d159df87.tar.bz2
historical-86166760b8aa7e1c789581787e2f7bd3d159df87.zip
Version bump to KDE 3.5.9.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r--kde-base/kapptemplate/ChangeLog8
-rw-r--r--kde-base/kapptemplate/kapptemplate-3.5.9.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog
index be6f24b10e3f..c9c56d95a4b6 100644
--- a/kde-base/kapptemplate/ChangeLog
+++ b/kde-base/kapptemplate/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kapptemplate
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.60 2008/02/17 01:57:40 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.61 2008/02/20 22:35:53 philantrop Exp $
+
+*kapptemplate-3.5.9 (20 Feb 2008)
+
+ 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +kapptemplate-3.5.9.ebuild:
+ Version bump to KDE 3.5.9.
16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
-kapptemplate-3.5.5.ebuild, -kapptemplate-3.5.6.ebuild,
diff --git a/kde-base/kapptemplate/kapptemplate-3.5.9.ebuild b/kde-base/kapptemplate/kapptemplate-3.5.9.ebuild
new file mode 100644
index 000000000000..4cc139a14faf
--- /dev/null
+++ b/kde-base/kapptemplate/kapptemplate-3.5.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.9.ebuild,v 1.1 2008/02/20 22:35:53 philantrop Exp $
+
+ARTS_REQUIRED="no"
+RESTRICT="binchecks strip"
+
+KMNAME=kdesdk
+EAPI="1"
+inherit kde-meta eutils
+
+DESCRIPTION="A shell script that will create the necessary framework to develop various KDE applications."
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+src_install() {
+ kde-meta_src_install
+ for f in ${KDEDIR}/share/apps/kapptemplate/admin/{bcheck,conf.change,config,detect-autoconf}.pl ; do
+ fperms 755 ${f}
+ done
+}