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: ChangeLog makeself-2.1.5-r1.ebuild makeself-2.1.5.ebuild
Date: Sun, 05 Feb 2012 05:50:37
Message-Id: 20120205055025.717F32004B@flycatcher.gentoo.org
1 vapier 12/02/05 05:50:25
2
3 Modified: ChangeLog makeself-2.1.5-r1.ebuild
4 makeself-2.1.5.ebuild
5 Log:
6 Move to new unpacker eclass for unpack_makeself.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 app-arch/makeself/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 23 Oct 2011 13:10:10 -0000 1.24
24 +++ ChangeLog 5 Feb 2012 05:50:25 -0000 1.25
25 @@ -1,6 +1,10 @@
26 # ChangeLog for app-arch/makeself
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.24 2011/10/23 13:10:10 patrick Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.25 2012/02/05 05:50:25 vapier Exp $
31 +
32 + 05 Feb 2012; Mike Frysinger <vapier@g.o> makeself-2.1.5.ebuild,
33 + makeself-2.1.5-r1.ebuild:
34 + Move to new unpacker eclass for unpack_makeself.
35
36 *makeself-2.1.5-r1 (23 Oct 2011)
37
38
39
40
41 1.2 app-arch/makeself/makeself-2.1.5-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?r1=1.1&r2=1.2
46
47 Index: makeself-2.1.5-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- makeself-2.1.5-r1.ebuild 23 Oct 2011 13:10:10 -0000 1.1
54 +++ makeself-2.1.5-r1.ebuild 5 Feb 2012 05:50:25 -0000 1.2
55 @@ -1,8 +1,8 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 +# Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.1 2011/10/23 13:10:10 patrick Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.2 2012/02/05 05:50:25 vapier Exp $
61
62 -inherit eutils
63 +inherit unpacker
64
65 DESCRIPTION="shell script that generates a self-extractible tar.gz"
66 HOMEPAGE="http://www.megastep.org/makeself/"
67 @@ -15,10 +15,6 @@
68
69 S=${WORKDIR}
70
71 -src_unpack() {
72 - unpack_makeself
73 -}
74 -
75 src_install() {
76 dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || die
77 dosym makeself.sh /usr/bin/makeself
78
79
80
81 1.10 app-arch/makeself/makeself-2.1.5.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?rev=1.10&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?rev=1.10&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?r1=1.9&r2=1.10
86
87 Index: makeself-2.1.5.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v
90 retrieving revision 1.9
91 retrieving revision 1.10
92 diff -u -r1.9 -r1.10
93 --- makeself-2.1.5.ebuild 1 Jan 2010 19:35:26 -0000 1.9
94 +++ makeself-2.1.5.ebuild 5 Feb 2012 05:50:25 -0000 1.10
95 @@ -1,8 +1,8 @@
96 -# Copyright 1999-2010 Gentoo Foundation
97 +# Copyright 1999-2012 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.9 2010/01/01 19:35:26 fauli Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.10 2012/02/05 05:50:25 vapier Exp $
101
102 -inherit eutils
103 +inherit unpacker
104
105 DESCRIPTION="shell script that generates a self-extractible tar.gz"
106 HOMEPAGE="http://www.megastep.org/makeself/"
107 @@ -15,10 +15,6 @@
108
109 S=${WORKDIR}
110
111 -src_unpack() {
112 - unpack_makeself
113 -}
114 -
115 src_install() {
116 dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || die
117 doman makeself.1