diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 12:57:12 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 12:57:12 +0000 |
commit | 94e82ff99e5e2a96b0fefee94447faa426081f35 (patch) | |
tree | 84f29091aeae46120548788dbedf0dd7cd5a1781 /app-pda | |
parent | removed old versions (diff) | |
download | gentoo-2-94e82ff99e5e2a96b0fefee94447faa426081f35.tar.gz gentoo-2-94e82ff99e5e2a96b0fefee94447faa426081f35.tar.bz2 gentoo-2-94e82ff99e5e2a96b0fefee94447faa426081f35.zip |
removed old versions
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-kpm/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-kpm/synce-kpm-0.12.ebuild | 34 |
2 files changed, 5 insertions, 35 deletions
diff --git a/app-pda/synce-kpm/ChangeLog b/app-pda/synce-kpm/ChangeLog index 0c07a6ea8797..171d6ca0fc9a 100644 --- a/app-pda/synce-kpm/ChangeLog +++ b/app-pda/synce-kpm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-kpm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.6 2009/07/17 07:11:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.7 2009/08/05 12:57:12 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-kpm-0.12.ebuild: + removed old versions 17 Jul 2009; Markos Chandras <hwoarang@gentoo.org> synce-kpm-0.12.ebuild, synce-kpm-0.13.ebuild: diff --git a/app-pda/synce-kpm/synce-kpm-0.12.ebuild b/app-pda/synce-kpm/synce-kpm-0.12.ebuild deleted file mode 100644 index 09285a0dc5d3..000000000000 --- a/app-pda/synce-kpm/synce-kpm-0.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/synce-kpm-0.12.ebuild,v 1.3 2009/07/17 07:11:30 hwoarang Exp $ - -EAPI="2" - -inherit distutils - -DESCRIPTION="The KDE (and Gnome) PDA Manager is an application to manage WM5/WM6 PDA devices from Linux." -HOMEPAGE="http://www.guidodiepen.nl/category/synce/" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -# note: some of these could possibly go... not really tested yet. -# note: could use odccm instead of synce-hal, but would require some tweaking. -DEPEND="dev-python/pygobject - dev-python/dbus-python - dev-libs/libxml2 - dev-libs/libxslt - dev-python/pyxml - dev-python/setuptools - >=app-pda/synce-hal-0.1 - ~app-pda/synce-librra-0.12 - ~app-pda/synce-librtfcomp-1.1 - dev-python/PyQt4[X]" - -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -pkg_postinst() { - elog "If you want SynCE-KPM to manage partnerships, please emerge synce-sync-engine" - elog "now. You can start synce-sync-engine before or after starting SynCE-KPM." -} |