summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-28 12:33:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-28 12:33:10 +0000
commit0851832bae21a744207c0b9becd2e57dbd253249 (patch)
treec2afdaa371321e8a1f5c872b90e5853584c8598e /app-pda/synce-libsynce
parentNew package: rox-media is a replacement for DevTray that uses udev/gdu instea... (diff)
downloadgentoo-2-0851832bae21a744207c0b9becd2e57dbd253249.tar.gz
gentoo-2-0851832bae21a744207c0b9becd2e57dbd253249.tar.bz2
gentoo-2-0851832bae21a744207c0b9becd2e57dbd253249.zip
revert whole commit, needs a lot more time i'm willing to put for it
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-libsynce')
-rw-r--r--app-pda/synce-libsynce/ChangeLog8
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.15.ebuild36
2 files changed, 1 insertions, 43 deletions
diff --git a/app-pda/synce-libsynce/ChangeLog b/app-pda/synce-libsynce/ChangeLog
index 75dc8a4ad515..d725a4e58822 100644
--- a/app-pda/synce-libsynce/ChangeLog
+++ b/app-pda/synce-libsynce/ChangeLog
@@ -1,12 +1,6 @@
# ChangeLog for app-pda/synce-libsynce
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.30 2010/07/28 09:44:42 ssuominen Exp $
-
-*synce-libsynce-0.15 (28 Jul 2010)
-
- 28 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
- +synce-libsynce-0.15.ebuild:
- Version bump.
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.31 2010/07/28 12:33:10 ssuominen Exp $
*synce-libsynce-0.14 (06 Aug 2009)
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 ae688ac44c50..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.2 2010/07/28 09:51:22 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=""
-IUSE="dbus static-libs"
-
-RDEPEND=">=dev-libs/check-0.9
- 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' -delete
-}