diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 07:55:51 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 07:55:51 +0000 |
commit | 16c74d6d296e8d89186faa0e29c4901eeaf38846 (patch) | |
tree | 525092b7f6dd3f621089bd1833793829d741d333 /kde-base/kpilot | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459. Wa... (diff) | |
download | gentoo-2-16c74d6d296e8d89186faa0e29c4901eeaf38846.tar.gz gentoo-2-16c74d6d296e8d89186faa0e29c4901eeaf38846.tar.bz2 gentoo-2-16c74d6d296e8d89186faa0e29c4901eeaf38846.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459. Warning: this ebuilds has broken deps
(Portage version: 2.2_rc30/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kpilot')
-rw-r--r-- | kde-base/kpilot/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-4.2.1.ebuild | 28 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 31 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog index bbdfc604d84e..9b0aa3b150a6 100644 --- a/kde-base/kpilot/ChangeLog +++ b/kde-base/kpilot/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kpilot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.79 2009/04/11 23:49:08 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.80 2009/04/17 07:55:51 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kpilot-4.2.1.ebuild, + kpilot-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kpilot-4.2.1.ebuild: + Drop KDE 4.2.1 *kpilot-4.2.2 (11 Apr 2009) diff --git a/kde-base/kpilot/kpilot-4.2.1.ebuild b/kde-base/kpilot/kpilot-4.2.1.ebuild deleted file mode 100644 index 843419a20e6f..000000000000 --- a/kde-base/kpilot/kpilot-4.2.1.ebuild +++ /dev/null @@ -1,28 +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/kpilot/kpilot-4.2.1.ebuild,v 1.2 2009/04/11 19:47:30 armin76 Exp $ - -EAPI="2" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KPilot is software for syncing PalmOS based handhelds." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="avantgo crypt debug" - -DEPEND=" - >=app-pda/pilot-link-0.12 - >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] - avantgo? ( >=dev-libs/libmal-0.40 ) - crypt? ( app-crypt/qca:2 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with avantgo Mal) - $(cmake-utils_use_with crypt QCA2)" - - kde4-meta_src_configure -} diff --git a/kde-base/kpilot/kpilot-4.2.2.ebuild b/kde-base/kpilot/kpilot-4.2.2.ebuild index 1b7a870a9935..2f7a0cc316a5 100644 --- a/kde-base/kpilot/kpilot-4.2.2.ebuild +++ b/kde-base/kpilot/kpilot-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/kpilot/kpilot-4.2.2.ebuild,v 1.1 2009/04/11 23:49:08 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.2.2.ebuild,v 1.2 2009/04/17 07:55:51 alexxy Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdepim" inherit kde4-meta DESCRIPTION="KPilot is software for syncing PalmOS based handhelds." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="avantgo crypt debug doc" DEPEND=" |