diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 09:10:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 09:10:05 +0000 |
commit | 66d0eae73efa45f567825f0a99ef2d7cb9eab6c7 (patch) | |
tree | 0b9e544de55f357621c16d728993f7f870805d57 /app-pda | |
parent | Fix metadata.xml, move to pda (diff) | |
download | historical-66d0eae73efa45f567825f0a99ef2d7cb9eab6c7.tar.gz historical-66d0eae73efa45f567825f0a99ef2d7cb9eab6c7.tar.bz2 historical-66d0eae73efa45f567825f0a99ef2d7cb9eab6c7.zip |
old
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libsyncml/Manifest | 8 | ||||
-rw-r--r-- | app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild | 58 |
2 files changed, 3 insertions, 63 deletions
diff --git a/app-pda/libsyncml/Manifest b/app-pda/libsyncml/Manifest index 1b7bbfa93f23..7502fa3fb967 100644 --- a/app-pda/libsyncml/Manifest +++ b/app-pda/libsyncml/Manifest @@ -1,9 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -DIST libsyncml-0.5.2.tar.bz2 274369 RMD160 f1c983426f576090ce87485e5c695080069f1f04 SHA1 34e0b28e698be0d01f40e3fe7c0c37dd79904dbe SHA256 898505d57b7a93790e8b7554978873bcf77e5e7e8f03d28ecf8967a4c6ab75e2 DIST libsyncml-0.5.4.tar.bz2 289488 RMD160 249bd42df78e961e11b3a96713fb63ab74898780 SHA1 1e79d5d65557b5cf40bfa5a10442800ce2fbe7a7 SHA256 5ee4c48923ae78489fd13a4329d6a86bcb020bb777f9bc1b35d152f197b748ff -EBUILD libsyncml-0.5.2-r1.ebuild 1692 RMD160 b5adece11f5b5aa73f558a2adb3acf276c7574d0 SHA1 a280e08a96431bdd7fedc97445b68765c6cd37ee SHA256 b88c372a906898bf2c7bd041c75978bb5c31400c9538919e0c1a4b69b4ec496a EBUILD libsyncml-0.5.4.ebuild 1696 RMD160 3b0eea46f1cb23abb400f378995ce297841ac25c SHA1 1ddead8468b754069b27ee754938465b1952b14f SHA256 393b06eac394c6339fd59de7b8c41a3629de856cd4168c656c5e523078ab89af EBUILD libsyncml-9999.ebuild 1569 RMD160 e4c840b3cad3d4ddb426e33816e644a2d283e146 SHA1 ead824dba7171110e04566d753709e98af939a62 SHA256 d0ece05d66884b2b7152350931421516f2991ae6b6ff165a14560b07a208e4ea MISC ChangeLog 3658 RMD160 abaf67aa3b5b2d94ec02e464e05d061b798d7b3e SHA1 21052715ca398a482bd2e6c73afbef70d2a72aef SHA256 403718e1f0f8c3a6c6f66cc290d89abc431beb21e6a877f5c258132f6e5958b2 @@ -11,7 +9,7 @@ MISC metadata.xml 279 RMD160 6515a38cc7225ee3d09e1f405bbf4717a9c97800 SHA1 a71ed -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) -iF4EAREIAAYFAk2UROIACgkQXkR9YqOcLPGkewD/dEeFZOvCXPFqf8e/JXpEQeZ7 -V+CoORQYK5Lht30t7UAA/R+a3LKMUxAaXD1vQjUjMOlHFPhWXatUKZDPGe6aegQQ -=E+ry +iF4EAREIAAYFAk2URRoACgkQXkR9YqOcLPEUOwD+OsQSOu16dJeRYGT7/zJMCwN7 +32F+j6K5esyI0IkLi+MA+wWl3cGvaxyA3yuuL1s3iflWec2mF4Pku+FXDOQfKvOj +=PuGV -----END PGP SIGNATURE----- diff --git a/app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild b/app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild deleted file mode 100644 index 9007e83a3e9e..000000000000 --- a/app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild,v 1.2 2009/11/15 21:14:28 eva Exp $ - -EAPI="2" - -inherit cmake-utils - -DESCRIPTION="Implementation of the SyncML protocol" -HOMEPAGE="http://libsyncml.opensync.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="bluetooth debug doc http +obex" - -# libsoup:2.2 is forced off to avoid automagic -RDEPEND=">=dev-libs/glib-2.0 - >=dev-libs/libwbxml-0.9.2 - dev-libs/libxml2 - http? ( net-libs/libsoup:2.4 ) - obex? ( >=dev-libs/openobex-1.1 ) - bluetooth? ( net-wireless/bluez - >=dev-libs/openobex-1.1[bluetooth] )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen )" - -# Some of the tests are broken -RESTRICT="test" - -pkg_setup() { - if ! use obex && ! use http; then - eerror "${CATEGORY}/${P} without support for obex nor http is unusable." - eerror "Please enable \"obex\" or/and \"http\" USE flags." - die "Please enable \"obex\" or/and \"http\" USE flags." - fi - - if use bluetooth && ! use obex; then - eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\"" - eerror "USE flag, but you didn't enable the \"obex\" flag, which is" - eerror "needed for bluetooth support." - eerror "Please enable \"obex\" USE flag." - die "Please enable \"obex\" USE flag." - fi -} - -src_configure() { - local mycmakeargs=" - -DHAVE_LIBSOUP22=OFF - $(cmake-utils_use_enable http HTTP) - $(cmake-utils_use_enable obex OBEX) - $(cmake-utils_use_enable bluetooth BLUETOOTH) - $(cmake-utils_use_enable debug TRACE)" - - cmake-utils_src_configure -} |