summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2006-07-02 19:26:30 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2006-07-02 19:26:30 +0000
commit9bf22e16c144ff9317d00c2e09bfc258a68a3206 (patch)
treec9e460c275599af7941aaad7fb90b8cc65e0371d /x11-misc/grsync
parentMarking stable. Also including a lost patch for SAX that fixes bug 127735 (diff)
downloadgentoo-2-9bf22e16c144ff9317d00c2e09bfc258a68a3206.tar.gz
gentoo-2-9bf22e16c144ff9317d00c2e09bfc258a68a3206.tar.bz2
gentoo-2-9bf22e16c144ff9317d00c2e09bfc258a68a3206.zip
Version bump, bug #138879
(Portage version: 2.1-r1)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r--x11-misc/grsync/ChangeLog8
-rw-r--r--x11-misc/grsync/files/digest-grsync-0.4.33
-rw-r--r--x11-misc/grsync/grsync-0.4.3.ebuild21
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog
index 73454c604e14..0220ef901bbd 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.3 2006/06/08 19:52:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.4 2006/07/02 19:26:29 dertobi123 Exp $
+
+*grsync-0.4.3 (02 Jul 2006)
+
+ 02 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
+ +grsync-0.4.3.ebuild:
+ Version bump, bug #138879
08 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> grsync-0.3.2.ebuild:
ppc stable
diff --git a/x11-misc/grsync/files/digest-grsync-0.4.3 b/x11-misc/grsync/files/digest-grsync-0.4.3
new file mode 100644
index 000000000000..23bc40fffac2
--- /dev/null
+++ b/x11-misc/grsync/files/digest-grsync-0.4.3
@@ -0,0 +1,3 @@
+MD5 d06f3da8d9b1d0930473c94b79c36d31 grsync-0.4.3.tar.gz 142959
+RMD160 076ffb8a3b4b08aaf154b901fae8abe46f973ea2 grsync-0.4.3.tar.gz 142959
+SHA256 40ed500f8f8139e3b7e185cf4e8ed860f70bed070c7238d4b98b31270e5a8795 grsync-0.4.3.tar.gz 142959
diff --git a/x11-misc/grsync/grsync-0.4.3.ebuild b/x11-misc/grsync/grsync-0.4.3.ebuild
new file mode 100644
index 000000000000..61e06bd95a75
--- /dev/null
+++ b/x11-misc/grsync/grsync-0.4.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.4.3.ebuild,v 1.1 2006/07/02 19:26:29 dertobi123 Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="A gtk frontend to rsync"
+HOMEPAGE="http://www.opbyte.it/grsync/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+SRC_URI="http://www.opbyte.it/release/${P}.tar.gz"
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ net-misc/rsync"
+
+DEPEND="${RDEPEND}"
+
+DOCS="AUTHORS NEWS README"