diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-08-22 07:52:33 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-08-22 07:52:33 +0000 |
commit | 4078d9693c9b9ba264012fe32c5693dbaba5ea8f (patch) | |
tree | fbe99ae48aec76c793cc3797f99f137ec148496d /x11-misc/grsync | |
parent | Version bump. (diff) | |
download | gentoo-2-4078d9693c9b9ba264012fe32c5693dbaba5ea8f.tar.gz gentoo-2-4078d9693c9b9ba264012fe32c5693dbaba5ea8f.tar.bz2 gentoo-2-4078d9693c9b9ba264012fe32c5693dbaba5ea8f.zip |
Version bump, drop some old versions
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.2.1.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.2.2.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.2.5.ebuild (renamed from x11-misc/grsync/grsync-1.2.3.ebuild) | 4 |
4 files changed, 9 insertions, 57 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index ffb1faf44913..501b78d62104 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -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 <voyageur@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 <2011creffett@gentoo.org> -grsync-1.1.1.ebuild: diff --git a/x11-misc/grsync/grsync-1.2.1.ebuild b/x11-misc/grsync/grsync-1.2.1.ebuild deleted file mode 100644 index feaf8d09c274..000000000000 --- a/x11-misc/grsync/grsync-1.2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.1.ebuild,v 1.2 2012/05/05 04:53:41 jdhore 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 -} diff --git a/x11-misc/grsync/grsync-1.2.2.ebuild b/x11-misc/grsync/grsync-1.2.2.ebuild deleted file mode 100644 index 528b0ddfad73..000000000000 --- a/x11-misc/grsync/grsync-1.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -} diff --git a/x11-misc/grsync/grsync-1.2.3.ebuild b/x11-misc/grsync/grsync-1.2.5.ebuild index 799a10168351..a7b74ab8db0d 100644 --- a/x11-misc/grsync/grsync-1.2.3.ebuild +++ b/x11-misc/grsync/grsync-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.3.ebuild,v 1.1 2013/01/17 19:41:29 voyageur Exp $ +# $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 |