# ChangeLog for app-pda/libopensync-plugin-evolution2
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/ChangeLog,v 1.1 2006/10/23 20:34:02 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/ChangeLog,v 1.2 2006/11/10 18:42:23 peper Exp $
+
+*libopensync-plugin-evolution2-0.20 (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ libopensync-plugin-evolution2-0.19.ebuild,
+ +libopensync-plugin-evolution2-0.20.ebuild:
+ Version bump.
*libopensync-plugin-evolution2-0.19 (23 Oct 2006)
--- /dev/null
+MD5 a63a18b090f43fd3101955aa25c28883 libopensync-plugin-evolution2-0.20.tar.gz 325463
+RMD160 f4957a675fc8c92082463ba67ee8e22c38743eee libopensync-plugin-evolution2-0.20.tar.gz 325463
+SHA256 32cfdd1b5ae0cb20a86f3b4e9ee5f9edf734607fbbbafdb0b06e97088e0ef202 libopensync-plugin-evolution2-0.20.tar.gz 325463
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/libopensync-plugin-evolution2-0.19.ebuild,v 1.1 2006/10/23 20:34:02 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/libopensync-plugin-evolution2-0.19.ebuild,v 1.2 2006/11/10 18:42:23 peper Exp $
DESCRIPTION="OpenSync Evolution 2 Plugin"
HOMEPAGE="http://www.opensync.org/"
LICENSE="LGPL-2.1"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19
+DEPEND="=app-pda/libopensync-${PV}*
gnome-extra/evolution-data-server"
-
RDEPEND="${DEPEND}"
+# interactive and broken
+RESTRICT="test"
+
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/libopensync-plugin-evolution2-0.20.ebuild,v 1.1 2006/11/10 18:42:23 peper Exp $
+
+DESCRIPTION="OpenSync Evolution 2 Plugin"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*
+ gnome-extra/evolution-data-server"
+RDEPEND="${DEPEND}"
+
+# interactive and broken
+RESTRICT="test"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync-plugin-file
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-file/ChangeLog,v 1.1 2006/10/23 18:15:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-file/ChangeLog,v 1.2 2006/11/10 18:43:41 peper Exp $
+
+*libopensync-plugin-file-0.20 (09 Nov 2006)
+
+ 09 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ +libopensync-plugin-file-0.20.ebuild:
+ Version bump.
*libopensync-plugin-file-0.19 (23 Oct 2006)
--- /dev/null
+MD5 2caceac1a0fa3318e3091011b94a4930 libopensync-plugin-file-0.20.tar.gz 323465
+RMD160 e0f87bfef122e8877008ee56ba575e016a830418 libopensync-plugin-file-0.20.tar.gz 323465
+SHA256 47a107049065e9fb0fbd3464d9376a7651f019276ff3c346ef30e39a62c393aa libopensync-plugin-file-0.20.tar.gz 323465
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-file/libopensync-plugin-file-0.19.ebuild,v 1.2 2006/10/23 19:24:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-file/libopensync-plugin-file-0.19.ebuild,v 1.3 2006/11/10 18:43:41 peper Exp $
DESCRIPTION="OpenSync File Plugin"
HOMEPAGE="http://www.opensync.org/"
LICENSE="LGPL-2.1"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19"
+DEPEND="=app-pda/libopensync-${PV}*"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-file/libopensync-plugin-file-0.20.ebuild,v 1.1 2006/11/10 18:43:41 peper Exp $
+
+DESCRIPTION="OpenSync File Plugin"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync-plugin-google-calendar
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-google-calendar/ChangeLog,v 1.1 2006/10/23 20:21:28 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-google-calendar/ChangeLog,v 1.2 2006/11/10 18:46:16 peper Exp $
+
+*libopensync-plugin-google-calendar-0.20a (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ libopensync-plugin-google-calendar-0.19.ebuild,
+ +libopensync-plugin-google-calendar-0.20a.ebuild:
+ Version bump.
*libopensync-plugin-google-calendar-0.19 (23 Oct 2006)
--- /dev/null
+MD5 972f242b5d0dff186ee187377fc94882 libopensync-plugin-google-calendar-0.20a.tar.gz 318519
+RMD160 7cd1f0132751e64872ffb8f0f48305cb8be489ac libopensync-plugin-google-calendar-0.20a.tar.gz 318519
+SHA256 1f10abb4acac65138c0191615aaeb3b07fc57802da2bd5d14a5e77c63241bb63 libopensync-plugin-google-calendar-0.20a.tar.gz 318519
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar-0.19.ebuild,v 1.1 2006/10/23 20:21:28 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar-0.19.ebuild,v 1.2 2006/11/10 18:46:16 peper Exp $
DESCRIPTION="OpenSync Google Calendar Plugin"
HOMEPAGE="http://www.opensync.org/"
LICENSE="GPL-2"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19
+DEPEND="=app-pda/libopensync-${PV}*
dev-python/httplib2"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar-0.20a.ebuild,v 1.1 2006/11/10 18:46:16 peper Exp $
+
+DESCRIPTION="OpenSync Google Calendar Plugin"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-0.20*
+ dev-python/httplib2"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync-plugin-irmc
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/ChangeLog,v 1.1 2006/10/23 19:29:03 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/ChangeLog,v 1.2 2006/11/10 18:47:39 peper Exp $
+
+*libopensync-plugin-irmc-0.20 (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ libopensync-plugin-irmc-0.19.ebuild, +libopensync-plugin-irmc-0.20.ebuild:
+ Version bump.
*libopensync-plugin-irmc-0.19 (23 Oct 2006)
--- /dev/null
+MD5 353f1f3d276b73dfb8abd09a7348e76f libopensync-plugin-irmc-0.20.tar.gz 352459
+RMD160 f37735521399c364529d34f41802a9837faf39df libopensync-plugin-irmc-0.20.tar.gz 352459
+SHA256 ac6f7e325cbc7b279ec680125575368e99d0703b79cb030ce5bb34c75b1a18a5 libopensync-plugin-irmc-0.20.tar.gz 352459
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.19.ebuild,v 1.2 2006/10/24 23:05:06 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.19.ebuild,v 1.3 2006/11/10 18:47:39 peper Exp $
DESCRIPTION="OpenSync IrMC plugin"
HOMEPAGE="http://www.opensync.org/"
LICENSE="GPL-2"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19
+DEPEND="=app-pda/libopensync-${PV}*
>=dev-libs/openobex-1.0
net-wireless/bluez-libs"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.20.ebuild,v 1.1 2006/11/10 18:47:39 peper Exp $
+
+DESCRIPTION="OpenSync IrMC plugin"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*
+ >=dev-libs/openobex-1.0
+ net-wireless/bluez-libs"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync-plugin-kdepim
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-kdepim/ChangeLog,v 1.1 2006/10/23 19:35:02 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-kdepim/ChangeLog,v 1.2 2006/11/10 18:48:23 peper Exp $
+
+*libopensync-plugin-kdepim-0.20 (09 Nov 2006)
+
+ 09 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ +libopensync-plugin-kdepim-0.20.ebuild:
+ Version bump.
*libopensync-plugin-kdepim-0.19 (23 Oct 2006)
--- /dev/null
+MD5 f283c70ecf75c2833ddd6aeac092e9e0 libopensync-plugin-kdepim-0.20.tar.gz 407285
+RMD160 e40874b8307478b8b227de7591164d1c3b61576a libopensync-plugin-kdepim-0.20.tar.gz 407285
+SHA256 dffe685364c64ceb52e5d226526572132b9f0e95634380a098b7d3a031fa44a1 libopensync-plugin-kdepim-0.20.tar.gz 407285
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-kdepim/libopensync-plugin-kdepim-0.19.ebuild,v 1.1 2006/10/23 19:35:02 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-kdepim/libopensync-plugin-kdepim-0.19.ebuild,v 1.2 2006/11/10 18:48:23 peper Exp $
inherit qt3
LICENSE="GPL-2"
IUSE="arts"
-DEPEND=">=app-pda/libopensync-0.19
+DEPEND="=app-pda/libopensync-${PV}*
kde-base/libkcal"
RDEPEND="${DEPEND}"
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-kdepim/libopensync-plugin-kdepim-0.20.ebuild,v 1.1 2006/11/10 18:48:23 peper Exp $
+
+inherit qt3
+
+DESCRIPTION="OpenSync Kdepim Plugin"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="arts"
+
+DEPEND="=app-pda/libopensync-${PV}*
+ kde-base/libkcal"
+RDEPEND="${DEPEND}"
+
+# interactive and broken
+RESTRICT="test"
+
+src_compile() {
+ econf $(use_with arts)
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync-plugin-palm
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-palm/ChangeLog,v 1.1 2006/10/25 16:21:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-palm/ChangeLog,v 1.2 2006/11/10 18:49:16 peper Exp $
+
+*libopensync-plugin-palm-0.20 (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ +files/libopensync-plugin-palm-0.20-include_pisock.patch,
+ libopensync-plugin-palm-0.19.ebuild, +libopensync-plugin-palm-0.20.ebuild:
+ Version bump.
*libopensync-plugin-palm-0.19 (25 Oct 2006)
--- /dev/null
+MD5 45f5f0ac1fdfbc80ea9344597c117445 libopensync-plugin-palm-0.20.tar.gz 340365
+RMD160 8f642c6b40f02f90372e37043876c8f12d09eedd libopensync-plugin-palm-0.20.tar.gz 340365
+SHA256 28beae2aa11946a04bf7d7682bc1f1c2a54d71ab4051a281dbc90f7dc2b1a3aa libopensync-plugin-palm-0.20.tar.gz 340365
--- /dev/null
+--- acinclude.m4.org 2006-10-25 17:52:48.000000000 +0200
++++ acinclude.m4 2006-10-25 17:53:15.000000000 +0200
+@@ -16,7 +16,7 @@
+ PILOT_CFLAGS="-I$with_pilot_link/include"
+ PILOT_LIBS="-L$with_pilot_link/lib -Wl,-R$with_pilot_link/lib -lpisock"
+ else
+- PILOT_CFLAGS=""
++ PILOT_CFLAGS="-I/usr/include/libpisock"
+ PILOT_LIBS="-lpisock"
+ fi
+
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-palm/libopensync-plugin-palm-0.19.ebuild,v 1.1 2006/10/25 16:21:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-palm/libopensync-plugin-palm-0.19.ebuild,v 1.2 2006/11/10 18:49:16 peper Exp $
inherit autotools
LICENSE="LGPL-2.1"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19
+DEPEND="=app-pda/libopensync-${PV}*
>=app-pda/pilot-link-0.11.8
dev-libs/libxml2"
-
RDEPEND="${DEPEND}"
src_unpack() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-palm/libopensync-plugin-palm-0.20.ebuild,v 1.1 2006/11/10 18:49:16 peper Exp $
+
+inherit autotools
+
+DESCRIPTION="OpenSync Palm Plugin"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*
+ >=app-pda/pilot-link-0.11.8
+ dev-libs/libxml2"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # Patch fixing includedir for pisock
+ epatch "${FILESDIR}/${P}-include_pisock.patch"
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync-plugin-python
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-python/ChangeLog,v 1.1 2006/10/23 19:42:18 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-python/ChangeLog,v 1.2 2006/11/10 18:50:14 peper Exp $
+
+*libopensync-plugin-python-0.20 (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ libopensync-plugin-python-0.19.ebuild,
+ +libopensync-plugin-python-0.20.ebuild:
+ Version bump.
*libopensync-plugin-python-0.19 (23 Oct 2006)
--- /dev/null
+MD5 8bcd0d9f3eeb951c99d711ce6f6900c4 libopensync-plugin-python-0.20.tar.gz 317880
+RMD160 739f3fd8f66420235ce8e850cdc970c8c1ad59d3 libopensync-plugin-python-0.20.tar.gz 317880
+SHA256 2f7e87c32ebc5ef681ba60a8f1661c8dafaa638bd2f28e974940ea893f0e966c libopensync-plugin-python-0.20.tar.gz 317880
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-python/libopensync-plugin-python-0.19.ebuild,v 1.1 2006/10/23 19:42:18 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-python/libopensync-plugin-python-0.19.ebuild,v 1.2 2006/11/10 18:50:14 peper Exp $
DESCRIPTION="OpenSync Python Module"
HOMEPAGE="http://www.opensync.org/"
LICENSE="LGPL-2.1"
IUSE=""
-DEPEND=">=dev-lang/python-2.0
- >=app-pda/libopensync-0.19"
-
+DEPEND="=app-pda/libopensync-${PV}*
+ >=dev-lang/python-2.0"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-python/libopensync-plugin-python-0.20.ebuild,v 1.1 2006/11/10 18:50:14 peper Exp $
+
+DESCRIPTION="OpenSync Python Module"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*
+ >=dev-lang/python-2.0"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync-plugin-synce
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-synce/ChangeLog,v 1.1 2006/10/23 19:46:38 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-synce/ChangeLog,v 1.2 2006/11/10 18:57:04 peper Exp $
+
+*libopensync-plugin-synce-0.20 (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ libopensync-plugin-synce-0.19.ebuild,
+ +libopensync-plugin-synce-0.20.ebuild:
+ Version bump.
*libopensync-plugin-synce-0.19 (23 Oct 2006)
--- /dev/null
+MD5 e3c8cfa9651161e623a0dbe51b484cd2 libopensync-plugin-synce-0.20.tar.gz 335697
+RMD160 846f3cb0475e82ad49203ff9fd7f8b0d91dfa844 libopensync-plugin-synce-0.20.tar.gz 335697
+SHA256 b05de10cb42e256b13dd9cd246303e48e40af22fa463bdd4060f58385eaab1fa libopensync-plugin-synce-0.20.tar.gz 335697
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-synce/libopensync-plugin-synce-0.19.ebuild,v 1.1 2006/10/23 19:46:38 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-synce/libopensync-plugin-synce-0.19.ebuild,v 1.2 2006/11/10 18:57:04 peper Exp $
DESCRIPTION="OpenSync Synce Plugin"
HOMEPAGE="http://www.opensync.org/"
LICENSE="LGPL-2.1"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19
+DEPEND="=app-pda/libopensync-${PV}*
app-pda/synce-rra
dev-libs/libmimedir"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog COPYING NEWS README
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-synce/libopensync-plugin-synce-0.20.ebuild,v 1.1 2006/11/10 18:57:04 peper Exp $
+
+DESCRIPTION="OpenSync Synce Plugin"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*
+ app-pda/synce-rra
+ dev-libs/libmimedir"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog COPYING NEWS README
+}
# ChangeLog for app-pda/libopensync
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.1 2006/10/23 14:15:49 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.2 2006/11/10 18:38:53 peper Exp $
+
+*libopensync-0.20 (09 Nov 2006)
+
+ 09 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
+ +libopensync-0.20.ebuild:
+ Version bump.
*libopensync-0.19 (23 Oct 2006)
--- /dev/null
+MD5 c685e69929333a763c51987b4a19d50d libopensync-0.20.tar.gz 681064
+RMD160 3cfaf0a456cd78240a4abb04e0c4c0c7ea35f878 libopensync-0.20.tar.gz 681064
+SHA256 5da9e72de291e7654fb59bf40b647633f3afb3cde924bd11b80d6ed26c911feb libopensync-0.20.tar.gz 681064
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.20.ebuild,v 1.1 2006/11/10 18:38:53 peper Exp $
+
+inherit multilib
+
+DESCRIPTION="OpenSync synchronisation framework library"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE="debug doc python"
+#test
+#profiling" - needs tau - http://www.cs.uoregon.edu/research/tau/
+
+
+RDEPEND=">=dev-db/sqlite-3
+ >=dev-libs/glib-2
+ python? ( >=dev-lang/python-2.2
+ >=dev-lang/swig-1.3.17 )
+ debug? ( >=dev-libs/check-0.9.2 ) "
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9.0
+ doc? ( app-doc/doxygen )"
+
+# Tests are still broken in 0.20
+RESTRICT="test"
+
+src_compile() {
+ econf \
+ --enable-engine \
+ --enable-tools \
+ $(use_enable python) \
+ # Tests are broken in 0.20
+ #$(use_enable test unit-tests)
+ $(use_enable debug) \
+ $(use_enable debug tracing)
+
+ emake || die "emake failed"
+
+ # Create API docs if needed and possible
+ if use doc; then
+ doxygen Doxyfile
+ fi
+}
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ # Intall pkgconfig files
+ insinto /usr/$(get_libdir)/pkgconfig
+ doins *-1.0.pc
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
+ use doc && dohtml docs/html/*
+}
# ChangeLog for app-pda/msynctool
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/ChangeLog,v 1.1 2006/10/23 20:27:14 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/ChangeLog,v 1.2 2006/11/10 18:54:39 peper Exp $
+
+*msynctool-0.20 (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> msynctool-0.19.ebuild,
+ +msynctool-0.20.ebuild:
+ Version bump.
*msynctool-0.19 (23 Oct 2006)
--- /dev/null
+MD5 12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz 323802
+RMD160 3793528413333f82462fe4f34b43bd67ee2c58b5 msynctool-0.20.tar.gz 323802
+SHA256 9392684349e0dfa5ed0d35d420d1abc8d6bb31c13c6adebf62797748abc12d8e msynctool-0.20.tar.gz 323802
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.19.ebuild,v 1.1 2006/10/23 20:27:14 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.19.ebuild,v 1.2 2006/11/10 18:54:39 peper Exp $
DESCRIPTION="OpenSync msync tool"
HOMEPAGE="http://www.opensync.org/"
LICENSE="GPL-2"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19"
+DEPEND="=app-pda/libopensync-${PV}*"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.20.ebuild,v 1.1 2006/11/10 18:54:39 peper Exp $
+
+DESCRIPTION="OpenSync msync tool"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}