summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-12-19 00:16:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-12-19 00:16:34 +0000
commita7ed6533d14445470470c384787b57fdde7b6715 (patch)
treec64c7118404f5dfbe82e282a1f435ed7f6d1a9c9 /app-pda/synce/synce-0.13.ebuild
parentbump USE hal description (diff)
downloadhistorical-a7ed6533d14445470470c384787b57fdde7b6715.tar.gz
historical-a7ed6533d14445470470c384787b57fdde7b6715.tar.bz2
historical-a7ed6533d14445470470c384787b57fdde7b6715.zip
punt
Diffstat (limited to 'app-pda/synce/synce-0.13.ebuild')
-rw-r--r--app-pda/synce/synce-0.13.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-pda/synce/synce-0.13.ebuild b/app-pda/synce/synce-0.13.ebuild
deleted file mode 100644
index 5574c733efdf..000000000000
--- a/app-pda/synce/synce-0.13.ebuild
+++ /dev/null
@@ -1,37 +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/synce-0.13.ebuild,v 1.4 2009/05/31 15:01:44 mescalinum Exp $
-
-inherit versionator
-
-DESCRIPTION="Synchronize Windows CE devices with Linux."
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-SRC_URI=""
-
-synce_PV=$(get_version_component_range 1-2)
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="gnome hal kde serial"
-DEPEND=""
-RDEPEND="=app-pda/synce-sync-engine-${synce_PV}*
- hal? (
- =app-pda/synce-hal-${synce_PV}*
- )
- !hal? (
- !kde? (
- =app-pda/synce-odccm-${synce_PV}*
- )
- )
- kde? (
- =app-pda/synce-kpm-${synce_PV}*
- )
- gnome? (
- ~app-pda/synce-gvfs-0.2.1
- =app-pda/synce-trayicon-${synce_PV}*
- )"
-
-src_compile() {
- return
-}