diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:47:02 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:47:02 +0000 |
commit | 1b8945604fd3e0a8f7751e12fdcf782dd457e085 (patch) | |
tree | 445247ff073fc6bee379dc49a19670b53f95aad7 /kde-base/superkaramba | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-1b8945604fd3e0a8f7751e12fdcf782dd457e085.tar.gz gentoo-2-1b8945604fd3e0a8f7751e12fdcf782dd457e085.tar.bz2 gentoo-2-1b8945604fd3e0a8f7751e12fdcf782dd457e085.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/superkaramba')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.2.1.ebuild | 27 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.2.2.ebuild | 4 |
3 files changed, 11 insertions, 30 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 1a8b903cfeed..f222dfc4b369 100644 --- a/kde-base/superkaramba/ChangeLog +++ b/kde-base/superkaramba/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for kde-base/superkaramba # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.97 2009/04/12 06:46:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.98 2009/04/17 06:47:02 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + -superkaramba-4.2.1.ebuild, superkaramba-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + -superkaramba-4.2.1.ebuild: + Drop KDE 4.2.1 *superkaramba-4.2.2 (11 Apr 2009) diff --git a/kde-base/superkaramba/superkaramba-4.2.1.ebuild b/kde-base/superkaramba/superkaramba-4.2.1.ebuild deleted file mode 100644 index ec07c5c7eebb..000000000000 --- a/kde-base/superkaramba/superkaramba-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/superkaramba/superkaramba-4.2.1.ebuild,v 1.3 2009/04/11 16:42:17 armin76 Exp $ - -EAPI="2" - -KMNAME="kdeutils" -inherit kde4-meta - -DESCRIPTION="A tool to create interactive applets for the KDE desktop." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug python" - -DEPEND=" - kde-base/qimageblitz - python? ( dev-lang/python ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" ) - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with python PythonLibs)" - - kde4-meta_src_configure -} diff --git a/kde-base/superkaramba/superkaramba-4.2.2.ebuild b/kde-base/superkaramba/superkaramba-4.2.2.ebuild index 538037f9b026..c7822a3c5a7d 100644 --- a/kde-base/superkaramba/superkaramba-4.2.2.ebuild +++ b/kde-base/superkaramba/superkaramba-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/superkaramba/superkaramba-4.2.2.ebuild,v 1.1 2009/04/12 06:46:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.2.ebuild,v 1.2 2009/04/17 06:47:02 alexxy Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdeutils" inherit kde4-meta DESCRIPTION="A tool to create interactive applets for the KDE desktop." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug doc python" DEPEND=" |