diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2008-01-27 17:56:09 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2008-01-27 17:56:09 +0000 |
commit | 482ea9eeeed0b3030e9ee27c864edc28108edceb (patch) | |
tree | bffc5b84149c8ca3794f9edd715dd4946148668b /app-pda/libopensync-plugin-google-calendar | |
parent | initial import, thanks to Bardur Arantsson <bugs-gentoo.org@scientician.net>,... (diff) | |
download | historical-482ea9eeeed0b3030e9ee27c864edc28108edceb.tar.gz historical-482ea9eeeed0b3030e9ee27c864edc28108edceb.tar.bz2 historical-482ea9eeeed0b3030e9ee27c864edc28108edceb.zip |
Add 0.36.
Package-Manager: portage-2.1.4
Diffstat (limited to 'app-pda/libopensync-plugin-google-calendar')
3 files changed, 30 insertions, 2 deletions
diff --git a/app-pda/libopensync-plugin-google-calendar/ChangeLog b/app-pda/libopensync-plugin-google-calendar/ChangeLog index 7c6c4d747e7c..d161bb7dbd17 100644 --- a/app-pda/libopensync-plugin-google-calendar/ChangeLog +++ b/app-pda/libopensync-plugin-google-calendar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/libopensync-plugin-google-calendar -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-google-calendar/ChangeLog,v 1.7 2007/12/21 23:11:45 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-google-calendar/ChangeLog,v 1.8 2008/01/27 17:45:42 peper Exp $ + +*libopensync-plugin-google-calendar-0.36 (27 Jan 2008) + + 27 Jan 2008; Piotr Jaroszyński <peper@gentoo.org> + +libopensync-plugin-google-calendar-0.36.ebuild: + Add 0.36. *libopensync-plugin-google-calendar-0.35 (21 Dec 2007) diff --git a/app-pda/libopensync-plugin-google-calendar/files/digest-libopensync-plugin-google-calendar-0.36 b/app-pda/libopensync-plugin-google-calendar/files/digest-libopensync-plugin-google-calendar-0.36 new file mode 100644 index 000000000000..0da439458077 --- /dev/null +++ b/app-pda/libopensync-plugin-google-calendar/files/digest-libopensync-plugin-google-calendar-0.36 @@ -0,0 +1,3 @@ +MD5 69b382845fb62a58e1976bc74a82dd86 libopensync-plugin-google-calendar-0.36.tar.bz2 33133 +RMD160 ecbd4e9d43f377b9b976fe78caf37d0d32a9127e libopensync-plugin-google-calendar-0.36.tar.bz2 33133 +SHA256 df3b64322b5f7e0e67317e58b46e9884837a771c69d9513dfb16dafeaeaaa2bb libopensync-plugin-google-calendar-0.36.tar.bz2 33133 diff --git a/app-pda/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar-0.36.ebuild b/app-pda/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar-0.36.ebuild new file mode 100644 index 000000000000..478381deb2b2 --- /dev/null +++ b/app-pda/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar-0.36.ebuild @@ -0,0 +1,19 @@ +# 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-google-calendar/libopensync-plugin-google-calendar-0.36.ebuild,v 1.1 2008/01/27 17:45:42 peper Exp $ + +inherit cmake-utils + +DESCRIPTION="OpenSync Google Calendar Plugin" +HOMEPAGE="http://www.opensync.org/" +SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND="=app-pda/libopensync-${PV}* + dev-python/httplib2" +RDEPEND="${DEPEND} + dev-python/pyxml" |