summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2007-02-03 12:21:38 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2007-02-03 12:21:38 +0000
commitd1bc021a3022cdbb0cb20d07a9253080d90e8cae (patch)
tree5e2f37e66b4cbd33112552e05a1f805d967470b4 /x11-misc
parentuse masking qt4 on selinux/mips (diff)
downloadgentoo-2-d1bc021a3022cdbb0cb20d07a9253080d90e8cae.tar.gz
gentoo-2-d1bc021a3022cdbb0cb20d07a9253080d90e8cae.tar.bz2
gentoo-2-d1bc021a3022cdbb0cb20d07a9253080d90e8cae.zip
Version bump by Luca Marturana in #165107
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/grsync/ChangeLog10
-rw-r--r--x11-misc/grsync/files/digest-grsync-0.5.23
-rw-r--r--x11-misc/grsync/grsync-0.5.2.ebuild21
3 files changed, 32 insertions, 2 deletions
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 <dertobi123@gentoo.org>
+ +grsync-0.5.2.ebuild:
+ Version bump by Luca Marturana in #165107
21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
-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"