diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2010-02-04 06:52:00 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2010-02-04 06:52:00 +0000 |
commit | 022f3142bea312f300b6463b2ac5d4a619a13b35 (patch) | |
tree | f98192718aa6929a7e278ce768e66751a35137ae /x11-misc/grsync | |
parent | Stable for HPPA (bug #288809). (diff) | |
download | gentoo-2-022f3142bea312f300b6463b2ac5d4a619a13b35.tar.gz gentoo-2-022f3142bea312f300b6463b2ac5d4a619a13b35.tar.bz2 gentoo-2-022f3142bea312f300b6463b2ac5d4a619a13b35.zip |
Remove old version
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.9.1.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 6beeca9d1b5d..73d2d7fa21d5 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/grsync # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.20 2010/02/03 20:32:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.21 2010/02/04 06:52:00 dertobi123 Exp $ + + 04 Feb 2010; Tobias Scherbaum <dertobi123@gentoo.org> + -grsync-0.9.1.ebuild: + Remove old version 03 Feb 2010; Markus Meier <maekke@gentoo.org> grsync-0.9.2.ebuild: amd64/x86 stable, bug #301071 diff --git a/x11-misc/grsync/grsync-0.9.1.ebuild b/x11-misc/grsync/grsync-0.9.1.ebuild deleted file mode 100644 index b36a21357328..000000000000 --- a/x11-misc/grsync/grsync-0.9.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.9.1.ebuild,v 1.2 2009/10/03 10:08:41 maekke Exp $ - -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 - net-misc/rsync" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool" - -DOCS="AUTHORS NEWS README" |