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 | 632f8ebbcb10d5b90b722ae8d2fff7e4ffd1c9c7 (patch) | |
tree | ac60b160e3ea2e3abcb1247aea8e1522cf457195 /app-pda/libopensync-plugin-vformat | |
parent | Add 0.36. (diff) | |
download | gentoo-2-632f8ebbcb10d5b90b722ae8d2fff7e4ffd1c9c7.tar.gz gentoo-2-632f8ebbcb10d5b90b722ae8d2fff7e4ffd1c9c7.tar.bz2 gentoo-2-632f8ebbcb10d5b90b722ae8d2fff7e4ffd1c9c7.zip |
Add 0.36.
(Portage version: 2.1.4)
Diffstat (limited to 'app-pda/libopensync-plugin-vformat')
3 files changed, 31 insertions, 2 deletions
diff --git a/app-pda/libopensync-plugin-vformat/ChangeLog b/app-pda/libopensync-plugin-vformat/ChangeLog index 6877012cedc8..8dbdae3cda8b 100644 --- a/app-pda/libopensync-plugin-vformat/ChangeLog +++ b/app-pda/libopensync-plugin-vformat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/libopensync-plugin-vformat -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/ChangeLog,v 1.2 2007/12/21 23:21:54 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/ChangeLog,v 1.3 2008/01/27 17:56:09 peper Exp $ + +*libopensync-plugin-vformat-0.36 (27 Jan 2008) + + 27 Jan 2008; Piotr Jaroszyński <peper@gentoo.org> + +libopensync-plugin-vformat-0.36.ebuild: + Add 0.36. *libopensync-plugin-vformat-0.35 (21 Dec 2007) diff --git a/app-pda/libopensync-plugin-vformat/files/digest-libopensync-plugin-vformat-0.36 b/app-pda/libopensync-plugin-vformat/files/digest-libopensync-plugin-vformat-0.36 new file mode 100644 index 000000000000..765e48aeee20 --- /dev/null +++ b/app-pda/libopensync-plugin-vformat/files/digest-libopensync-plugin-vformat-0.36 @@ -0,0 +1,3 @@ +MD5 f3d1efdc1e7142fc74364e92f2066ee0 libopensync-plugin-vformat-0.36.tar.bz2 84642 +RMD160 ce7ab156e89a7d1c35235975708beaef7666c069 libopensync-plugin-vformat-0.36.tar.bz2 84642 +SHA256 926e6125b4be2d206c6618f8e9445a465df44fe013f23ec339679af307b342c9 libopensync-plugin-vformat-0.36.tar.bz2 84642 diff --git a/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.36.ebuild b/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.36.ebuild new file mode 100644 index 000000000000..b6f17fd0aa7b --- /dev/null +++ b/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.36.ebuild @@ -0,0 +1,20 @@ +# 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-vformat/libopensync-plugin-vformat-0.36.ebuild,v 1.1 2008/01/27 17:56:09 peper Exp $ + +inherit cmake-utils + +DESCRIPTION="OpenSync VFormat Plugin" +HOMEPAGE="http://www.opensync.org" +SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="=app-pda/libopensync-${PV}*" +RDEPEND="${DEPEND}" + +# Don't pass +RESTRICT="test" |