diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-10-23 11:54:52 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-10-23 11:54:52 +0000 |
commit | 6c6b33697b620eb3306ffec49da66ae42bdfbd12 (patch) | |
tree | 04a8825cd86cc5566c331d37358ce54628347b94 /x11-misc/grsync | |
parent | Initial commit from sunrise overlay wrt bug #246005 (diff) | |
download | gentoo-2-6c6b33697b620eb3306ffec49da66ae42bdfbd12.tar.gz gentoo-2-6c6b33697b620eb3306ffec49da66ae42bdfbd12.tar.bz2 gentoo-2-6c6b33697b620eb3306ffec49da66ae42bdfbd12.zip |
Version bump, updated translations and code cleanups
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.2.2.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index e81e2f28b170..9e02ca7fb768 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/grsync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.30 2012/05/05 04:53:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.31 2012/10/23 11:54:52 voyageur Exp $ + +*grsync-1.2.2 (23 Oct 2012) + + 23 Oct 2012; Bernard Cafarelli <voyageur@gentoo.org> +grsync-1.2.2.ebuild: + Version bump, updated translations and code cleanups 05 May 2012; Jeff Horelick <jdhore@gentoo.org> grsync-0.9.2.ebuild, grsync-1.1.1.ebuild, grsync-1.2.1.ebuild: diff --git a/x11-misc/grsync/grsync-1.2.2.ebuild b/x11-misc/grsync/grsync-1.2.2.ebuild new file mode 100644 index 000000000000..528b0ddfad73 --- /dev/null +++ b/x11-misc/grsync/grsync-1.2.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.2.2.ebuild,v 1.1 2012/10/23 11:54:52 voyageur Exp $ + +EAPI=4 +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:2 + net-misc/rsync" + +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/intltool" + +DOCS="AUTHORS NEWS README" + +src_configure() { + econf --disable-unity +} |