Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/makeself: makeself-2.1.5.ebuild ChangeLog
Date: Thu, 26 Feb 2009 19:27:44
Message-Id: E1LcltW-0002Hh-O0@stork.gentoo.org
1 vapier 09/02/26 19:27:42
2
3 Modified: makeself-2.1.5.ebuild ChangeLog
4 Log:
5 Add a script to unpack makeself archives.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 app-arch/makeself/makeself-2.1.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?r1=1.7&r2=1.8
14
15 Index: makeself-2.1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- makeself-2.1.5.ebuild 29 Sep 2008 01:52:54 -0000 1.7
22 +++ makeself-2.1.5.ebuild 26 Feb 2009 19:27:42 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.7 2008/09/29 01:52:54 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.8 2009/02/26 19:27:42 vapier Exp $
29
30 inherit eutils
31
32 @@ -13,9 +13,6 @@
33 KEYWORDS="amd64 hppa ppc s390 x86"
34 IUSE=""
35
36 -DEPEND=""
37 -RDEPEND=""
38 -
39 S=${WORKDIR}
40
41 src_unpack() {
42 @@ -23,7 +20,7 @@
43 }
44
45 src_install() {
46 - dobin makeself-header.sh makeself.sh || die
47 + dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || die
48 doman makeself.1
49 dodoc README TODO makeself.lsm
50 }
51
52
53
54 1.21 app-arch/makeself/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.21&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.21&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.20&r2=1.21
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
63 retrieving revision 1.20
64 retrieving revision 1.21
65 diff -u -r1.20 -r1.21
66 --- ChangeLog 24 Jul 2008 17:33:26 -0000 1.20
67 +++ ChangeLog 26 Feb 2009 19:27:42 -0000 1.21
68 @@ -1,6 +1,10 @@
69 # ChangeLog for app-arch/makeself
70 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.20 2008/07/24 17:33:26 armin76 Exp $
72 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.21 2009/02/26 19:27:42 vapier Exp $
74 +
75 + 26 Feb 2009; Mike Frysinger <vapier@g.o> +files/makeself-unpack,
76 + makeself-2.1.5.ebuild:
77 + Add a script to unpack makeself archives.
78
79 24 Jul 2008; Raúl Porcel <armin76@g.o> makeself-2.1.5.ebuild:
80 x86 stable wrt #231074