diff options
author | 2009-07-30 17:21:38 +0000 | |
---|---|---|
committer | 2009-07-30 17:21:38 +0000 | |
commit | a280d94d42ea147681dbeef338cf86b8aa54eaae (patch) | |
tree | bd50783d725d3e7d7544765b21c5cf127e50868d /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-a280d94d42ea147681dbeef338cf86b8aa54eaae.tar.gz gentoo-2-a280d94d42ea147681dbeef338cf86b8aa54eaae.tar.bz2 gentoo-2-a280d94d42ea147681dbeef338cf86b8aa54eaae.zip |
Version bump, also fixes #277818
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.6.1-r1.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.9.1.ebuild (renamed from x11-misc/grsync/grsync-0.6.ebuild) | 12 |
3 files changed, 14 insertions, 36 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 369fce519919..4aa7cc6c2db8 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/grsync -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.15 2008/05/02 19:24:00 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.16 2009/07/30 17:21:38 dertobi123 Exp $ + +*grsync-0.9.1 (30 Jul 2009) + + 30 Jul 2009; Tobias Scherbaum <dertobi123@gentoo.org> -grsync-0.6.ebuild, + -grsync-0.6.1-r1.ebuild, +grsync-0.9.1.ebuild: + Version bump, also fixes #277818 *grsync-0.6.1-r1 (02 May 2008) diff --git a/x11-misc/grsync/grsync-0.6.1-r1.ebuild b/x11-misc/grsync/grsync-0.6.1-r1.ebuild deleted file mode 100644 index 492ff4071d93..000000000000 --- a/x11-misc/grsync/grsync-0.6.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.6.1-r1.ebuild,v 1.1 2008/05/02 19:24:00 dertobi123 Exp $ - -inherit eutils gnome2 autotools - -DESCRIPTION="A gtk frontend to rsync" -HOMEPAGE="http://www.opbyte.it/grsync/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="doc" -SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" - -RDEPEND=">=x11-libs/gtk+-2.6 - net-misc/rsync" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/session-crash.patch -} - -DOCS="AUTHORS NEWS README" diff --git a/x11-misc/grsync/grsync-0.6.ebuild b/x11-misc/grsync/grsync-0.9.1.ebuild index 4fb9177a50e3..b4b8125b5245 100644 --- a/x11-misc/grsync/grsync-0.6.ebuild +++ b/x11-misc/grsync/grsync-0.9.1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.6.ebuild,v 1.3 2008/01/22 15:55:41 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.9.1.ebuild,v 1.1 2009/07/30 17:21:38 dertobi123 Exp $ -inherit eutils gnome2 autotools +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="doc" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" -RDEPEND=">=x11-libs/gtk+-2.6 +RDEPEND=">=x11-libs/gtk+-2.16 net-misc/rsync" DEPEND="${RDEPEND} |