summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/synce-libsynce/synce-libsynce-0.15.ebuild')
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.15.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.15.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.15.ebuild
deleted file mode 100644
index 94ca2a2dcd5e..000000000000
--- a/app-pda/synce-libsynce/synce-libsynce-0.15.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.15.ebuild,v 1.4 2010/11/04 19:54:59 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="SynCE - common library"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-SRC_URI="mirror://sourceforge/synce/libsynce-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus static-libs"
-
-RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/libsynce-${PV}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable static-libs static) \
- --enable-dccm-file-support \
- $(use_enable dbus odccm-support) \
- --disable-hal-support
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog README TODO
-
- find "${D}" -name '*.la' -exec rm -f '{}' +
-}