diff options
author | 2009-06-03 19:53:59 +0000 | |
---|---|---|
committer | 2009-06-03 19:53:59 +0000 | |
commit | 8ce1fcfab45b54c3f6efb6f0bb70612e8853650a (patch) | |
tree | 1f6199171f865934304b97a121b0fd067caccef7 /kde-base | |
parent | Drop KDE 4.2.2 (diff) | |
download | gentoo-2-8ce1fcfab45b54c3f6efb6f0bb70612e8853650a.tar.gz gentoo-2-8ce1fcfab45b54c3f6efb6f0bb70612e8853650a.tar.bz2 gentoo-2-8ce1fcfab45b54c3f6efb6f0bb70612e8853650a.zip |
Drop KDE 4.2.2
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kpilot/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-4.2.2.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog index e5cf73362c96..86863acf8f1e 100644 --- a/kde-base/kpilot/ChangeLog +++ b/kde-base/kpilot/ChangeLog @@ -1,6 +1,9 @@ # 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.83 2009/06/03 15:31:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.84 2009/06/03 19:53:59 alexxy Exp $ + + 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kpilot-4.2.2.ebuild: + Drop KDE 4.2.2 03 Jun 2009; Brent Baude <ranger@gentoo.org> kpilot-3.5.10.ebuild: Marking kpilot-3.5.10 ppc64 stable for bug 271889 diff --git a/kde-base/kpilot/kpilot-4.2.2.ebuild b/kde-base/kpilot/kpilot-4.2.2.ebuild deleted file mode 100644 index 2f7a0cc316a5..000000000000 --- a/kde-base/kpilot/kpilot-4.2.2.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.2.ebuild,v 1.2 2009/04/17 07:55:51 alexxy Exp $ - -EAPI="2" - -KMNAME="kdepim" -inherit kde4-meta - -DESCRIPTION="KPilot is software for syncing PalmOS based handhelds." -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="avantgo crypt debug doc" - -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 -} |