public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/difffilter/
@ 2016-08-07  7:25 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-08-07  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     92e5bbe935a9de0c3e5054cd8db491426d677ee2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 07:10:57 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 07:24:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e5bbe9

dev-util/difffilter: Cleanup per bug #355897

Package-Manager: portage-2.3.0

 dev-util/difffilter/metadata.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dev-util/difffilter/metadata.xml b/dev-util/difffilter/metadata.xml
index 57ad2ed..097975e 100644
--- a/dev-util/difffilter/metadata.xml
+++ b/dev-util/difffilter/metadata.xml
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>binki@gentoo.org</email>
-    <name>Nathan Phillip Brink</name>
-    <description>Upstream and maintainer. Assign bugs to him</description>
-  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/difffilter/
@ 2016-08-11 17:25 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-08-11 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     87bb81cdbd82aa5e8952966310eed976c1ce3c3f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 17:25:34 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 17:25:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bb81cd

dev-util/difffilter: remove old

Package-Manager: portage-2.3.0

 dev-util/difffilter/Manifest                |  1 -
 dev-util/difffilter/difffilter-0.3.1.ebuild | 30 -----------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-util/difffilter/Manifest b/dev-util/difffilter/Manifest
index 1923a45..6ec5476 100644
--- a/dev-util/difffilter/Manifest
+++ b/dev-util/difffilter/Manifest
@@ -1,2 +1 @@
-DIST difffilter-0.3.1.tar.bz2 273674 SHA256 e9bcb74fb6aa3ec6c917a1a98c9e2e6023aa5c0bed5d4605787b3392f6340ded SHA512 eaadbdb3e215501461e46905066dc9c9adead54549f78727b5ffd3aff540aa81141d5853cb459932d695c25521f74f0c30c214df4693a3abaf141e0aad294a82 WHIRLPOOL 27f578d56e0a6222749f2d5ca8717233393183926afe14793f2358671ba1ea69a26fb4519f316df894d2ee37c2ad7f5ae0156eb1ebc643e71b7182c062c9f499
 DIST difffilter-0.3.3.tar.bz2 291226 SHA256 2f14af2a3535a52322ae77d805c2a4ae1e8301eee0905406845cea3c2ae0bcd3 SHA512 ac9aa95dd7e41b6c49c1416be9d1929a41b629587ecb90f3dcadd3982a46d8eb49d181f8f1b1645322113becd9a4b708d0df1e27f6fb9064ffb06b37e5f101f8 WHIRLPOOL 06f50da86ab174e974e9f88f522ed4b18a4c93e783b3691840be2fb419f20da8b823c41c2daff4ca8f78377463dc63de5741da5b1d8efe14fd6686fa8a34f299

diff --git a/dev-util/difffilter/difffilter-0.3.1.ebuild b/dev-util/difffilter/difffilter-0.3.1.ebuild
deleted file mode 100644
index de81ad3..0000000
--- a/dev-util/difffilter/difffilter-0.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit autotools-utils
-
-DESCRIPTION="Filter files out of unified diffs using POSIX extended regular expressions"
-HOMEPAGE="http://ohnopub.net/~ohnobinki/difffilter/"
-SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/liblist-2.3.1
-	dev-libs/libstrl
-	dev-libs/tre"
-DEPEND="doc? ( app-text/txt2man )
-	${RDEPEND}"
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable doc)
-	)
-
-	autotools-utils_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/difffilter/
@ 2019-03-13 12:15 Jeroen Roovers
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2019-03-13 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     92581d7622fa4223119cd731cea66eb8a06fe86c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 12:11:54 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 12:15:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92581d76

dev-util/difffilter: FTP => HTTP

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Bug: https://bugs.gentoo.org/672182
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 dev-util/difffilter/difffilter-0.3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
index 9a0c0387ec7..d8137bf00d1 100644
--- a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
+++ b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Filter files out of unified diffs using POSIX extended regular expressions"
 HOMEPAGE="http://ohnopub.net/~ohnobinki/difffilter/"
-SRC_URI="ftp://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2"
+SRC_URI="http://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/difffilter/
@ 2020-03-21 10:09 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-03-21 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     710ba0592bad683f2f129e0de096471c9496a9ae
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 10:08:48 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 10:08:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710ba059

dev-util/difffilter: Drop old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-util/difffilter/difffilter-0.3.3.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-util/difffilter/difffilter-0.3.3.ebuild b/dev-util/difffilter/difffilter-0.3.3.ebuild
deleted file mode 100644
index ec2d6786e05..00000000000
--- a/dev-util/difffilter/difffilter-0.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-DESCRIPTION="Filter files out of unified diffs using POSIX extended regular expressions"
-HOMEPAGE="http://ohnopub.net/~ohnobinki/difffilter/"
-SRC_URI="ftp://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/liblist-2.3.1
-	dev-libs/libstrl
-	dev-libs/tre"
-DEPEND="doc? ( app-text/txt2man )
-	${RDEPEND}"
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable doc)
-	)
-
-	autotools-utils_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/difffilter/
@ 2020-03-21 10:09 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-03-21 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bae0b5eb9b7103448d7fedc40ad2152417dbf5b3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 10:08:18 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 10:08:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae0b5eb

dev-util/difffilter: move stable forward

Closes: https://bugs.gentoo.org/702406
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-util/difffilter/difffilter-0.3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
index d8137bf00d1..1b210f17216 100644
--- a/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
+++ b/dev-util/difffilter/difffilter-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://mirror.ohnopub.net/mirror/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
 
 RDEPEND="
 	>=dev-libs/liblist-2.3.1


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

end of thread, other threads:[~2020-03-21 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-13 12:15 [gentoo-commits] repo/gentoo:master commit in: dev-util/difffilter/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2020-03-21 10:09 Mikle Kolyada
2020-03-21 10:09 Mikle Kolyada
2016-08-11 17:25 Michael Palimaka
2016-08-07  7:25 Pacho Ramos

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