diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-09 16:25:21 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-09 16:25:21 +0000 |
commit | d0bd4e2c6abb1c49b9a33c30dbb7d2808fe65f7f (patch) | |
tree | a6975ccdbf7120697d507503349088598a229969 /kde-base/kapptemplate | |
parent | Use java-pkg_register-ant-task instead of installing a jar to /usr/share/ant-... (diff) | |
download | gentoo-2-d0bd4e2c6abb1c49b9a33c30dbb7d2808fe65f7f.tar.gz gentoo-2-d0bd4e2c6abb1c49b9a33c30dbb7d2808fe65f7f.tar.bz2 gentoo-2-d0bd4e2c6abb1c49b9a33c30dbb7d2808fe65f7f.zip |
Make some scripts executable, bug #167568.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kapptemplate/files/digest-kapptemplate-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-3.5.6.ebuild | 22 |
3 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 77162e11a036..2a186518332b 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.43 2007/02/04 01:44:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.44 2007/05/09 16:25:21 carlo Exp $ + +*kapptemplate-3.5.6 (09 May 2007) + + 09 May 2007; Carsten Lohrke <carlo@gentoo.org> +kapptemplate-3.5.6.ebuild: + Make some scripts executable, bug #167568. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -kapptemplate-3.5.0.ebuild: diff --git a/kde-base/kapptemplate/files/digest-kapptemplate-3.5.6 b/kde-base/kapptemplate/files/digest-kapptemplate-3.5.6 new file mode 100644 index 000000000000..e3795607e98a --- /dev/null +++ b/kde-base/kapptemplate/files/digest-kapptemplate-3.5.6 @@ -0,0 +1,3 @@ +MD5 1462e1a884fdaa070ed493c10a336728 kdesdk-3.5.6.tar.bz2 5046602 +RMD160 96e96a0ca87aadf8940ceb1dfead385503096a4f kdesdk-3.5.6.tar.bz2 5046602 +SHA256 63cdea02149b38998a4d41899f8da863fd9f9333dd17a8d1d3fea9fc6607d7e4 kdesdk-3.5.6.tar.bz2 5046602 diff --git a/kde-base/kapptemplate/kapptemplate-3.5.6.ebuild b/kde-base/kapptemplate/kapptemplate-3.5.6.ebuild new file mode 100644 index 000000000000..3eacd13c940e --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-3.5.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.6.ebuild,v 1.1 2007/05/09 16:25:21 carlo Exp $ + +ARTS_REQUIRED="no" +RESTRICT="binchecks strip" + +KMNAME=kdesdk +MAXKDEVER=3.5.6 +KM_DEPRANGE="3.5.0 $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KAppTemplate - 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 +}
\ No newline at end of file |