delete old package
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2160 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
c6d9c58995
commit
cea85aca22
@ -1,6 +1,8 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Copyright 1999-2009 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.36.ebuild,v 1.1 2008/01/27 17:42:03 peper Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/libopensync-plugin-evolution2-0.39.ebuild,v 1.2 2009/11/16 00:16:43 mr_bones_ Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
@ -13,6 +15,10 @@ SLOT="0"
|
||||
LICENSE="LGPL-2.1"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=app-pda/libopensync-${PV}
|
||||
RDEPEND=">=app-pda/libopensync-${PV}
|
||||
dev-libs/glib:2
|
||||
gnome-extra/evolution-data-server"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# interactive and broken
|
||||
RESTRICT="test"
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Copyright 1999-2009 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.36.ebuild,v 1.1 2008/01/27 17:47:38 peper Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-irmc/libopensync-plugin-irmc-0.36.ebuild,v 1.4 2009/09/19 16:26:56 betelgeuse Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils cmake-utils
|
||||
|
||||
@ -11,11 +13,11 @@ SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
IUSE="bluetooth irda"
|
||||
IUSE="+bluetooth irda"
|
||||
|
||||
DEPEND=">=app-pda/libopensync-${PV}
|
||||
>=dev-libs/openobex-1.0
|
||||
bluetooth? ( net-wireless/bluez-libs )"
|
||||
>=dev-libs/openobex-1.0[bluetooth?,irda?]
|
||||
bluetooth? ( || ( net-wireless/bluez net-wireless/bluez-libs ) )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@ -23,30 +25,14 @@ pkg_setup() {
|
||||
if ! use irda && ! use bluetooth; then
|
||||
eerror "${CATEGORY}/${P} without support for bluetooth nor irda is unusable."
|
||||
eerror "Please enable \"bluetooth\" or/and \"irda\" USE flags."
|
||||
die "Please enable \"bluetoot\" or/and \"irda\" USE flags."
|
||||
fi
|
||||
|
||||
if use bluetooth && ! built_with_use dev-libs/openobex bluetooth; then
|
||||
eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\""
|
||||
eerror "USE flag, but dev-libs/openobex was built without"
|
||||
eerror "the \"bluetooth\" USE flag."
|
||||
eerror "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag."
|
||||
die "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag."
|
||||
fi
|
||||
|
||||
if use irda && ! built_with_use dev-libs/openobex irda; then
|
||||
eerror "You are trying to build ${CATEGORY}/${P} with the \"irda\""
|
||||
eerror "USE flag, but dev-libs/openobex was built without"
|
||||
eerror "the \"irda\" USE flag."
|
||||
eerror "Please rebuild dev-libs/openobex with \"irda\" USE flag."
|
||||
die "Please rebuild dev-libs/openobex with \"irda\" USE flag."
|
||||
die "Please enable \"bluetooth\" or/and \"irda\" USE flags."
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
src_configure() {
|
||||
local mycmakeargs="
|
||||
$(cmake-utils_use_enable bluetooth BLUETOOTH)
|
||||
$(cmake-utils_use_enable irda IRDA)"
|
||||
|
||||
cmake-utils_src_compile
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
@ -1,63 +0,0 @@
|
||||
# ChangeLog for app-pda/libopensync-plugin-kdepim
|
||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-kdepim/ChangeLog,v 1.10 2008/07/13 07:07:12 josejx Exp $
|
||||
|
||||
13 Jul 2008; Joseph Jezak <josejx@gentoo.org>
|
||||
libopensync-plugin-kdepim-0.36.ebuild:
|
||||
Marked ~ppc for bug #197238.
|
||||
|
||||
*libopensync-plugin-kdepim-0.36 (27 Jan 2008)
|
||||
|
||||
27 Jan 2008; Piotr Jaroszyński <peper@gentoo.org>
|
||||
+libopensync-plugin-kdepim-0.36.ebuild:
|
||||
Add 0.36.
|
||||
|
||||
*libopensync-plugin-kdepim-0.35 (21 Dec 2007)
|
||||
|
||||
21 Dec 2007; Piotr Jaroszyński <peper@gentoo.org>
|
||||
+libopensync-plugin-kdepim-0.35.ebuild:
|
||||
Add 0.35.
|
||||
|
||||
*libopensync-plugin-kdepim-9999 (26 Nov 2007)
|
||||
|
||||
26 Nov 2007; Piotr Jaroszyński <peper@gentoo.org>
|
||||
+libopensync-plugin-kdepim-9999.ebuild:
|
||||
Add live svn ebuild.
|
||||
|
||||
*libopensync-plugin-kdepim-0.22 (28 Mar 2007)
|
||||
|
||||
28 Mar 2007; Piotr Jaroszyński <peper@gentoo.org>
|
||||
-libopensync-plugin-kdepim-0.20.ebuild,
|
||||
+libopensync-plugin-kdepim-0.22.ebuild:
|
||||
Version bump.
|
||||
|
||||
14 Feb 2007; Piotr Jaroszyński <peper@gentoo.org>
|
||||
libopensync-plugin-kdepim-0.20.ebuild,
|
||||
libopensync-plugin-kdepim-0.21.ebuild:
|
||||
Remove arts.
|
||||
|
||||
*libopensync-plugin-kdepim-0.21 (12 Feb 2007)
|
||||
|
||||
12 Feb 2007; Piotr Jaroszyński <peper@gentoo.org>
|
||||
-libopensync-plugin-kdepim-0.19.ebuild,
|
||||
libopensync-plugin-kdepim-0.20.ebuild,
|
||||
+libopensync-plugin-kdepim-0.21.ebuild:
|
||||
Version bump.
|
||||
|
||||
27 Nov 2006; Piotr Jaroszyński <peper@gentoo.org>
|
||||
libopensync-plugin-kdepim-0.19.ebuild,
|
||||
libopensync-plugin-kdepim-0.20.ebuild:
|
||||
Fix dep: respect monolith kde. Bug #155360.
|
||||
|
||||
*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)
|
||||
|
||||
23 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> +metadata.xml,
|
||||
+libopensync-plugin-kdepim-0.19.ebuild:
|
||||
New package.
|
||||
|
@ -1,4 +0,0 @@
|
||||
DIST libopensync-plugin-kdepim-0.36.tar.bz2 38994 RMD160 6a3e1c014ccb5d015d5e003640c0c9e020f2f22c SHA1 54d83ab203cb850fca89937b258ad8b34b69ab29 SHA256 b0e1cc02094423bafdbb3cdfcc3aa29289ebf0b65516f4a5f022990614bd908b
|
||||
EBUILD libopensync-plugin-kdepim-0.36.ebuild 629 RMD160 17325109ef01d763e9713cfff8ffa142f8128cae SHA1 13a85cf879ee64e0f247c7225119ae12e19df787 SHA256 965539b29d21910e70d1d1cda26f79c1c406e0b8d69b0b01a62a29b8a75382a4
|
||||
MISC ChangeLog 1945 RMD160 afedd604ba9e40d9601466744b98c1afa820fe82 SHA1 97517b0c8c2b493a6e1796a8ae836aa0ae30ba97 SHA256 7a1fae1bd8094f331b720d753dfb7cd6d69b56eeb61efadeb28ecb7409f4a319
|
||||
MISC metadata.xml 304 RMD160 1da32fded95735800bc96b0ff4c0a3af4691a724 SHA1 b96c72c417192c099990a616b12a1d2f55a06064 SHA256 7fa8df0f64197f3f6c018ed0d6c4cc4da014fbcc9af2da9b633f71657470236a
|
@ -1,22 +0,0 @@
|
||||
# Copyright 1999-2008 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.36.ebuild,v 1.2 2008/07/13 07:07:12 josejx Exp $
|
||||
|
||||
inherit cmake-utils kde-functions
|
||||
|
||||
DESCRIPTION="OpenSync Kdepim Plugin"
|
||||
HOMEPAGE="http://www.opensync.org/"
|
||||
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
|
||||
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=app-pda/libopensync-${PV}
|
||||
|| ( kde-base/libkcal kde-base/kdepim )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
set-kdedir "3.5"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>pda</herd>
|
||||
<maintainer>
|
||||
<email>peper@gentoo.org</email>
|
||||
<name>Piotr Jaroszyński</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
@ -1,55 +1,53 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild,v 1.2 2008/04/20 17:07:42 flameeyes Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.39.ebuild,v 1.2 2009/11/16 21:25:21 eva Exp $
|
||||
|
||||
inherit cmake-utils eutils
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="OpenSync synchronisation framework library"
|
||||
HOMEPAGE="http://www.opensync.org/"
|
||||
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
SLOT="0"
|
||||
LICENSE="LGPL-2.1"
|
||||
IUSE="debug doc python"
|
||||
IUSE="doc python test"
|
||||
|
||||
# Tests don't pass
|
||||
#>=dev-libs/check-0.9.2
|
||||
#mycmakeargs="${mycmakeargs} -DOPENSYNC_UNITTESTS=ON"
|
||||
# 14% tests passed, 275 tests failed out of 321
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND=">=dev-db/sqlite-3
|
||||
>=dev-libs/glib-2
|
||||
>=dev-libs/glib-2.12
|
||||
dev-libs/libxml2
|
||||
python? ( >=dev-lang/python-2.2 )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
python? ( >=dev-lang/swig-1.3.17 )
|
||||
>=dev-util/cmake-2.4.7
|
||||
>=dev-util/pkgconfig-0.9.0
|
||||
doc? ( app-doc/doxygen )"
|
||||
doc? ( app-doc/doxygen )
|
||||
python? ( >=dev-lang/swig-1.3.17 )
|
||||
test? ( >=dev-libs/check-0.9.2 )"
|
||||
|
||||
src_compile() {
|
||||
local mycmakeargs
|
||||
mycmakeargs="${mycmakeargs} -DCMAKE_SKIP_RPATH=ON"
|
||||
mycmakeargs="${mycmakeargs} -DOPENSYNC_TRACE=$(use debug && echo ON || echo OFF)"
|
||||
mycmakeargs="${mycmakeargs} -DOPENSYNC_DEBUG_MODULES=$(use debug && echo ON || echo OFF)"
|
||||
mycmakeargs="${mycmakeargs} -DOPENSYNC_PYTHONBINDINGS=$(use python && echo ON || echo OFF)"
|
||||
mycmakeargs="${mycmakeargs} -DBUILD_DOCUMENTATION=$(use doc && echo ON || echo OFF)"
|
||||
DOCS="AUTHORS CODING ChangeLog README"
|
||||
|
||||
local mycmakeargs="
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
$(cmake-utils_use_enable python WRAPPER)
|
||||
$(cmake-utils_use_build doc DOCUMENTATION)
|
||||
$(cmake-utils_use test OPENSYNC_UNITTESTS)
|
||||
"
|
||||
|
||||
cmake-utils_src_compile
|
||||
|
||||
if use doc ; then
|
||||
cd "${WORKDIR}/${PN}_build"
|
||||
doxygen Doxyfile || die "Failed to generate docs."
|
||||
cmake-utils_src_make DoxygenDoc || die "Failed to generate docs."
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
echo ">>> Test phase [test]: ${CATEGORY}/${PF}"
|
||||
pushd "${CMAKE_BUILD_DIR}" > /dev/null
|
||||
|
||||
pushd "${WORKDIR}/${PN}_build" > /dev/null
|
||||
|
||||
if ! LD_LIBRARY_PATH="${WORKDIR}/${PN}_build/opensync/" emake -j1 test ; then
|
||||
if ! LD_LIBRARY_PATH="${CMAKE_BUILD_DIR}/opensync/" emake -j1 test ; then
|
||||
die "Make test failed. See above for details."
|
||||
fi
|
||||
|
||||
@ -60,13 +58,7 @@ src_install() {
|
||||
cmake-utils_src_install
|
||||
|
||||
if use doc ; then
|
||||
cd "${WORKDIR}/${PN}_build"
|
||||
cd "${CMAKE_BUILD_DIR}"
|
||||
dohtml docs/html/* || die "Failed to install docs."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Building with 'debug' useflag is highly encouraged"
|
||||
elog "and requiered for bug reports."
|
||||
elog "Also see http://www.opensync.org/wiki/tracing"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user