summaryrefslogtreecommitdiff
path: root/dev-util/gengetopt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/gengetopt/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/gengetopt/files')
-rw-r--r--dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch16
-rw-r--r--dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch11
-rw-r--r--dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch9
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch b/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
deleted file mode 100644
index 409bfb810f9e..000000000000
--- a/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -27,11 +27,11 @@
-
- dnl directory for docs (html)
- AC_SUBST(gengetoptdocdir)
--gengetoptdocdir=$docdir
-+gengetoptdocdir=$docdir/html
-
- dnl directory for examples
- AC_SUBST(gengetoptexamplesdir)
--gengetoptexamplesdir=$gengetoptdocdir/examples
-+gengetoptexamplesdir=$docdir/examples
-
- dnl Checks for C compiler.
- AC_PROG_CC
diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch b/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch
deleted file mode 100644
index f5ecefff9993..000000000000
--- a/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -51,7 +51,7 @@
- @LTLIBOBJS@ \
- skels/libgen.la
-
--LDADD = $(top_builddir)/src/libgengetopt.la
-+LDADD = libgengetopt.la
-
- EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \
- cmdline.c cmdline.h \
diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch b/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch
deleted file mode 100644
index 84f0324ea07b..000000000000
--- a/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -19,5 +19,3 @@
-
- EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4
- SUBDIRS = gl src doc tests
--
--gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE
-\ No newline at end of file