voyageur 14/08/22 07:52:33 Modified: ChangeLog Added: grsync-1.2.5.ebuild Removed: grsync-1.2.3.ebuild grsync-1.2.2.ebuild grsync-1.2.1.ebuild Log: Version bump, drop some old versions (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.36 x11-misc/grsync/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grsync/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grsync/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grsync/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 18 Aug 2014 19:17:19 -0000 1.35 +++ ChangeLog 22 Aug 2014 07:52:33 -0000 1.36 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/grsync # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.35 2014/08/18 19:17:19 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.36 2014/08/22 07:52:33 voyageur Exp $ + +*grsync-1.2.5 (22 Aug 2014) + + 22 Aug 2014; Bernard Cafarelli <voyag...@gentoo.org> -grsync-1.2.1.ebuild, + -grsync-1.2.2.ebuild, -grsync-1.2.3.ebuild, +grsync-1.2.5.ebuild: + Version bump, drop some old versions 18 Aug 2014; Christopher Reffett <2011creff...@gentoo.org> -grsync-1.1.1.ebuild: 1.1 x11-misc/grsync/grsync-1.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grsync/grsync-1.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grsync/grsync-1.2.5.ebuild?rev=1.1&content-type=text/plain Index: grsync-1.2.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.2.5.ebuild,v 1.1 2014/08/22 07:52:33 voyageur Exp $ 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" 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 }