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-python | |
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-python')
3 files changed, 29 insertions, 2 deletions
diff --git a/app-pda/libopensync-plugin-python/ChangeLog b/app-pda/libopensync-plugin-python/ChangeLog index a8dc528a92ad..1c317a0e530b 100644 --- a/app-pda/libopensync-plugin-python/ChangeLog +++ b/app-pda/libopensync-plugin-python/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/libopensync-plugin-python -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-python/ChangeLog,v 1.6 2007/12/21 23:18:02 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-python/ChangeLog,v 1.7 2008/01/27 17:50:42 peper Exp $ + +*libopensync-plugin-python-0.36 (27 Jan 2008) + + 27 Jan 2008; Piotr Jaroszyński <peper@gentoo.org> + +libopensync-plugin-python-0.36.ebuild: + Add 0.36. *libopensync-plugin-python-0.35 (21 Dec 2007) diff --git a/app-pda/libopensync-plugin-python/files/digest-libopensync-plugin-python-0.36 b/app-pda/libopensync-plugin-python/files/digest-libopensync-plugin-python-0.36 new file mode 100644 index 000000000000..cf8bdfe6adb8 --- /dev/null +++ b/app-pda/libopensync-plugin-python/files/digest-libopensync-plugin-python-0.36 @@ -0,0 +1,3 @@ +MD5 6247a7e96de3fa55c1fb58b2f364fb5e libopensync-plugin-python-0.36.tar.bz2 33893 +RMD160 3cb9e12b8fe4b37d78b12de45ed106541aa8b14c libopensync-plugin-python-0.36.tar.bz2 33893 +SHA256 9ecfa677d155a8e9e2674fabfa76adbeb45b887a321368cdab082618d27603a3 libopensync-plugin-python-0.36.tar.bz2 33893 diff --git a/app-pda/libopensync-plugin-python/libopensync-plugin-python-0.36.ebuild b/app-pda/libopensync-plugin-python/libopensync-plugin-python-0.36.ebuild new file mode 100644 index 000000000000..8c31dd297f21 --- /dev/null +++ b/app-pda/libopensync-plugin-python/libopensync-plugin-python-0.36.ebuild @@ -0,0 +1,18 @@ +# 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-python/libopensync-plugin-python-0.36.ebuild,v 1.1 2008/01/27 17:50:42 peper Exp $ + +inherit cmake-utils + +DESCRIPTION="OpenSync Python Module" +HOMEPAGE="http://www.opensync.org/" +SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="LGPL-2.1" +IUSE="" + +DEPEND="=app-pda/libopensync-${PV}* + >=dev-lang/python-2.0" +RDEPEND="${DEPEND}" |