summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-09 19:32:08 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-09 19:32:08 +0000
commitc85496c4c1beaccbbd230a3a9e286676f625ca63 (patch)
treec5c0d4f8fd50590047c3c314c717676c5a551b33 /app-pda/synce-kpm
parentEAPI=2; add use-based dep for media-libs/alsa-lib (diff)
downloadgentoo-2-c85496c4c1beaccbbd230a3a9e286676f625ca63.tar.gz
gentoo-2-c85496c4c1beaccbbd230a3a9e286676f625ca63.tar.bz2
gentoo-2-c85496c4c1beaccbbd230a3a9e286676f625ca63.zip
Remove old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-pda/synce-kpm')
-rw-r--r--app-pda/synce-kpm/ChangeLog7
-rw-r--r--app-pda/synce-kpm/synce-kpm-0.11.1.ebuild32
2 files changed, 5 insertions, 34 deletions
diff --git a/app-pda/synce-kpm/ChangeLog b/app-pda/synce-kpm/ChangeLog
index 5ba69083ed2e..c528a2917ca2 100644
--- a/app-pda/synce-kpm/ChangeLog
+++ b/app-pda/synce-kpm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/synce-kpm
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.1 2008/11/13 00:09:45 mescalinum Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.2 2009/01/09 19:32:08 patrick Exp $
+
+ 09 Jan 2009; Patrick Lauer <patrick@gentoo.org> -synce-kpm-0.11.1.ebuild:
+ Removing old
*synce-kpm-0.12 (13 Nov 2008)
*synce-kpm-0.11.1 (13 Nov 2008)
diff --git a/app-pda/synce-kpm/synce-kpm-0.11.1.ebuild b/app-pda/synce-kpm/synce-kpm-0.11.1.ebuild
deleted file mode 100644
index a1fa71c0347d..000000000000
--- a/app-pda/synce-kpm/synce-kpm-0.11.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 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.11.1.ebuild,v 1.2 2008/11/13 17:01:37 mescalinum Exp $
-
-inherit distutils
-
-DESCRIPTION="SynCE-KPM - The KDE (and Gnome) PDA Manager is an application to manage WM5/WM6 PDA devices from Linux."
-HOMEPAGE="http://www.guidodiepen.nl/category/synce-kpm/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-# note: some of these could possibly go... not really tested yet.
-DEPEND="dev-python/pygobject
- dev-python/dbus-python
- dev-libs/libxml2
- dev-libs/libxslt
- dev-python/pyxml
- dev-python/setuptools
- ~app-pda/synce-odccm-0.11.1
- ~app-pda/synce-librra-0.11.1
- ~app-pda/synce-librtfcomp-1.1
- ~app-pda/synce-pywbxml-0.1
- <dev-python/PyQt4-4.4"
-
-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."
-}