summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-20 11:15:49 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-20 11:15:49 +0100
commit65054120a51d3a6b941f7e1e18e3f8c217647f4e (patch)
treed4ff050ba359f321d01f05c0dc382b90d40b0986 /sci-mathematics/msieve/files
parentsci-mathematics/maxima: Remove old (diff)
downloadgentoo-65054120a51d3a6b941f7e1e18e3f8c217647f4e.tar.gz
gentoo-65054120a51d3a6b941f7e1e18e3f8c217647f4e.tar.bz2
gentoo-65054120a51d3a6b941f7e1e18e3f8c217647f4e.zip
sci-mathematics/msieve: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/msieve/files')
-rw-r--r--sci-mathematics/msieve/files/fix-version2.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-mathematics/msieve/files/fix-version2.patch b/sci-mathematics/msieve/files/fix-version2.patch
deleted file mode 100644
index 6e956897bdf0..000000000000
--- a/sci-mathematics/msieve/files/fix-version2.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- demo.c 2011-11-25 00:25:28.000000000 +0800
-+++ demo.c.new 2012-11-30 16:46:50.417333847 +0800
-@@ -81,9 +81,8 @@
- /*--------------------------------------------------------------------*/
- void print_usage(char *progname) {
-
-- printf("\nMsieve v. %d.%02d (SVN %s)\n", MSIEVE_MAJOR_VERSION,
-- MSIEVE_MINOR_VERSION,
-- MSIEVE_SVN_VERSION);
-+ printf("\nMsieve v. %d.%02d\n", MSIEVE_MAJOR_VERSION,
-+ MSIEVE_MINOR_VERSION);
-
- printf("\nusage: %s [options] [one_number]\n", progname);
- printf("\nnumbers starting with '0' are treated as octal,\n"