Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-alt r1618 - in trunk/aix-miscutils: . ldd
Date: Mon, 14 Apr 2008 11:57:48
Message-Id: E1JlNJh-0008Fx-J6@stork.gentoo.org
1 Author: haubi
2 Date: 2008-04-14 11:57:44 +0000 (Mon, 14 Apr 2008)
3 New Revision: 1618
4
5 Modified:
6 trunk/aix-miscutils/Makefile.am
7 trunk/aix-miscutils/configure.ac
8 trunk/aix-miscutils/ldd/Makefile.am
9 trunk/aix-miscutils/ldd/ldd
10 Log:
11 added/updated copyright information
12
13 Modified: trunk/aix-miscutils/Makefile.am
14 ===================================================================
15 --- trunk/aix-miscutils/Makefile.am 2008-04-14 11:49:26 UTC (rev 1617)
16 +++ trunk/aix-miscutils/Makefile.am 2008-04-14 11:57:44 UTC (rev 1618)
17 @@ -1,3 +1,9 @@
18 +# Copyright 2008 Gentoo Foundation
19 +# Distributed under the terms of the GNU General Public License v2
20 +# Author: Michael Haubenwallner <haubi@g.o>
21 +
22 +AUTOMAKE_OPTIONS = 1.9 dist-bzip2
23 +
24 SUBDIRS = ldd
25
26 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 version configure
27
28 Modified: trunk/aix-miscutils/configure.ac
29 ===================================================================
30 --- trunk/aix-miscutils/configure.ac 2008-04-14 11:49:26 UTC (rev 1617)
31 +++ trunk/aix-miscutils/configure.ac 2008-04-14 11:57:44 UTC (rev 1618)
32 @@ -1,3 +1,7 @@
33 +# Copyright 2008 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# Author: Michael Haubenwallner <haubi@g.o>
36 +
37 AC_INIT(aix-miscutils,0.1.svnversion)
38 AC_CONFIG_AUX_DIR([build-aux])
39 AC_PROG_INSTALL
40
41 Modified: trunk/aix-miscutils/ldd/Makefile.am
42 ===================================================================
43 --- trunk/aix-miscutils/ldd/Makefile.am 2008-04-14 11:49:26 UTC (rev 1617)
44 +++ trunk/aix-miscutils/ldd/Makefile.am 2008-04-14 11:57:44 UTC (rev 1618)
45 @@ -1,3 +1,7 @@
46 +# Copyright 2008 Gentoo Foundation
47 +# Distributed under the terms of the GNU General Public License v2
48 +# Author: Michael Haubenwallner <haubi@g.o>
49 +
50 bin_SCRIPTS = ldd
51
52 EXTRA_DIST = ldd
53
54 Modified: trunk/aix-miscutils/ldd/ldd
55 ===================================================================
56 --- trunk/aix-miscutils/ldd/ldd 2008-04-14 11:49:26 UTC (rev 1617)
57 +++ trunk/aix-miscutils/ldd/ldd 2008-04-14 11:57:44 UTC (rev 1618)
58 @@ -1,13 +1,11 @@
59 #! /usr/bin/env bash
60 -#
61 # Copyright 2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 +# Author: Michael Haubenwallner <haubi@g.o>
64 #
65 # An ldd for AIX with Linux-like output,
66 # using /usr/bin/dump to grok the binaries.
67 #
68 -# Author: Michael Haubenwallner <haubi@g.o>
69 -#
70
71 declare -i PATHlen=0 BASElen=0 MEMBERlen=0
72 declare -i PATHmin=0 BASEmin=0 MEMBERmin=0
73
74 --
75 gentoo-commits@l.g.o mailing list