public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2017-08-06 13:42 Amy Liffey
  0 siblings, 0 replies; 13+ messages in thread
From: Amy Liffey @ 2017-08-06 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     61c4d6630a3a9b164c3e6a50dc2fda4df28a5b09
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 13:02:01 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 13:41:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c4d663

net-misc/snarf: Shorter DESCRIPTION

 net-misc/snarf/snarf-7.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/snarf/snarf-7.0-r3.ebuild b/net-misc/snarf/snarf-7.0-r3.ebuild
index b3b272141cb..4148b3f5245 100644
--- a/net-misc/snarf/snarf-7.0-r3.ebuild
+++ b/net-misc/snarf/snarf-7.0-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils
 
 IUSE=""
-DESCRIPTION="Small and fast CLI resource grabber with support for http, gopher, finger, and ftp protocols"
+DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
 SRC_URI="http://www.xach.com/snarf/${P}.tar.gz"
 HOMEPAGE="http://www.xach.com/snarf/"
 KEYWORDS="alpha amd64 ppc sparc x86"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2018-07-06 21:48 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2018-07-06 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d52f35a6e816bfa67b4144f74866342d6c668a41
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 24 15:07:58 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  6 21:47:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52f35a6

net-misc/snarf: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/9023

 net-misc/snarf/snarf-7.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/snarf/snarf-7.0-r3.ebuild b/net-misc/snarf/snarf-7.0-r3.ebuild
index ad4c94916f1..398ad27531d 100644
--- a/net-misc/snarf/snarf-7.0-r3.ebuild
+++ b/net-misc/snarf/snarf-7.0-r3.ebuild
@@ -7,8 +7,8 @@ inherit eutils
 
 IUSE=""
 DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
-SRC_URI="http://www.xach.com/snarf/${P}.tar.gz"
-HOMEPAGE="http://www.xach.com/snarf/"
+SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
+HOMEPAGE="https://www.xach.com/snarf/"
 KEYWORDS="alpha amd64 ppc sparc x86"
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2018-07-06 21:48 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2018-07-06 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     784449da19027b79ac828230f6c87d01ab0d1430
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 24 15:18:07 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  6 21:47:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784449da

net-misc/snarf: EAPI7, improve ebuild

 net-misc/snarf/snarf-7.0-r4.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild b/net-misc/snarf/snarf-7.0-r4.ebuild
new file mode 100644
index 00000000000..dacf70a7a6c
--- /dev/null
+++ b/net-misc/snarf/snarf-7.0-r4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
+HOMEPAGE="https://www.xach.com/snarf/"
+SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+PATCHES=(
+	"${FILESDIR}"/snarf-basename-patch.diff
+	"${FILESDIR}"/snarf-unlink-empty.diff
+	"${FILESDIR}"/snarf-fix-off-by-ones.diff
+)
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin snarf
+	doman snarf.1
+	dodoc ChangeLog README TODO
+}
+
+pkg_postinst() {
+	elog 'To use snarf with portage, try these settings in your make.conf'
+	elog
+	elog '	FETCHCOMMAND="/usr/bin/snarf -b \${URI} \${DISTDIR}/\${FILE}"'
+	elog '	RESUMECOMMAND="/usr/bin/snarf -rb \${URI} \${DISTDIR}/\${FILE}"'
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2018-09-12 20:47 Thomas Deutschmann
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Deutschmann @ 2018-09-12 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     933fbb3dc39a0b4fea6a555e21f79e06fe2df58e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 20:45:13 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 20:45:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933fbb3d

net-misc/snarf: x86 stable (bug #665784)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/snarf/snarf-7.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild b/net-misc/snarf/snarf-7.0-r4.ebuild
index dacf70a7a6c..fd8465f10fc 100644
--- a/net-misc/snarf/snarf-7.0-r4.ebuild
+++ b/net-misc/snarf/snarf-7.0-r4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
 HOMEPAGE="https://www.xach.com/snarf/"
 SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2018-09-13 20:23 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2018-09-13 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7f69059bd0fb3baa554daafe01df8035ce91a0a7
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Sep 13 05:15:14 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 20:23:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f69059b

net-misc/snarf: stable 7.0-r4 for sparc, bug #665784

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 net-misc/snarf/snarf-7.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild b/net-misc/snarf/snarf-7.0-r4.ebuild
index fd8465f10fc..f6d610f0d56 100644
--- a/net-misc/snarf/snarf-7.0-r4.ebuild
+++ b/net-misc/snarf/snarf-7.0-r4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
 HOMEPAGE="https://www.xach.com/snarf/"
 SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2018-09-14 12:17 Tobias Klausmann
  0 siblings, 0 replies; 13+ messages in thread
From: Tobias Klausmann @ 2018-09-14 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     62cd124c85760b91e9fa67112cc386bf3ff835e0
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 12:13:17 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 12:17:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cd124c

net-misc/snarf-7.0-r4: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/665784

 net-misc/snarf/snarf-7.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild b/net-misc/snarf/snarf-7.0-r4.ebuild
index f6d610f0d56..df683bcced3 100644
--- a/net-misc/snarf/snarf-7.0-r4.ebuild
+++ b/net-misc/snarf/snarf-7.0-r4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
 HOMEPAGE="https://www.xach.com/snarf/"
 SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~ppc sparc x86"
+KEYWORDS="alpha ~amd64 ~ppc sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2018-09-15 16:52 Mikle Kolyada
  0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2018-09-15 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0f3fbb3b70b5dd612398d5987fc0d30bdfa0dfd7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 16:52:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 16:52:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3fbb3b

net-misc/snarf: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/snarf/snarf-7.0-r3.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/net-misc/snarf/snarf-7.0-r3.ebuild b/net-misc/snarf/snarf-7.0-r3.ebuild
deleted file mode 100644
index 398ad27531d..00000000000
--- a/net-misc/snarf/snarf-7.0-r3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
-SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
-HOMEPAGE="https://www.xach.com/snarf/"
-KEYWORDS="alpha amd64 ppc sparc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=""
-
-src_unpack() {
-	unpack ${A}
-	epatch "${FILESDIR}"/snarf-basename-patch.diff
-	epatch "${FILESDIR}"/snarf-unlink-empty.diff
-	epatch "${FILESDIR}"/snarf-fix-off-by-ones.diff
-}
-
-src_install() {
-	dobin snarf
-	doman snarf.1
-	dodoc ChangeLog README TODO
-}
-
-pkg_postinst() {
-	elog 'To use snarf with portage, try these settings in your make.conf'
-	elog
-	elog '	FETCHCOMMAND="/usr/bin/snarf -b \${URI} \${DISTDIR}/\${FILE}"'
-	elog '	RESUMECOMMAND="/usr/bin/snarf -rb \${URI} \${DISTDIR}/\${FILE}"'
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2018-09-15 16:52 Mikle Kolyada
  0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2018-09-15 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5a8d4d0695edc64a3897862c9eceadb414921d82
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 16:51:33 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 16:51:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8d4d06

net-misc/snarf: amd64/ppc stable wrt bug #665784

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/snarf/snarf-7.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild b/net-misc/snarf/snarf-7.0-r4.ebuild
index df683bcced3..82102a8b71f 100644
--- a/net-misc/snarf/snarf-7.0-r4.ebuild
+++ b/net-misc/snarf/snarf-7.0-r4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
 HOMEPAGE="https://www.xach.com/snarf/"
 SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
-KEYWORDS="alpha ~amd64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2023-01-24 20:24 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-01-24 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1074af7368ae2c3ae53af4307efb6e94f222b8ab
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 20:24:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 20:24:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1074af73

net-misc/snarf: Stabilize 7.0-r5 ppc, #891931

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/snarf/snarf-7.0-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/snarf/snarf-7.0-r5.ebuild b/net-misc/snarf/snarf-7.0-r5.ebuild
index 7a78027bb2a2..6d633b01e93f 100644
--- a/net-misc/snarf/snarf-7.0-r5.ebuild
+++ b/net-misc/snarf/snarf-7.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/snarf-basename-patch.diff


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2023-01-24 23:55 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-24 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cf9d478232b3cff4e9cc7a0ef335b9bef8a4042b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:54:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:54:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9d4782

net-misc/snarf: Stabilize 7.0-r5 amd64, #891931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/snarf/snarf-7.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r5.ebuild b/net-misc/snarf/snarf-7.0-r5.ebuild
index 6d633b01e93f..af0b36438f58 100644
--- a/net-misc/snarf/snarf-7.0-r5.ebuild
+++ b/net-misc/snarf/snarf-7.0-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/snarf-basename-patch.diff


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2023-01-25  1:40 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-25  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b1cb0e7bc12c126a5bcaba760641e389a8b73291
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 01:40:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 01:40:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cb0e7b

net-misc/snarf: Stabilize 7.0-r5 sparc, #891931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/snarf/snarf-7.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r5.ebuild b/net-misc/snarf/snarf-7.0-r5.ebuild
index c68ccf0fce98..c82a698d354c 100644
--- a/net-misc/snarf/snarf-7.0-r5.ebuild
+++ b/net-misc/snarf/snarf-7.0-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ppc sparc x86"
 
 PATCHES=(
 	"${FILESDIR}"/snarf-basename-patch.diff


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2023-01-25  1:40 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-25  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6ad280b2cbfb35ea53e725bd365c97af6df9f415
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 01:40:01 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 01:40:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad280b2

net-misc/snarf: Stabilize 7.0-r5 x86, #891931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/snarf/snarf-7.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/snarf/snarf-7.0-r5.ebuild b/net-misc/snarf/snarf-7.0-r5.ebuild
index af0b36438f58..c68ccf0fce98 100644
--- a/net-misc/snarf/snarf-7.0-r5.ebuild
+++ b/net-misc/snarf/snarf-7.0-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 
 PATCHES=(
 	"${FILESDIR}"/snarf-basename-patch.diff


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/
@ 2024-08-01 16:23 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2024-08-01 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2b2dd8d48494f9a01c7021e27c2b150577f4ef8a
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Aug  1 14:57:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 15:29:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2dd8d4

net-misc/snarf: drop 7.0-r4

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/snarf/snarf-7.0-r4.ebuild | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild b/net-misc/snarf/snarf-7.0-r4.ebuild
deleted file mode 100644
index a5e2107fea38..000000000000
--- a/net-misc/snarf/snarf-7.0-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp"
-HOMEPAGE="https://www.xach.com/snarf/"
-SRC_URI="https://www.xach.com/snarf/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 ppc sparc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-PATCHES=(
-	"${FILESDIR}"/snarf-basename-patch.diff
-	"${FILESDIR}"/snarf-unlink-empty.diff
-	"${FILESDIR}"/snarf-fix-off-by-ones.diff
-)
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin snarf
-	doman snarf.1
-	dodoc ChangeLog README TODO
-}
-
-pkg_postinst() {
-	elog 'To use snarf with portage, try these settings in your make.conf'
-	elog
-	elog '	FETCHCOMMAND="/usr/bin/snarf -b \${URI} \${DISTDIR}/\${FILE}"'
-	elog '	RESUMECOMMAND="/usr/bin/snarf -rb \${URI} \${DISTDIR}/\${FILE}"'
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-08-01 16:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-15 16:52 [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 16:23 Andreas Sturmlechner
2023-01-25  1:40 Sam James
2023-01-25  1:40 Sam James
2023-01-24 23:55 Sam James
2023-01-24 20:24 Arthur Zamarin
2018-09-15 16:52 Mikle Kolyada
2018-09-14 12:17 Tobias Klausmann
2018-09-13 20:23 Sergei Trofimovich
2018-09-12 20:47 Thomas Deutschmann
2018-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2017-08-06 13:42 Amy Liffey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox