diff options
author | 2012-02-02 17:47:13 +0000 | |
---|---|---|
committer | 2012-02-02 17:47:13 +0000 | |
commit | 55076ba2c2dfa4617346157d42592bea5c9a5275 (patch) | |
tree | cb669e95272844831902bbde546f3aefff140a5e /x11-misc | |
parent | Stable for amd64, wrt bug #397265 (diff) | |
download | historical-55076ba2c2dfa4617346157d42592bea5c9a5275.tar.gz historical-55076ba2c2dfa4617346157d42592bea5c9a5275.tar.bz2 historical-55076ba2c2dfa4617346157d42592bea5c9a5275.zip |
Stable for amd64, wrt bug #397269
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 5bd86e5aa2e1..855ca118e027 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/grsync -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.24 2011/03/29 13:02:19 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.25 2012/02/02 17:47:13 ago Exp $ + + 02 Feb 2012; Agostino Sarubbo <ago@gentoo.org> grsync-1.1.1.ebuild: + Stable for amd64, wrt bug #397269 29 Mar 2011; Christoph Mende <angelos@gentoo.org> grsync-0.9.2.ebuild, grsync-1.1.1.ebuild: diff --git a/x11-misc/grsync/grsync-1.1.1.ebuild b/x11-misc/grsync/grsync-1.1.1.ebuild index ae0fb1ca6cbb..c52fb21af3c9 100644 --- a/x11-misc/grsync/grsync-1.1.1.ebuild +++ b/x11-misc/grsync/grsync-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1.1.ebuild,v 1.2 2011/03/29 13:02:20 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.1.1.ebuild,v 1.3 2012/02/02 17:47:13 ago Exp $ EAPI=1 inherit gnome2 @@ -9,7 +9,7 @@ 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" |