Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gengetopt/files: gengetopt-2.22.6-makefile.patch gengetopt-2.22.6-no-docs.patch gengetopt-2.22.6-docdirs.patch
Date: Sat, 24 Nov 2012 13:11:15
Message-Id: 20121124131105.1F06120C9F@flycatcher.gentoo.org
1 radhermit 12/11/24 13:11:05
2
3 Added: gengetopt-2.22.6-makefile.patch
4 gengetopt-2.22.6-no-docs.patch
5 gengetopt-2.22.6-docdirs.patch
6 Log:
7 Initial import, ebuild by me (bug #115541).
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
10
11 Revision Changes Path
12 1.1 dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch?rev=1.1&content-type=text/plain
16
17 Index: gengetopt-2.22.6-makefile.patch
18 ===================================================================
19 --- gengetopt-2.22.6/src/Makefile.am
20 +++ gengetopt-2.22.6/src/Makefile.am
21 @@ -51,7 +51,7 @@
22 @LTLIBOBJS@ \
23 skels/libgen.la
24
25 -LDADD = $(top_builddir)/src/libgengetopt.la
26 +LDADD = libgengetopt.la
27
28 EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \
29 cmdline.c cmdline.h \
30
31
32
33 1.1 dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch?rev=1.1&content-type=text/plain
37
38 Index: gengetopt-2.22.6-no-docs.patch
39 ===================================================================
40 --- gengetopt-2.22.6/Makefile.am
41 +++ gengetopt-2.22.6/Makefile.am
42 @@ -19,5 +19,3 @@
43
44 EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4
45 SUBDIRS = gl src doc tests
46 -
47 -gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE
48 \ No newline at end of file
49
50
51
52 1.1 dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch?rev=1.1&content-type=text/plain
56
57 Index: gengetopt-2.22.6-docdirs.patch
58 ===================================================================
59 --- gengetopt-2.22.6/configure.ac
60 +++ gengetopt-2.22.6/configure.ac
61 @@ -27,11 +27,11 @@
62
63 dnl directory for docs (html)
64 AC_SUBST(gengetoptdocdir)
65 -gengetoptdocdir=$docdir
66 +gengetoptdocdir=$docdir/html
67
68 dnl directory for examples
69 AC_SUBST(gengetoptexamplesdir)
70 -gengetoptexamplesdir=$gengetoptdocdir/examples
71 +gengetoptexamplesdir=$docdir/examples
72
73 dnl Checks for C compiler.
74 AC_PROG_CC