Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/aix-miscutils: ChangeLog aix-miscutils-0.1.1671.ebuild aix-miscutils-0.1.1634.ebuild
Date: Fri, 26 Feb 2010 12:51:44
Message-Id: E1NkzfR-00054g-5z@stork.gentoo.org
1 haubi 10/02/26 12:51:41
2
3 Modified: ChangeLog
4 Added: aix-miscutils-0.1.1671.ebuild
5 Removed: aix-miscutils-0.1.1634.ebuild
6 Log:
7 bumped for off-by-one bug parsing very long lines (runpath)
8 (Portage version: 2.1.7.16/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-apps/aix-miscutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/aix-miscutils/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/aix-miscutils/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/aix-miscutils/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/aix-miscutils/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 21 Jun 2009 13:38:16 -0000 1.1
24 +++ ChangeLog 26 Feb 2010 12:51:40 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-apps/aix-miscutils
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/aix-miscutils/ChangeLog,v 1.1 2009/06/21 13:38:16 grobian Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/aix-miscutils/ChangeLog,v 1.2 2010/02/26 12:51:40 haubi Exp $
31 +
32 +*aix-miscutils-0.1.1671 (26 Feb 2010)
33 +
34 + 26 Feb 2010; Michael Haubenwallner <haubi@g.o>
35 + -aix-miscutils-0.1.1634.ebuild, +aix-miscutils-0.1.1671.ebuild:
36 + bumped for off-by-one bug parsing very long lines (runpath)
37
38 *aix-miscutils-0.1.1634 (09 Jul 2008)
39
40
41
42
43 1.1 sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild?rev=1.1&content-type=text/plain
47
48 Index: aix-miscutils-0.1.1671.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild,v 1.1 2010/02/26 12:51:40 haubi Exp $
53
54 DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
55 HOMEPAGE="http://www.gentoo.org/proj/en/gentoo-alt/prefix/"
56 SRC_URI="http://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~ppc-aix"
61 IUSE=""
62
63 src_install() {
64 emake DESTDIR="${D}" install || die
65 }