diff options
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.10.5.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 9cd619de147c..d455a1708e3c 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.257 2013/12/11 20:27:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.258 2013/12/12 03:36:45 ago Exp $ + + 12 Dec 2013; Agostino Sarubbo <ago@gentoo.org> -kapptemplate-4.10.5.ebuild: + Remove old 11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> kapptemplate-4.11.2.ebuild: Stable for ppc64, wrt bug #484884 diff --git a/kde-base/kapptemplate/kapptemplate-4.10.5.ebuild b/kde-base/kapptemplate/kapptemplate-4.10.5.ebuild deleted file mode 100644 index 54759f2674f2..000000000000 --- a/kde-base/kapptemplate/kapptemplate-4.10.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.10.5.ebuild,v 1.6 2013/08/02 14:30:02 ago Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -if [[ ${PV} == *9999 ]]; then - eclass="kde4-base" -else - eclass="kde4-meta" - KMNAME="kdesdk" -fi -inherit ${eclass} - -DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." -HOMEPAGE="http://www.kde.org/applications/development/kapptemplate" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" |