diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:21:05 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:21:05 +0000 |
commit | 70eea4b5d9c1ac3d05ec7325c7a25c84793f6569 (patch) | |
tree | 1c120e17bcbe012857fdd77ba102b923a8828f61 /kde-base/libkcompactdisc | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-70eea4b5d9c1ac3d05ec7325c7a25c84793f6569.tar.gz gentoo-2-70eea4b5d9c1ac3d05ec7325c7a25c84793f6569.tar.bz2 gentoo-2-70eea4b5d9c1ac3d05ec7325c7a25c84793f6569.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/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild | 18 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.2.2.ebuild | 4 |
3 files changed, 11 insertions, 21 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index c5632144743d..ee32311c9749 100644 --- a/kde-base/libkcompactdisc/ChangeLog +++ b/kde-base/libkcompactdisc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for kde-base/libkcompactdisc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.22 2009/04/12 06:24:22 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.23 2009/04/17 06:21:05 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + -libkcompactdisc-4.2.1.ebuild, libkcompactdisc-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + -libkcompactdisc-4.2.1.ebuild: + Drop KDE 4.2.1 *libkcompactdisc-4.2.2 (11 Apr 2009) diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.2.1.ebuild deleted file mode 100644 index 4a3c573d0008..000000000000 --- a/kde-base/libkcompactdisc/libkcompactdisc-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/libkcompactdisc/libkcompactdisc-4.2.1.ebuild,v 1.2 2009/04/11 16:06:54 armin76 Exp $ - -EAPI="2" - -KMNAME="kdemultimedia" -inherit kde4-meta - -DESCRIPTION="KDE library for playing & ripping CDs" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="alsa debug" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with alsa Alsa)" - kde4-meta_src_configure -} diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.2.2.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.2.2.ebuild index bf1a6dbae9c7..e9d7272bc6ea 100644 --- a/kde-base/libkcompactdisc/libkcompactdisc-4.2.2.ebuild +++ b/kde-base/libkcompactdisc/libkcompactdisc-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/libkcompactdisc/libkcompactdisc-4.2.2.ebuild,v 1.1 2009/04/12 06:24:22 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.2.2.ebuild,v 1.2 2009/04/17 06:21:05 alexxy Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdemultimedia" inherit kde4-meta DESCRIPTION="KDE library for playing & ripping CDs" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="alsa debug" src_configure() { |