diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-08-19 08:00:11 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-08-19 08:00:11 +0000 |
commit | 0a91f59b03908983a06f3c5137235cd7ddbc32cf (patch) | |
tree | a63758496f5b136af0e7366bdc6c3bb7a324fb43 /x11-misc | |
parent | Cleanup (diff) | |
download | gentoo-2-0a91f59b03908983a06f3c5137235cd7ddbc32cf.tar.gz gentoo-2-0a91f59b03908983a06f3c5137235cd7ddbc32cf.tar.bz2 gentoo-2-0a91f59b03908983a06f3c5137235cd7ddbc32cf.zip |
Version bump
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grsync/files/digest-grsync-0.5 | 3 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.5.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 2a89a4b87774..12bc3b6162d9 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2006/07/15 07:25:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.6 2006/08/19 08:00:11 dertobi123 Exp $ + +*grsync-0.5 (19 Aug 2006) + + 19 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> +grsync-0.5.ebuild: + Version bump 15 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> -files/grsync-0.3.2-destdir.patch, -grsync-0.3.2.ebuild, diff --git a/x11-misc/grsync/files/digest-grsync-0.5 b/x11-misc/grsync/files/digest-grsync-0.5 new file mode 100644 index 000000000000..9f36c2007302 --- /dev/null +++ b/x11-misc/grsync/files/digest-grsync-0.5 @@ -0,0 +1,3 @@ +MD5 f5d68c02c6cc5cafce2bee6653b6d6b3 grsync-0.5.tar.gz 153560 +RMD160 8b6adf808c5fc6a21cdcddff6148dca99e2ee092 grsync-0.5.tar.gz 153560 +SHA256 762ba0059f6270d6a5b00d117deeb048c3871d6d8a7bed65b44731372336dee4 grsync-0.5.tar.gz 153560 diff --git a/x11-misc/grsync/grsync-0.5.ebuild b/x11-misc/grsync/grsync-0.5.ebuild new file mode 100644 index 000000000000..05cd79e1d1d1 --- /dev/null +++ b/x11-misc/grsync/grsync-0.5.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.5.ebuild,v 1.1 2006/08/19 08:00:11 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" |