diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-01-17 19:41:29 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-01-17 19:41:29 +0000 |
commit | dd57b542ad4ef99265e16fdb1b41883128a34013 (patch) | |
tree | a29dc00b39147e30abbb79cdc0833c9b3f4fd062 /x11-misc/grsync | |
parent | adjust gtk-doc dependency for bug #452668 (diff) | |
download | gentoo-2-dd57b542ad4ef99265e16fdb1b41883128a34013.tar.gz gentoo-2-dd57b542ad4ef99265e16fdb1b41883128a34013.tar.bz2 gentoo-2-dd57b542ad4ef99265e16fdb1b41883128a34013.zip |
Version bump
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.2.3.ebuild (renamed from x11-misc/grsync/grsync-0.9.2.ebuild) | 13 |
2 files changed, 16 insertions, 7 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 9e02ca7fb768..3360a9eb2cd2 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,12 @@ # 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.31 2012/10/23 11:54:52 voyageur Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.32 2013/01/17 19:41:29 voyageur Exp $ + +*grsync-1.2.3 (17 Jan 2013) + + 17 Jan 2013; Bernard Cafarelli <voyageur@gentoo.org> -grsync-0.9.2.ebuild, + +grsync-1.2.3.ebuild: + Version bump *grsync-1.2.2 (23 Oct 2012) diff --git a/x11-misc/grsync/grsync-0.9.2.ebuild b/x11-misc/grsync/grsync-1.2.3.ebuild index cace6a56c674..799a10168351 100644 --- a/x11-misc/grsync/grsync-0.9.2.ebuild +++ b/x11-misc/grsync/grsync-1.2.3.ebuild @@ -1,23 +1,26 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.4 2012/05/05 04:53:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.2.3.ebuild,v 1.1 2013/01/17 19:41:29 voyageur Exp $ -EAPI=1 +EAPI=5 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" +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 +} |