From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/files/
Date: Sat, 7 Jan 2017 22:28:35 +0000 (UTC) [thread overview]
Message-ID: <1483828064.1ad7a5d771bde07971209fe851dccd7cab782182.blueness@gentoo> (raw)
commit: 1ad7a5d771bde07971209fe851dccd7cab782182
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jan 7 16:39:48 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 22:27:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad7a5d7
net-misc/ipv6calc: remove unused patch
.../files/ipv6calc-0.96.0-fix-link-order.patch | 48 ----------------------
1 file changed, 48 deletions(-)
diff --git a/net-misc/ipv6calc/files/ipv6calc-0.96.0-fix-link-order.patch b/net-misc/ipv6calc/files/ipv6calc-0.96.0-fix-link-order.patch
deleted file mode 100644
index b1e48dc..00000000
--- a/net-misc/ipv6calc/files/ipv6calc-0.96.0-fix-link-order.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -Naur ipv6calc-0.96.0.orig/ipv6calc/Makefile.in ipv6calc-0.96.0/ipv6calc/Makefile.in
---- ipv6calc-0.96.0.orig/ipv6calc/Makefile.in 2014-02-03 01:45:20.000000000 -0500
-+++ ipv6calc-0.96.0/ipv6calc/Makefile.in 2014-02-19 09:36:48.504688355 -0500
-@@ -16,7 +16,7 @@
-
- INCLUDES= @MD5_INCLUDE@ @GETOPT_INCLUDE@ @IP2LOCATION_INCLUDE@ @GEOIP_INCLUDE@ -I../ -I../lib/ -I../databases/lib/
-
--LIBS = @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@ @IPV6CALC_LIB@
-+LIBS = @IPV6CALC_LIB@ @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@
-
- GETOBJS = @LIBOBJS@
-
-diff -Naur ipv6calc-0.96.0.orig/ipv6loganon/Makefile.in ipv6calc-0.96.0/ipv6loganon/Makefile.in
---- ipv6calc-0.96.0.orig/ipv6loganon/Makefile.in 2014-02-02 14:33:21.000000000 -0500
-+++ ipv6calc-0.96.0/ipv6loganon/Makefile.in 2014-02-19 09:37:01.211687339 -0500
-@@ -18,7 +18,7 @@
-
- INCLUDES= $(COPTS) @MD5_INCLUDE@ @GETOPT_INCLUDE@ @IP2LOCATION_INCLUDE@ @GEOIP_INCLUDE@ -I../ -I../lib/
-
--LIBS = @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@ @IPV6CALC_LIB@
-+LIBS = @IPV6CALC_LIB@ @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@
-
- GETOBJS = @LIBOBJS@
-
-diff -Naur ipv6calc-0.96.0.orig/ipv6logconv/Makefile.in ipv6calc-0.96.0/ipv6logconv/Makefile.in
---- ipv6calc-0.96.0.orig/ipv6logconv/Makefile.in 2014-02-02 14:33:21.000000000 -0500
-+++ ipv6calc-0.96.0/ipv6logconv/Makefile.in 2014-02-19 09:36:32.225689657 -0500
-@@ -18,7 +18,7 @@
-
- INCLUDES= @MD5_INCLUDE@ @GETOPT_INCLUDE@ @IP2LOCATION_INCLUDE@ @GEOIP_INCLUDE@ -I../ -I../lib/ -I../databases/lib/
-
--LIBS = @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@ @IPV6CALC_LIB@
-+LIBS = @IPV6CALC_LIB@ @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@
-
- GETOBJS = @LIBOBJS@
-
-diff -Naur ipv6calc-0.96.0.orig/ipv6logstats/Makefile.in ipv6calc-0.96.0/ipv6logstats/Makefile.in
---- ipv6calc-0.96.0.orig/ipv6logstats/Makefile.in 2014-02-02 14:33:21.000000000 -0500
-+++ ipv6calc-0.96.0/ipv6logstats/Makefile.in 2014-02-19 09:37:15.840686169 -0500
-@@ -18,7 +18,7 @@
-
- INCLUDES= $(COPTS) @MD5_INCLUDE@ @GETOPT_INCLUDE@ @IP2LOCATION_INCLUDE@ @GEOIP_INCLUDE@ -I../ -I../lib/ -I../databases/lib/
-
--LIBS = @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@ @IPV6CALC_LIB@
-+LIBS = @IPV6CALC_LIB@ @IP2LOCATION_LIB@ @GEOIP_LIB@ @DYNLOAD_LIB@
-
- GETOBJS = @LIBOBJS@
-
reply other threads:[~2017-01-07 22:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1483828064.1ad7a5d771bde07971209fe851dccd7cab782182.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox