app-pda/libopensync-plugin-file: Bump

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2163 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-05-09 06:59:24 +00:00
parent c7ee56dfa3
commit 3da08b3b35
3 changed files with 29 additions and 2 deletions

View File

@ -1,7 +1,11 @@
# ChangeLog for app-pda/libopensync-plugin-file
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-file/ChangeLog,v 1.8 2008/07/13 07:09:55 josejx Exp $
09 May 2010; Mario Fetka <mario.fetka@gmail.com>
+libopensync-plugin-file-0.39.ebuild:
Bump
13 Jul 2008; Joseph Jezak <josejx@gentoo.org>
libopensync-plugin-file-0.36.ebuild:
Marked ~ppc for bug #197238.

View File

@ -1,4 +1,6 @@
DIST libopensync-plugin-file-0.38.tar.bz2 35988 RMD160 f3637ef10e6a1b74e490dd4c93f76fccad19c383 SHA1 047a78167495749738e3a00111e35835b30341cf SHA256 6638ea74f40a55c20c512ba056764c2228a75f2eb11af54903baf2202378a910
DIST libopensync-plugin-file-0.39.tar.bz2 53152 RMD160 943a29e8302b6225dbed0605f28ef8cd8ec28a07 SHA1 bbb540f954d0bb51b1126937ec3a2b4b9c5c297b SHA256 26930abb2460b1b111f0acf3b16578613250f4ddd12e942a58163b252b96d1ab
EBUILD libopensync-plugin-file-0.38.ebuild 536 RMD160 9830a8b36385fa600499d090deeb7640b945edd5 SHA1 406fbc5ea09bd2ae20d78e12b123974aa15db0b6 SHA256 f561f47bb2ca024e3f085351ff36f27085eb0233c269ff0c6015527ef2609978
MISC ChangeLog 1532 RMD160 cbf951c3e91d424afafa7a475ed4b2da6201525b SHA1 8884fd7e49129d43e7b631c83e8d325880878dd0 SHA256 c1c23046d2500119e8114fd0ff93478e907b01938ece1ea32dcbd6d923e82d8c
EBUILD libopensync-plugin-file-0.39.ebuild 585 RMD160 0dd0dfa4ab51b59f64bc3f73f31c3244b2eabf7d SHA1 25444e33a123ee78d8807cbd0f2a94e02466baa5 SHA256 2e7f072020ba3e8539db183a456c06890c5e2247870442671e2d5409a5c8f68e
MISC ChangeLog 1631 RMD160 4ff00a3b4a05abdb926f0b71ee1ab774b4c6a6ba SHA1 b54d0c6f08e8301ca58cf109b0185ed99894c7f2 SHA256 7d4a83c94071820b71e4df20a1fea36e7f95bfb11c16ce19603c23aa4f83c986
MISC metadata.xml 304 RMD160 1da32fded95735800bc96b0ff4c0a3af4691a724 SHA1 b96c72c417192c099990a616b12a1d2f55a06064 SHA256 7fa8df0f64197f3f6c018ed0d6c4cc4da014fbcc9af2da9b633f71657470236a

View File

@ -0,0 +1,21 @@
# Copyright 1999-2010 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.39.ebuild,v 1.2 2009/11/16 00:17:02 mr_bones_ Exp $
EAPI="2"
inherit cmake-utils
DESCRIPTION="OpenSync File 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="LGPL-2.1"
IUSE=""
RDEPEND=">=app-pda/libopensync-${PV}
dev-libs/glib:2
dev-libs/libxml2"
DEPEND="${RDEPEND}"