diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:42:30 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:42:30 +0000 |
commit | ae957b8ac76f7340ed73d3d5518f2600366cf630 (patch) | |
tree | 5476d8c02c8b826a15456091f78b56f84f571542 /kde-base/ksystemlog | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-ae957b8ac76f7340ed73d3d5518f2600366cf630.tar.gz gentoo-2-ae957b8ac76f7340ed73d3d5518f2600366cf630.tar.bz2 gentoo-2-ae957b8ac76f7340ed73d3d5518f2600366cf630.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/ksystemlog')
-rw-r--r-- | kde-base/ksystemlog/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ksystemlog/ksystemlog-4.2.1.ebuild | 18 | ||||
-rw-r--r-- | kde-base/ksystemlog/ksystemlog-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 21 deletions
diff --git a/kde-base/ksystemlog/ChangeLog b/kde-base/ksystemlog/ChangeLog index 5f12ebce7d55..99fdf063070a 100644 --- a/kde-base/ksystemlog/ChangeLog +++ b/kde-base/ksystemlog/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/ksystemlog # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.13 2009/04/12 06:08:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.14 2009/04/17 06:42:30 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksystemlog-4.2.1.ebuild, + ksystemlog-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksystemlog-4.2.1.ebuild: + Drop KDE 4.2.1 *ksystemlog-4.2.2 (11 Apr 2009) diff --git a/kde-base/ksystemlog/ksystemlog-4.2.1.ebuild b/kde-base/ksystemlog/ksystemlog-4.2.1.ebuild deleted file mode 100644 index ed88b0e5e260..000000000000 --- a/kde-base/ksystemlog/ksystemlog-4.2.1.ebuild +++ /dev/null @@ -1,18 +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/ksystemlog/ksystemlog-4.2.1.ebuild,v 1.3 2009/04/11 18:07:57 armin76 Exp $ - -EAPI="2" - -KMNAME="kdeadmin" -KMMODULE="ksystemlog" -inherit kde4-meta - -DESCRIPTION="KSystemLog is a system log viewer for KDE." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -DEPEND=" - >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] -" -RDEPEND="${RDEPEND}" diff --git a/kde-base/ksystemlog/ksystemlog-4.2.2.ebuild b/kde-base/ksystemlog/ksystemlog-4.2.2.ebuild index a081096cd443..b503729fc42d 100644 --- a/kde-base/ksystemlog/ksystemlog-4.2.2.ebuild +++ b/kde-base/ksystemlog/ksystemlog-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/ksystemlog/ksystemlog-4.2.2.ebuild,v 1.1 2009/04/12 06:08:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ksystemlog-4.2.2.ebuild,v 1.2 2009/04/17 06:42:30 alexxy Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdeadmin" inherit kde4-meta DESCRIPTION="KSystemLog is a system log viewer for KDE." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug doc" DEPEND=" |