* [gentoo-commits] repo/gentoo:master commit in: net-ftp/bareftp/
@ 2016-09-18 9:58 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-09-18 9:58 UTC (permalink / raw
To: gentoo-commits
commit: 6af272ed371d30503389995af8bd9d4dd1d7c35f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:39:16 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:57:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af272ed
net-ftp/bareftp: amd64/x86 stable as this is the only working version with stable mono
Package-Manager: portage-2.3.0
net-ftp/bareftp/bareftp-0.3.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-ftp/bareftp/bareftp-0.3.12.ebuild b/net-ftp/bareftp/bareftp-0.3.12.ebuild
index 5c992e7..5e424af 100644
--- a/net-ftp/bareftp/bareftp-0.3.12.ebuild
+++ b/net-ftp/bareftp/bareftp-0.3.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.bareftp.org/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="gnome-keyring"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/bareftp/
@ 2016-09-18 9:58 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-09-18 9:58 UTC (permalink / raw
To: gentoo-commits
commit: 6989e1c310014d37bf9703aa62f9338f12abae1b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:38:47 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:57:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6989e1c3
net-ftp/bareftp: Version bump, compatible with mono-4
Package-Manager: portage-2.3.0
net-ftp/bareftp/Manifest | 1 +
net-ftp/bareftp/bareftp-0.3.12.ebuild | 43 +++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/net-ftp/bareftp/Manifest b/net-ftp/bareftp/Manifest
index 513f813..f2eec4e 100644
--- a/net-ftp/bareftp/Manifest
+++ b/net-ftp/bareftp/Manifest
@@ -1,2 +1,3 @@
DIST bareftp-0.3.10.tar.gz 618615 SHA256 d36f10485762d93e38e81618981b540f2130945d7f41c7c0b60b6a0c059cd849 SHA512 944ef7d533b68c772e02e57526b7a4e11afd02a95c4100fcc8902616f1b3b5f14c78df1bba4e67c290a6e2db973dcf979f4a761ac84fc9ca139cc5e49dedf43b WHIRLPOOL 6f3869cbd10405a7a727ab9c3e13e12255118bf877327334c22c3ad9e4208c72766b66fab923207991a0b117b059a2c370691432602b81574073cb279a17bb8c
+DIST bareftp-0.3.12.tar.gz 642509 SHA256 efb22c6b03a84a74ad734e493d5fa711b2c6cfea75db1bedf68c713a31d62727 SHA512 039135f8a2ff293fa5299f4e190b75f7ca3a3734a2b7514e6423ee62dc9cfc992cd00039af8caf4ef82db94e41cc04f5727a64985e8b3c7e90c124e74f5236d2 WHIRLPOOL 36036fe0ab0a146a1674c7825d048fde41ba8b92560191eb2d46c6e10ce4f70657656b94e0d0c1e30a10a1d1f8a082c819161fd2f2fdd58682bc0640d65b430e
DIST bareftp-0.3.9.tar.gz 593672 SHA256 ac799d0b38695c8dbff85ef497746868a4b07ff2a86e61a901d8e61f125aeaef SHA512 c8730f4e0ed583f79f1ca7bc87940f73cf0ec44ca1db5bc5db121d9716c530621d7d8aeca431d6fc0b963ac561728cfa87c3cf56c74fff1f845cb7612a09c9a4 WHIRLPOOL 1440922e15832e5e287a1a477f03b82bfd3e9fc881e0119140cdb392697c93f39b4863856ba0841930b089fc7340d9f0cb79938989c85edbe6884e648ede9c95
diff --git a/net-ftp/bareftp/bareftp-0.3.12.ebuild b/net-ftp/bareftp/bareftp-0.3.12.ebuild
new file mode 100644
index 00000000..5c992e7
--- /dev/null
+++ b/net-ftp/bareftp/bareftp-0.3.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools mono-env 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="~amd64 ~x86"
+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}"
+
+src_prepare() {
+ # Fixes for build with Mono 4
+ sed -i "s#gmcs#mcs#g" configure.ac || die
+
+ eautoreconf
+ sed -i "s#mono/2.0#mono/4.5#g" configure || die
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-caches \
+ --disable-static \
+ $(use_with gnome-keyring gnomekeyring)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/bareftp/
@ 2016-09-18 9:58 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-09-18 9:58 UTC (permalink / raw
To: gentoo-commits
commit: 6a67e05c4641d6c125c8bee78df697cd69bed31f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:39:33 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:57:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a67e05c
net-ftp/bareftp: Drop old
Package-Manager: portage-2.3.0
net-ftp/bareftp/Manifest | 2 --
net-ftp/bareftp/bareftp-0.3.10.ebuild | 33 ---------------------------------
net-ftp/bareftp/bareftp-0.3.9.ebuild | 33 ---------------------------------
3 files changed, 68 deletions(-)
diff --git a/net-ftp/bareftp/Manifest b/net-ftp/bareftp/Manifest
index f2eec4e..fcb4342 100644
--- a/net-ftp/bareftp/Manifest
+++ b/net-ftp/bareftp/Manifest
@@ -1,3 +1 @@
-DIST bareftp-0.3.10.tar.gz 618615 SHA256 d36f10485762d93e38e81618981b540f2130945d7f41c7c0b60b6a0c059cd849 SHA512 944ef7d533b68c772e02e57526b7a4e11afd02a95c4100fcc8902616f1b3b5f14c78df1bba4e67c290a6e2db973dcf979f4a761ac84fc9ca139cc5e49dedf43b WHIRLPOOL 6f3869cbd10405a7a727ab9c3e13e12255118bf877327334c22c3ad9e4208c72766b66fab923207991a0b117b059a2c370691432602b81574073cb279a17bb8c
DIST bareftp-0.3.12.tar.gz 642509 SHA256 efb22c6b03a84a74ad734e493d5fa711b2c6cfea75db1bedf68c713a31d62727 SHA512 039135f8a2ff293fa5299f4e190b75f7ca3a3734a2b7514e6423ee62dc9cfc992cd00039af8caf4ef82db94e41cc04f5727a64985e8b3c7e90c124e74f5236d2 WHIRLPOOL 36036fe0ab0a146a1674c7825d048fde41ba8b92560191eb2d46c6e10ce4f70657656b94e0d0c1e30a10a1d1f8a082c819161fd2f2fdd58682bc0640d65b430e
-DIST bareftp-0.3.9.tar.gz 593672 SHA256 ac799d0b38695c8dbff85ef497746868a4b07ff2a86e61a901d8e61f125aeaef SHA512 c8730f4e0ed583f79f1ca7bc87940f73cf0ec44ca1db5bc5db121d9716c530621d7d8aeca431d6fc0b963ac561728cfa87c3cf56c74fff1f845cb7612a09c9a4 WHIRLPOOL 1440922e15832e5e287a1a477f03b82bfd3e9fc881e0119140cdb392697c93f39b4863856ba0841930b089fc7340d9f0cb79938989c85edbe6884e648ede9c95
diff --git a/net-ftp/bareftp/bareftp-0.3.10.ebuild b/net-ftp/bareftp/bareftp-0.3.10.ebuild
deleted file mode 100644
index 5d0632d..00000000
--- a/net-ftp/bareftp/bareftp-0.3.10.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-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="~amd64 ~x86"
-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() {
- DOCS="AUTHORS ChangeLog CREDITS README"
- G2CONF="--disable-caches
- --disable-static
- $(use_with gnome-keyring gnomekeyring)"
-}
diff --git a/net-ftp/bareftp/bareftp-0.3.9.ebuild b/net-ftp/bareftp/bareftp-0.3.9.ebuild
deleted file mode 100644
index 451ac00..00000000
--- a/net-ftp/bareftp/bareftp-0.3.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-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="amd64 x86"
-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() {
- DOCS="AUTHORS ChangeLog CREDITS README"
- G2CONF="--disable-caches
- --disable-static
- $(use_with gnome-keyring gnomekeyring)"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/bareftp/
@ 2017-03-18 6:24 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-03-18 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 5f6a435e8abfe2d862b015753b79471cfdb7614a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 06:22:43 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 06:24:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6a435e
net-ftp/bareftp: remove last rited package
Gentoo-bug: 608940
net-ftp/bareftp/Manifest | 1 -
net-ftp/bareftp/bareftp-0.3.12.ebuild | 42 -----------------------------------
net-ftp/bareftp/metadata.xml | 8 -------
3 files changed, 51 deletions(-)
diff --git a/net-ftp/bareftp/Manifest b/net-ftp/bareftp/Manifest
deleted file mode 100644
index fcb4342305a..00000000000
--- a/net-ftp/bareftp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bareftp-0.3.12.tar.gz 642509 SHA256 efb22c6b03a84a74ad734e493d5fa711b2c6cfea75db1bedf68c713a31d62727 SHA512 039135f8a2ff293fa5299f4e190b75f7ca3a3734a2b7514e6423ee62dc9cfc992cd00039af8caf4ef82db94e41cc04f5727a64985e8b3c7e90c124e74f5236d2 WHIRLPOOL 36036fe0ab0a146a1674c7825d048fde41ba8b92560191eb2d46c6e10ce4f70657656b94e0d0c1e30a10a1d1f8a082c819161fd2f2fdd58682bc0640d65b430e
diff --git a/net-ftp/bareftp/bareftp-0.3.12.ebuild b/net-ftp/bareftp/bareftp-0.3.12.ebuild
deleted file mode 100644
index df93409fe4b..00000000000
--- a/net-ftp/bareftp/bareftp-0.3.12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools mono-env 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="amd64 x86"
-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}"
-
-src_prepare() {
- # Fixes for build with Mono 4
- sed -i "s#gmcs#mcs#g" configure.ac || die
-
- eautoreconf
- sed -i "s#mono/2.0#mono/4.5#g" configure || die
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-caches \
- --disable-static \
- $(use_with gnome-keyring gnomekeyring)
-}
diff --git a/net-ftp/bareftp/metadata.xml b/net-ftp/bareftp/metadata.xml
deleted file mode 100644
index c99669dda12..00000000000
--- a/net-ftp/bareftp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <name>Gentoo Dotnet Project</name>
-</maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-18 6:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 9:58 [gentoo-commits] repo/gentoo:master commit in: net-ftp/bareftp/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2017-03-18 6:24 Michael Palimaka
2016-09-18 9:58 Pacho Ramos
2016-09-18 9:58 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox