From 698a32d280acd0762aae7af89301a41d47eeb131 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 10 Dec 2010 18:43:16 +0000 Subject: Version bump with bugfixes, including a fix for tests and a security one (bug #348340). Remove old. (Portage version: 2.1.9.25/cvs/Linux x86_64) --- net-ftp/bareftp/ChangeLog | 9 ++++++- net-ftp/bareftp/bareftp-0.3.4.ebuild | 49 ------------------------------------ net-ftp/bareftp/bareftp-0.3.7.ebuild | 34 +++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 50 deletions(-) delete mode 100644 net-ftp/bareftp/bareftp-0.3.4.ebuild create mode 100644 net-ftp/bareftp/bareftp-0.3.7.ebuild (limited to 'net-ftp/bareftp') diff --git a/net-ftp/bareftp/ChangeLog b/net-ftp/bareftp/ChangeLog index 1e3a7be97a0a..e57305cc0805 100644 --- a/net-ftp/bareftp/ChangeLog +++ b/net-ftp/bareftp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-ftp/bareftp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/bareftp/ChangeLog,v 1.4 2010/07/03 18:28:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/bareftp/ChangeLog,v 1.5 2010/12/10 18:43:16 pacho Exp $ + +*bareftp-0.3.7 (10 Dec 2010) + + 10 Dec 2010; Pacho Ramos -bareftp-0.3.4.ebuild, + +bareftp-0.3.7.ebuild: + Version bump with bugfixes, including a fix for tests and a security one (bug + #348340). Remove old. *bareftp-0.3.4 (03 Jul 2010) diff --git a/net-ftp/bareftp/bareftp-0.3.4.ebuild b/net-ftp/bareftp/bareftp-0.3.4.ebuild deleted file mode 100644 index 4bebe98a506c..000000000000 --- a/net-ftp/bareftp/bareftp-0.3.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/bareftp/bareftp-0.3.4.ebuild,v 1.1 2010/07/03 18:28:37 pacho Exp $ - -EAPI=2 - -inherit mono gnome2 - -DESCRIPTION="Mono based file transfer client" -HOMEPAGE="http://www.bareftp.org/" -SRC_URI="http://www.bareftp.org/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="gnome-keyring" - -RDEPEND=">=dev-lang/mono-2.0 - >=dev-dotnet/gtk-sharp-2.12 - >=dev-dotnet/gnome-sharp-2.20 - >=dev-dotnet/gnomevfs-sharp-2.20 - >=dev-dotnet/gconf-sharp-2.20 - gnome-keyring? ( >=dev-dotnet/gnome-keyring-sharp-1.0.0-r2 )" - -DEPEND="${RDEPEND}" - -pkg_setup() { - G2CONF="--disable-caches - $(use_with gnome-keyring gnomekeyring)" -} - -src_prepare() { - gnome2_src_prepare - - # Fix tests, bug #279892 - echo "src/bareFTP.Gui.Dialog/AskFileAction.cs" >> po/POTFILES.in - echo "src/bareFTP.Gui.Dialog/gtk-gui/bareFTP.Gui.Dialog.ChmodDialog.cs" >> po/POTFILES.in - echo "src/bareFTP.Gui.Dialog/gtk-gui/bareFTP.Gui.Dialog.ExceptionDialog.cs" >> po/POTFILES.in - echo "src/bareFTP.Gui.FileManager/FileUtils.cs" >> po/POTFILES.in - echo "src/bareFTP.Gui.Preferences/BookmarkWidget.cs" >> po/POTFILES.in - echo "src/bareFTP.Gui/BookmarkUtils.cs" >> po/POTFILES.in - echo "src/bareFTP.Protocol.Sftp/sftp/SftpConnection.cs" >> po/POTFILES.in - echo "src/bareFTP/Main.cs" >> po/POTFILES.in -} - -src_install() { - gnome2_src_install - dodoc ChangeLog README || die "dodoc failed" -} diff --git a/net-ftp/bareftp/bareftp-0.3.7.ebuild b/net-ftp/bareftp/bareftp-0.3.7.ebuild new file mode 100644 index 000000000000..9599d770d719 --- /dev/null +++ b/net-ftp/bareftp/bareftp-0.3.7.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/bareftp/bareftp-0.3.7.ebuild,v 1.1 2010/12/10 18:43:16 pacho Exp $ + +EAPI=2 + +inherit mono gnome2 + +DESCRIPTION="Mono based file transfer client" +HOMEPAGE="http://www.bareftp.org/" +SRC_URI="http://www.bareftp.org/release/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="gnome-keyring" + +RDEPEND=">=dev-lang/mono-2.0 + >=dev-dotnet/gtk-sharp-2.12 + >=dev-dotnet/gnome-sharp-2.20 + >=dev-dotnet/gnomevfs-sharp-2.20 + >=dev-dotnet/gconf-sharp-2.20 + gnome-keyring? ( >=dev-dotnet/gnome-keyring-sharp-1.0.0-r2 )" +DEPEND="${RDEPEND}" + +pkg_setup() { + G2CONF="--disable-caches + $(use_with gnome-keyring gnomekeyring)" +} + +src_install() { + gnome2_src_install + dodoc ChangeLog README || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad