summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/synce-hal/synce-hal-0.2.ebuild')
-rw-r--r--app-pda/synce-hal/synce-hal-0.2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-pda/synce-hal/synce-hal-0.2.ebuild b/app-pda/synce-hal/synce-hal-0.2.ebuild
deleted file mode 100644
index 1e999015eacd..000000000000
--- a/app-pda/synce-hal/synce-hal-0.2.ebuild
+++ /dev/null
@@ -1,33 +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-hal/synce-hal-0.2.ebuild,v 1.3 2008/11/16 15:57:55 mescalinum Exp $
-
-DESCRIPTION="SynCE - hal connection manager"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND="sys-apps/hal
- >=net-libs/gnet-2.0.0
- !app-pda/synce-dccm
- !app-pda/synce-vdccm
- !app-pda/synce-odccm
- ~app-pda/synce-libsynce-0.12
- ~app-pda/synce-librapi2-0.12
- ~app-pda/synce-librra-0.12"
-RDEPEND="${DEPEND}
- ~app-pda/synce-sync-engine-0.12
- net-misc/dhcp"
-
-SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- # fix collision with app-pda/synce-serial, bug 246675
- rm "${D}/usr/libexec/synce-serial-chat"
-
- dodoc AUTHORS README ChangeLog
-}