diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-10-12 17:29:48 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-10-12 17:29:48 +0000 |
commit | d7c609f4c5639c860af3d60f8d1124de26189767 (patch) | |
tree | 1e0168c2e933147ae9cad72c938696fc8c8ad98c /x11-misc/grsync | |
parent | Block the SLOT0 version because it's broken. (diff) | |
download | gentoo-2-d7c609f4c5639c860af3d60f8d1124de26189767.tar.gz gentoo-2-d7c609f4c5639c860af3d60f8d1124de26189767.tar.bz2 gentoo-2-d7c609f4c5639c860af3d60f8d1124de26189767.zip |
Version bump, #286654
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.9.2.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 83bd9c3d0511..d6818ce58310 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/grsync # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.18 2009/10/03 10:08:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.19 2009/10/12 17:29:48 dertobi123 Exp $ + +*grsync-0.9.2 (12 Oct 2009) + + 12 Oct 2009; Tobias Scherbaum <dertobi123@gentoo.org> + +grsync-0.9.2.ebuild: + Version bump, #286654 03 Oct 2009; Markus Meier <maekke@gentoo.org> grsync-0.9.1.ebuild: amd64/x86 stable, bug #286883 diff --git a/x11-misc/grsync/grsync-0.9.2.ebuild b/x11-misc/grsync/grsync-0.9.2.ebuild new file mode 100644 index 000000000000..64a31e6ebf9a --- /dev/null +++ b/x11-misc/grsync/grsync-0.9.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.9.2.ebuild,v 1.1 2009/10/12 17:29:48 dertobi123 Exp $ + +inherit gnome2 + +DESCRIPTION="A gtk frontend to rsync" +HOMEPAGE="http://www.opbyte.it/grsync/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" +SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" + +RDEPEND=">=x11-libs/gtk+-2.16 + net-misc/rsync" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +DOCS="AUTHORS NEWS README" |