summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2019-10-23 00:47:24 -0400
committerskydrome2019-10-23 00:47:24 -0400
commitb14f2ce37ab7ac9c1f49c9cd6119689db03ba41c (patch)
tree698f0b2be1c9e527e67cd68db9807042ed3654e6
parentd101f241a6873c3fba138af3227084665182c065 (diff)
downloadaur-b14f2ce37ab7ac9c1f49c9cd6119689db03ba41c.tar.gz
remove patch
-rw-r--r--.SRCINFO2
-rw-r--r--gettext-0.20.1-jdk13-fix.patch120
2 files changed, 0 insertions, 122 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d5840cbe6c..fbf8cf5c4fe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,13 +25,11 @@ pkgbase = i2p-dev
source = i2prouter.sh
source = wrapper.config
source = router.config
- source = gettext-0.20.1-jdk13-fix.patch
sha256sums = SKIP
sha256sums = ff9942ca43715b5095b0118e306c8aec1af7c68c18e8959dba10d86eac8efbfd
sha256sums = ea8f97e66461d591b1819eab39bbc40056b89ae12f7729b3dd9fd2ce088e5e53
sha256sums = 5c57456bf3f364175d036dfc6c6ceea5e57cdda970407829c04d09a4c821a9c0
sha256sums = 41756375ef2e8323147cec31a8675b2bc11109451f9185c036ff32d26d6c9b99
- sha256sums = 79e5c8077b479a2edaaaf15a427084c2e87c16cda80ed2230f9354dcdca14393
pkgname = i2p-dev
diff --git a/gettext-0.20.1-jdk13-fix.patch b/gettext-0.20.1-jdk13-fix.patch
deleted file mode 100644
index a0eefa3f2536..000000000000
--- a/gettext-0.20.1-jdk13-fix.patch
+++ /dev/null
@@ -1,120 +0,0 @@
-diff -Naur apps/desktopgui/bundle-messages.sh apps/desktopgui/bundle-messages.sh
---- apps/desktopgui/bundle-messages.sh 2019-10-21 15:51:13.000000000 -0400
-+++ apps/desktopgui/bundle-messages.sh 2019-10-23 00:05:49.425382182 -0400
-@@ -105,7 +105,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/i2psnark/java/bundle-messages.sh apps/i2psnark/java/bundle-messages.sh
---- apps/i2psnark/java/bundle-messages.sh 2019-10-21 15:51:14.000000000 -0400
-+++ apps/i2psnark/java/bundle-messages.sh 2019-10-23 00:05:49.428715395 -0400
-@@ -96,7 +96,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/i2ptunnel/java/bundle-messages-proxy.sh apps/i2ptunnel/java/bundle-messages-proxy.sh
---- apps/i2ptunnel/java/bundle-messages-proxy.sh 2019-10-21 15:51:14.000000000 -0400
-+++ apps/i2ptunnel/java/bundle-messages-proxy.sh 2019-10-23 00:05:49.435381820 -0400
-@@ -98,7 +98,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/i2ptunnel/java/bundle-messages.sh apps/i2ptunnel/java/bundle-messages.sh
---- apps/i2ptunnel/java/bundle-messages.sh 2019-10-21 15:51:14.000000000 -0400
-+++ apps/i2ptunnel/java/bundle-messages.sh 2019-10-23 00:05:49.435381820 -0400
-@@ -97,7 +97,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/ministreaming/java/bundle-messages.sh apps/ministreaming/java/bundle-messages.sh
---- apps/ministreaming/java/bundle-messages.sh 2019-10-21 15:51:16.000000000 -0400
-+++ apps/ministreaming/java/bundle-messages.sh 2019-10-23 00:05:49.442048246 -0400
-@@ -96,7 +96,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/routerconsole/java/bundle-messages-countries.sh apps/routerconsole/java/bundle-messages-countries.sh
---- apps/routerconsole/java/bundle-messages-countries.sh 2019-10-21 15:51:16.000000000 -0400
-+++ apps/routerconsole/java/bundle-messages-countries.sh 2019-10-23 00:05:49.442048246 -0400
-@@ -112,7 +112,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/routerconsole/java/bundle-messages-news.sh apps/routerconsole/java/bundle-messages-news.sh
---- apps/routerconsole/java/bundle-messages-news.sh 2019-10-21 15:51:16.000000000 -0400
-+++ apps/routerconsole/java/bundle-messages-news.sh 2019-10-23 00:05:49.452047883 -0400
-@@ -98,7 +98,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/routerconsole/java/bundle-messages.sh apps/routerconsole/java/bundle-messages.sh
---- apps/routerconsole/java/bundle-messages.sh 2019-10-21 15:51:16.000000000 -0400
-+++ apps/routerconsole/java/bundle-messages.sh 2019-10-23 00:05:49.452047883 -0400
-@@ -126,7 +126,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/susidns/src/bundle-messages.sh apps/susidns/src/bundle-messages.sh
---- apps/susidns/src/bundle-messages.sh 2019-10-21 15:51:19.000000000 -0400
-+++ apps/susidns/src/bundle-messages.sh 2019-10-23 00:05:49.415382545 -0400
-@@ -104,7 +104,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way
-diff -Naur apps/susimail/bundle-messages.sh apps/susimail/bundle-messages.sh
---- apps/susimail/bundle-messages.sh 2019-10-21 15:51:19.000000000 -0400
-+++ apps/susimail/bundle-messages.sh 2019-10-23 00:05:49.418715757 -0400
-@@ -96,7 +96,7 @@
- # only generate for non-source language
- echo "Generating ${CLASS}_$LG ResourceBundle..."
-
-- msgfmt -V | grep -q '0\.19'
-+ msgfmt -V | grep -q '0\.2[01]'
- if [ $? -ne 0 ]
- then
- # slow way