From d1bc021a3022cdbb0cb20d07a9253080d90e8cae Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Sat, 3 Feb 2007 12:21:38 +0000 Subject: Version bump by Luca Marturana in #165107 (Portage version: 2.1.1-r2) --- x11-misc/grsync/ChangeLog | 10 ++++++++-- x11-misc/grsync/files/digest-grsync-0.5.2 | 3 +++ x11-misc/grsync/grsync-0.5.2.ebuild | 21 +++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 x11-misc/grsync/files/digest-grsync-0.5.2 create mode 100644 x11-misc/grsync/grsync-0.5.2.ebuild (limited to 'x11-misc') diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 047d070abd58..32ed11e7141a 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/grsync -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.8 2006/10/21 08:48:21 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.9 2007/02/03 12:21:38 dertobi123 Exp $ + +*grsync-0.5.2 (03 Feb 2007) + + 03 Feb 2007; Tobias Scherbaum + +grsync-0.5.2.ebuild: + Version bump by Luca Marturana in #165107 21 Oct 2006; Tobias Scherbaum -grsync-0.4.2.ebuild, -grsync-0.4.3.ebuild, -grsync-0.5.ebuild, diff --git a/x11-misc/grsync/files/digest-grsync-0.5.2 b/x11-misc/grsync/files/digest-grsync-0.5.2 new file mode 100644 index 000000000000..89dae08f02ba --- /dev/null +++ b/x11-misc/grsync/files/digest-grsync-0.5.2 @@ -0,0 +1,3 @@ +MD5 5af76471bb9d9bb3eaa23163e5e30f06 grsync-0.5.2.tar.gz 176451 +RMD160 ce8b016ecd1f1589a651f5bc358b66cb7ccd440a grsync-0.5.2.tar.gz 176451 +SHA256 71df6925b5413a58024693c7c792ab3d45476e20978bdbe6885d30db92820a3b grsync-0.5.2.tar.gz 176451 diff --git a/x11-misc/grsync/grsync-0.5.2.ebuild b/x11-misc/grsync/grsync-0.5.2.ebuild new file mode 100644 index 000000000000..c86fb0ec7911 --- /dev/null +++ b/x11-misc/grsync/grsync-0.5.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.5.2.ebuild,v 1.1 2007/02/03 12:21:38 dertobi123 Exp $ + +inherit eutils gnome2 autotools + +DESCRIPTION="A gtk frontend to rsync" +HOMEPAGE="http://www.opbyte.it/grsync/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" +SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" + +RDEPEND=">=x11-libs/gtk+-2.6 + net-misc/rsync" + +DEPEND="${RDEPEND} + dev-util/intltool" + +DOCS="AUTHORS NEWS README" -- cgit v1.2.3-65-gdbad