diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:11:10 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:11:10 +0000 |
commit | 4c6c6ef158f1e8d537b66c91dcde6abc0e06bab4 (patch) | |
tree | 07d62b2754eac27f04671781d3c1cbdb7b798e59 /kde-base/konsole | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-4c6c6ef158f1e8d537b66c91dcde6abc0e06bab4.tar.gz gentoo-2-4c6c6ef158f1e8d537b66c91dcde6abc0e06bab4.tar.bz2 gentoo-2-4c6c6ef158f1e8d537b66c91dcde6abc0e06bab4.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/konsole')
-rw-r--r-- | kde-base/konsole/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.2.1.ebuild | 27 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 30 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index 7e70b332c970..6f3cf99279a8 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/konsole # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.120 2009/04/11 23:42:45 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.121 2009/04/17 06:11:10 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -konsole-4.2.1.ebuild, + konsole-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -konsole-4.2.1.ebuild: + Drop KDE 4.2.1 *konsole-4.2.2 (11 Apr 2009) diff --git a/kde-base/konsole/konsole-4.2.1.ebuild b/kde-base/konsole/konsole-4.2.1.ebuild deleted file mode 100644 index f416016534e8..000000000000 --- a/kde-base/konsole/konsole-4.2.1.ebuild +++ /dev/null @@ -1,27 +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/konsole/konsole-4.2.1.ebuild,v 1.3 2009/04/11 17:50:19 armin76 Exp $ - -EAPI="2" - -KMNAME="kdebase" -KMMODULE="apps/${PN}" -inherit kde4-meta - -DESCRIPTION="X terminal for use with KDE." -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -COMMONDEPEND=" - x11-libs/libX11 - x11-libs/libXext - >=x11-libs/libxklavier-3.2 - x11-libs/libXrender - x11-libs/libXtst" -DEPEND="${COMMONDEPEND} - x11-apps/bdftopcf - x11-proto/kbproto - x11-proto/renderproto" -RDEPEND="${COMMONDEPEND}" - -KMEXTRA="apps/doc/${PN}" diff --git a/kde-base/konsole/konsole-4.2.2.ebuild b/kde-base/konsole/konsole-4.2.2.ebuild index ca5a6203e04f..2adbb80fd491 100644 --- a/kde-base/konsole/konsole-4.2.2.ebuild +++ b/kde-base/konsole/konsole-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/konsole/konsole-4.2.2.ebuild,v 1.1 2009/04/11 23:42:45 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-4.2.2.ebuild,v 1.2 2009/04/17 06:11:10 alexxy Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdebase-apps" inherit kde4-meta DESCRIPTION="X terminal for use with KDE." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug doc" COMMONDEPEND=" |