summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-02-12 20:53:16 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-02-12 20:53:16 +0000
commit8ccbc650d5c71f8626b1a248343f449667af0802 (patch)
treee7c5d4cddf534831af8c4b2e86ef243e45e6856d /app-pda/libopensync
parentRemove old version. (diff)
downloadgentoo-2-8ccbc650d5c71f8626b1a248343f449667af0802.tar.gz
gentoo-2-8ccbc650d5c71f8626b1a248343f449667af0802.tar.bz2
gentoo-2-8ccbc650d5c71f8626b1a248343f449667af0802.zip
Version bump.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-pda/libopensync')
-rw-r--r--app-pda/libopensync/ChangeLog11
-rw-r--r--app-pda/libopensync/files/digest-libopensync-0.193
-rw-r--r--app-pda/libopensync/files/digest-libopensync-0.213
-rw-r--r--app-pda/libopensync/libopensync-0.20.ebuild7
-rw-r--r--app-pda/libopensync/libopensync-0.21.ebuild (renamed from app-pda/libopensync/libopensync-0.19.ebuild)32
5 files changed, 28 insertions, 28 deletions
diff --git a/app-pda/libopensync/ChangeLog b/app-pda/libopensync/ChangeLog
index 8dac398bd34a..fcdd31f9fd26 100644
--- a/app-pda/libopensync/ChangeLog
+++ b/app-pda/libopensync/ChangeLog
@@ -1,6 +1,13 @@
# 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.4 2006/11/13 21:49:34 peper Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.5 2007/02/12 20:53:16 peper Exp $
+
+*libopensync-0.21 (12 Feb 2007)
+
+ 12 Feb 2007; Piotr Jaroszyński <peper@gentoo.org>
+ -libopensync-0.19.ebuild, libopensync-0.20.ebuild,
+ +libopensync-0.21.ebuild:
+ Version bump.
13 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
libopensync-0.20.ebuild:
diff --git a/app-pda/libopensync/files/digest-libopensync-0.19 b/app-pda/libopensync/files/digest-libopensync-0.19
deleted file mode 100644
index be0dacad8423..000000000000
--- a/app-pda/libopensync/files/digest-libopensync-0.19
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9475641b4670cb70d46ee2ac4c146009 libopensync-0.19.tar.gz 658245
-RMD160 f848ce21be760ec8931901cf920b3f73be600807 libopensync-0.19.tar.gz 658245
-SHA256 cb6721fd739512d400663ea58a29ddde38c9886f69199e5516903deec0594f42 libopensync-0.19.tar.gz 658245
diff --git a/app-pda/libopensync/files/digest-libopensync-0.21 b/app-pda/libopensync/files/digest-libopensync-0.21
new file mode 100644
index 000000000000..19baa433817a
--- /dev/null
+++ b/app-pda/libopensync/files/digest-libopensync-0.21
@@ -0,0 +1,3 @@
+MD5 6fe6ec13a2716b3ae2cf7100c0f23d46 libopensync-0.21.tar.bz2 526365
+RMD160 7294e0296a9f05e791fe119732eef7a9e54cee66 libopensync-0.21.tar.bz2 526365
+SHA256 1adf93d58ee31b788e7be5327de65503d13d6517b314dc9ea1fa54305e6dd895 libopensync-0.21.tar.bz2 526365
diff --git a/app-pda/libopensync/libopensync-0.20.ebuild b/app-pda/libopensync/libopensync-0.20.ebuild
index 192ac4877637..02ee8055080d 100644
--- a/app-pda/libopensync/libopensync-0.20.ebuild
+++ b/app-pda/libopensync/libopensync-0.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.3 2006/11/13 21:49:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.20.ebuild,v 1.4 2007/02/12 20:53:16 peper Exp $
DESCRIPTION="OpenSync synchronisation framework library"
HOMEPAGE="http://www.opensync.org/"
@@ -16,6 +16,7 @@ IUSE="debug doc python"
RDEPEND=">=dev-db/sqlite-3
>=dev-libs/glib-2
+ dev-libs/libxml2
python? ( >=dev-lang/python-2.2
>=dev-lang/swig-1.3.17 )
debug? ( >=dev-libs/check-0.9.2 ) "
@@ -27,6 +28,7 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_compile() {
+ #$(use_enable test unit-tests) \
econf \
--enable-engine \
--enable-tools \
@@ -34,7 +36,6 @@ src_compile() {
$(use_enable debug) \
$(use_enable debug tracing) \
|| die "econf failed"
- #$(use_enable test unit-tests)
emake || die "emake failed"
diff --git a/app-pda/libopensync/libopensync-0.19.ebuild b/app-pda/libopensync/libopensync-0.21.ebuild
index 2ac1e78e6d24..4e3ac4fe6fd4 100644
--- a/app-pda/libopensync/libopensync-0.19.ebuild
+++ b/app-pda/libopensync/libopensync-0.21.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.19.ebuild,v 1.4 2006/10/23 19:16:34 peper Exp $
-
-inherit multilib
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.21.ebuild,v 1.1 2007/02/12 20:53:16 peper Exp $
DESCRIPTION="OpenSync synchronisation framework library"
HOMEPAGE="http://www.opensync.org/"
-SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.bz2"
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
+ dev-libs/libxml2
python? ( >=dev-lang/python-2.2
>=dev-lang/swig-1.3.17 )
debug? ( >=dev-libs/check-0.9.2 ) "
@@ -24,33 +24,25 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9.0
doc? ( app-doc/doxygen )"
-# Tests are broken in 0.19
+# Some of the tests are still broken in 0.21
RESTRICT="test"
src_compile() {
- # Tests are broken in 0.19
- # hasq test ${FEATURES} && CONF_TEST="--enable-unit-tests" || \
- CONF_TEST="--disable-unit-tests"
- econf ${CONF_TEST} \
+ #$(use_enable test unit-tests) \
+ econf \
--enable-engine \
--enable-tools \
$(use_enable python) \
$(use_enable debug) \
- $(use_enable debug tracing)
+ $(use_enable debug tracing) \
+ || die "econf failed"
emake || die "emake failed"
- # Create API docs if needed and possible
- if use doc; then
- doxygen Doxyfile
- fi
+ use doc && doxygen Doxyfile
}
src_install() {
- make DESTDIR="${D}" install || die
-
- # Intall pkgconfig files
- insinto /usr/"$(get_libdir)"/pkgconfig
- doins *-1.0.pc
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
use doc && dohtml docs/html/*