summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2020-11-24 17:23:33 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2020-11-24 21:29:15 -0500
commit42c388fe9005c5962166bafcc286565b873d423d (patch)
tree499a1e949f8daf988bcbe7f0c0f1d7d7a65b88b4 /dev-vcs/gitstats/files
parentdev-vcs/gitstats: remove the live ebuild (diff)
downloadgentoo-42c388fe9005c5962166bafcc286565b873d423d.tar.gz
gentoo-42c388fe9005c5962166bafcc286565b873d423d.tar.bz2
gentoo-42c388fe9005c5962166bafcc286565b873d423d.zip
dev-vcs/gitstats: remove old python2 versions
Bug: https://bugs.gentoo.org/735338 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'dev-vcs/gitstats/files')
-rw-r--r--dev-vcs/gitstats/files/gitstats-0_pre131024-filter-invalid-unicode.patch11
-rw-r--r--dev-vcs/gitstats/files/gitstats-0_pre20151223-grep-force-text.patch11
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-vcs/gitstats/files/gitstats-0_pre131024-filter-invalid-unicode.patch b/dev-vcs/gitstats/files/gitstats-0_pre131024-filter-invalid-unicode.patch
deleted file mode 100644
index 4af6f890ec40..000000000000
--- a/dev-vcs/gitstats/files/gitstats-0_pre131024-filter-invalid-unicode.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gitstats 2016-03-24 10:57:18.000000000 -0300
-+++ gitstats.mod 2016-03-24 10:57:11.355016439 -0300
-@@ -321,7 +321,7 @@
-
- # Collect revision statistics
- # Outputs "<stamp> <date> <time> <timezone> <author> '<' <mail> '>'"
-- lines = getpipeoutput(['git rev-list --pretty=format:"%%at %%ai %%aN <%%aE>" %s' % getcommitrange('HEAD'), 'grep -v ^commit']).split('\n')
-+ lines = getpipeoutput(['git rev-list --pretty=format:"%%at %%ai %%aN <%%aE>" %s' % getcommitrange('HEAD'), 'grep -av ^commit | grep -ax \'.*\'']).split('\n')
- for line in lines:
- parts = line.split(' ', 4)
- author = ''
diff --git a/dev-vcs/gitstats/files/gitstats-0_pre20151223-grep-force-text.patch b/dev-vcs/gitstats/files/gitstats-0_pre20151223-grep-force-text.patch
deleted file mode 100644
index 9663afcd4f62..000000000000
--- a/dev-vcs/gitstats/files/gitstats-0_pre20151223-grep-force-text.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gitstats 2016-04-01 09:46:31.000000000 -0300
-+++ b/gitstats 2016-04-01 09:46:18.458667610 -0300
-@@ -327,7 +327,7 @@
-
- # Collect revision statistics
- # Outputs "<stamp> <date> <time> <timezone> <author> '<' <mail> '>'"
-- lines = getpipeoutput(['git rev-list --pretty=format:"%%at %%ai %%aN <%%aE>" %s' % getlogrange('HEAD'), 'grep -v ^commit']).split('\n')
-+ lines = getpipeoutput(['git rev-list --pretty=format:"%%at %%ai %%aN <%%aE>" %s' % getlogrange('HEAD'), 'grep -av ^commit']).split('\n')
- for line in lines:
- parts = line.split(' ', 4)
- author = ''