diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:08:36 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:08:36 +0000 |
commit | 229a6de9831fdefcd930c45e2a6bed88bd7aa206 (patch) | |
tree | a26910623e7c23f1d535a13c183feca977bf0563 /kde-base/kturtle | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-229a6de9831fdefcd930c45e2a6bed88bd7aa206.tar.gz gentoo-2-229a6de9831fdefcd930c45e2a6bed88bd7aa206.tar.bz2 gentoo-2-229a6de9831fdefcd930c45e2a6bed88bd7aa206.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kturtle')
-rw-r--r-- | kde-base/kturtle/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kturtle/kturtle-4.2.1.ebuild | 16 | ||||
-rw-r--r-- | kde-base/kturtle/kturtle-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 19 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index 1521ac4dcefe..95204c0c5b3e 100644 --- a/kde-base/kturtle/ChangeLog +++ b/kde-base/kturtle/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kturtle # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.108 2009/04/12 06:14:43 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.109 2009/04/17 06:08:36 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kturtle-4.2.1.ebuild, + kturtle-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kturtle-4.2.1.ebuild: + Drop KDE 4.2.1 *kturtle-4.2.2 (11 Apr 2009) diff --git a/kde-base/kturtle/kturtle-4.2.1.ebuild b/kde-base/kturtle/kturtle-4.2.1.ebuild deleted file mode 100644 index 471c07c967c4..000000000000 --- a/kde-base/kturtle/kturtle-4.2.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-4.2.1.ebuild,v 1.3 2009/04/11 19:11:08 armin76 Exp $ - -EAPI="2" - -KMNAME="kdeedu" -inherit kde4-meta - -DESCRIPTION="KDE: Educational programming environment using the Logo programming language" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -RDEPEND=" - >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] -" diff --git a/kde-base/kturtle/kturtle-4.2.2.ebuild b/kde-base/kturtle/kturtle-4.2.2.ebuild index ab6f8fb51eae..9156f758f878 100644 --- a/kde-base/kturtle/kturtle-4.2.2.ebuild +++ b/kde-base/kturtle/kturtle-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-4.2.2.ebuild,v 1.1 2009/04/12 06:14:43 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-4.2.2.ebuild,v 1.2 2009/04/17 06:08:36 alexxy Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdeedu" inherit kde4-meta DESCRIPTION="KDE: Educational programming environment using the Logo programming language" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug doc" RDEPEND=" |