summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-03-28 20:14:35 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-03-28 20:14:35 +0000
commitd4c73ac17b67e144cd039b101c08cb9e23942cb4 (patch)
tree5fee318fc401e28f12dc75f01ac32c8af860fb1f /app-pda/libopensync/libopensync-0.20.ebuild
parentVersion bump. (diff)
downloadgentoo-2-d4c73ac17b67e144cd039b101c08cb9e23942cb4.tar.gz
gentoo-2-d4c73ac17b67e144cd039b101c08cb9e23942cb4.tar.bz2
gentoo-2-d4c73ac17b67e144cd039b101c08cb9e23942cb4.zip
Version bump.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-pda/libopensync/libopensync-0.20.ebuild')
-rw-r--r--app-pda/libopensync/libopensync-0.20.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/app-pda/libopensync/libopensync-0.20.ebuild b/app-pda/libopensync/libopensync-0.20.ebuild
deleted file mode 100644
index 02ee8055080d..000000000000
--- a/app-pda/libopensync/libopensync-0.20.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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.4 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"
-
-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 ) "
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0
- doc? ( app-doc/doxygen )"
-
-# Tests are still broken in 0.20
-RESTRICT="test"
-
-src_compile() {
- #$(use_enable test unit-tests) \
- econf \
- --enable-engine \
- --enable-tools \
- $(use_enable python) \
- $(use_enable debug) \
- $(use_enable debug tracing) \
- || die "econf failed"
-
- emake || die "emake failed"
-
- use doc && doxygen Doxyfile
-}
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS ChangeLog NEWS README TODO
- use doc && dohtml docs/html/*
-}