summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-06-04 18:21:09 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-06-05 23:49:28 +0200
commit7771acdc33b51b57096b4fc920acc8f2c7f5f016 (patch)
tree4289b5e7d8706862757be1f2b0386f374f47d932 /dev-util/ctags/files
parentpackage.mask: Last-rite split gtk-sharp and gnome-sharp packages (diff)
downloadgentoo-7771acdc33b51b57096b4fc920acc8f2c7f5f016.tar.gz
gentoo-7771acdc33b51b57096b4fc920acc8f2c7f5f016.tar.bz2
gentoo-7771acdc33b51b57096b4fc920acc8f2c7f5f016.zip
dev-util/ctags: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/ctags/files')
-rw-r--r--dev-util/ctags/files/ctags-20161028-automagic-deps.patch4
-rw-r--r--dev-util/ctags/files/ctags-5.6-ebuilds.patch4
-rw-r--r--dev-util/ctags/files/ctags-5.8-ada.patch4
-rw-r--r--dev-util/ctags/files/ctags-5.8-f95-pointers.patch4
-rw-r--r--dev-util/ctags/files/ctags-5.8-python-vars-starting-with-def.patch4
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-util/ctags/files/ctags-20161028-automagic-deps.patch b/dev-util/ctags/files/ctags-20161028-automagic-deps.patch
index a22481be7beb..980d7d1c5ac5 100644
--- a/dev-util/ctags/files/ctags-20161028-automagic-deps.patch
+++ b/dev-util/ctags/files/ctags-20161028-automagic-deps.patch
@@ -1,7 +1,7 @@
Add options to control libxml2, jansson, and libyaml automagic deps.
---- ctags-20161028/configure.ac
-+++ ctags-20161028/configure.ac
+--- a/configure.ac
++++ b/configure.ac
@@ -585,30 +585,48 @@
AC_CHECK_FUNCS(fork waitpid execv pipe,[enable_xcmd=yes],[enable_xcmd=no])
AM_CONDITIONAL([ENABLE_XCMD], [test "xyes" = "x$enable_xcmd"])
diff --git a/dev-util/ctags/files/ctags-5.6-ebuilds.patch b/dev-util/ctags/files/ctags-5.6-ebuilds.patch
index 5b0de663a15a..9fce6c5defcf 100644
--- a/dev-util/ctags/files/ctags-5.6-ebuilds.patch
+++ b/dev-util/ctags/files/ctags-5.6-ebuilds.patch
@@ -1,6 +1,6 @@
diff -ur ctags-5.6/sh.c ctags-5.6-ebuild/sh.c
---- ctags-5.6/sh.c 2006-05-30 00:37:13.000000000 -0400
-+++ ctags-5.6-ebuild/sh.c 2006-10-07 17:37:31.000000000 -0400
+--- a/sh.c 2006-05-30 00:37:13.000000000 -0400
++++ b/sh.c 2006-10-07 17:37:31.000000000 -0400
@@ -7,7 +7,8 @@
* GNU General Public License.
*
diff --git a/dev-util/ctags/files/ctags-5.8-ada.patch b/dev-util/ctags/files/ctags-5.8-ada.patch
index 48ed96f0d88e..9026bc540400 100644
--- a/dev-util/ctags/files/ctags-5.8-ada.patch
+++ b/dev-util/ctags/files/ctags-5.8-ada.patch
@@ -1,5 +1,5 @@
---- parsers-orig.h 2009-11-16 23:39:49.747328066 +0200
-+++ parsers.h 2009-11-16 23:40:26.541581805 +0200
+--- a/parsers.h 2009-11-16 23:39:49.747328066 +0200
++++ b/parsers.h 2009-11-16 23:40:26.541581805 +0200
@@ -16,6 +16,7 @@
/* Add the name of any new parser definition function here */
diff --git a/dev-util/ctags/files/ctags-5.8-f95-pointers.patch b/dev-util/ctags/files/ctags-5.8-f95-pointers.patch
index 4ac9560f8785..a29334571657 100644
--- a/dev-util/ctags/files/ctags-5.8-f95-pointers.patch
+++ b/dev-util/ctags/files/ctags-5.8-f95-pointers.patch
@@ -1,5 +1,5 @@
---- fortran-orig.c 2009-11-16 23:38:06.154328652 +0200
-+++ fortran.c 2009-11-16 23:38:08.711335501 +0200
+--- a/fortran.c 2009-11-16 23:38:06.154328652 +0200
++++ b/fortran.c 2009-11-16 23:38:08.711335501 +0200
@@ -1319,7 +1319,8 @@
readToken (token);
skipPast (token, TOKEN_OPERATOR);
diff --git a/dev-util/ctags/files/ctags-5.8-python-vars-starting-with-def.patch b/dev-util/ctags/files/ctags-5.8-python-vars-starting-with-def.patch
index 83d9f7e887eb..68a37df7ff91 100644
--- a/dev-util/ctags/files/ctags-5.8-python-vars-starting-with-def.patch
+++ b/dev-util/ctags/files/ctags-5.8-python-vars-starting-with-def.patch
@@ -1,5 +1,5 @@
---- python-orig.c 2009-11-16 23:33:44.930351712 +0200
-+++ python.c 2009-11-16 23:35:08.433328150 +0200
+--- a/python.c 2009-11-16 23:33:44.930351712 +0200
++++ b/python.c 2009-11-16 23:35:08.433328150 +0200
@@ -264,8 +264,8 @@
while (*cp)
{