diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-12-21 23:13:11 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-12-21 23:13:11 +0000 |
commit | 093ca612f63f56776d56976621f42c8d1bcb5c02 (patch) | |
tree | 615f6dc71427b713bf6ed7a92941e21178eec980 /app-pda | |
parent | Add 0.35. (diff) | |
download | gentoo-2-093ca612f63f56776d56976621f42c8d1bcb5c02.tar.gz gentoo-2-093ca612f63f56776d56976621f42c8d1bcb5c02.tar.bz2 gentoo-2-093ca612f63f56776d56976621f42c8d1bcb5c02.zip |
Add 0.35.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-pda')
3 files changed, 27 insertions, 1 deletions
diff --git a/app-pda/libopensync-plugin-gpe/ChangeLog b/app-pda/libopensync-plugin-gpe/ChangeLog index 54de3373167e..f174bc7ed280 100644 --- a/app-pda/libopensync-plugin-gpe/ChangeLog +++ b/app-pda/libopensync-plugin-gpe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/libopensync-plugin-gpe # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-gpe/ChangeLog,v 1.4 2007/11/26 20:17:43 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-gpe/ChangeLog,v 1.5 2007/12/21 23:13:10 peper Exp $ + +*libopensync-plugin-gpe-0.35 (21 Dec 2007) + + 21 Dec 2007; Piotr Jaroszyński <peper@gentoo.org> + +libopensync-plugin-gpe-0.35.ebuild: + Add 0.35. *libopensync-plugin-gpe-9999 (26 Nov 2007) diff --git a/app-pda/libopensync-plugin-gpe/files/digest-libopensync-plugin-gpe-0.35 b/app-pda/libopensync-plugin-gpe/files/digest-libopensync-plugin-gpe-0.35 new file mode 100644 index 000000000000..3ed132cf2a7f --- /dev/null +++ b/app-pda/libopensync-plugin-gpe/files/digest-libopensync-plugin-gpe-0.35 @@ -0,0 +1,3 @@ +MD5 4676dfebdac8e3a9e85751a9b5004c17 libopensync-plugin-gpe-0.35.tar.bz2 40681 +RMD160 b17a72bd3126b45c4ac42d3a675b9ea3d1d7c2e3 libopensync-plugin-gpe-0.35.tar.bz2 40681 +SHA256 274a5f46fe89af1233ded5f77da3c65e167d204350709d48e35fe3593e495c49 libopensync-plugin-gpe-0.35.tar.bz2 40681 diff --git a/app-pda/libopensync-plugin-gpe/libopensync-plugin-gpe-0.35.ebuild b/app-pda/libopensync-plugin-gpe/libopensync-plugin-gpe-0.35.ebuild new file mode 100644 index 000000000000..c75ccc1f5680 --- /dev/null +++ b/app-pda/libopensync-plugin-gpe/libopensync-plugin-gpe-0.35.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-gpe/libopensync-plugin-gpe-0.35.ebuild,v 1.1 2007/12/21 23:13:10 peper Exp $ + +inherit cmake-utils + +DESCRIPTION="OpenSync Gpe 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}*" +RDEPEND="${DEPEND}" |