diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 14:41:15 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 14:41:15 +0000 |
commit | 4fba0bac09156f4a99f942c315fe76ceb4922552 (patch) | |
tree | 39f29a29c7c4191e48edede3713fc28bc4b309c2 /kde-base/kapptemplate/kapptemplate-3.5.8.ebuild | |
parent | Removed old versions. (diff) | |
download | gentoo-2-4fba0bac09156f4a99f942c315fe76ceb4922552.tar.gz gentoo-2-4fba0bac09156f4a99f942c315fe76ceb4922552.tar.bz2 gentoo-2-4fba0bac09156f4a99f942c315fe76ceb4922552.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kapptemplate/kapptemplate-3.5.8.ebuild')
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-3.5.8.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-base/kapptemplate/kapptemplate-3.5.8.ebuild b/kde-base/kapptemplate/kapptemplate-3.5.8.ebuild deleted file mode 100644 index 971b64254d29..000000000000 --- a/kde-base/kapptemplate/kapptemplate-3.5.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.8.ebuild,v 1.7 2008/03/04 01:39:11 jer Exp $ - -ARTS_REQUIRED="no" -RESTRICT="binchecks strip" - -KMNAME=kdesdk -MAXKDEVER=$PV -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 hppa 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 -} |