Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gdisk: gdisk-0.6.11.ebuild ChangeLog gdisk-0.6.9.ebuild
Date: Tue, 28 Sep 2010 12:24:28
Message-Id: 20100928122424.9C16420051@flycatcher.gentoo.org
1 alexxy 10/09/28 12:24:24
2
3 Modified: ChangeLog
4 Added: gdisk-0.6.11.ebuild
5 Removed: gdisk-0.6.9.ebuild
6 Log:
7 [sys-apps/gdisk] Version bump per bug #337220
8 (Portage version: 2.2_rc67_p182/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 sys-apps/gdisk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gdisk/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gdisk/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gdisk/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 16 Aug 2010 17:35:41 -0000 1.6
24 +++ ChangeLog 28 Sep 2010 12:24:24 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-apps/gdisk
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v 1.6 2010/08/16 17:35:41 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v 1.7 2010/09/28 12:24:24 alexxy Exp $
30 +
31 +*gdisk-0.6.11 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Alexey Shvetsov <alexxy@g.o> -gdisk-0.6.9.ebuild,
34 + +gdisk-0.6.11.ebuild:
35 + Version bump per bug #337220
36
37 *gdisk-0.6.9 (16 Aug 2010)
38
39
40
41
42 1.1 sys-apps/gdisk/gdisk-0.6.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gdisk/gdisk-0.6.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gdisk/gdisk-0.6.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gdisk-0.6.11.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/gdisk-0.6.11.ebuild,v 1.1 2010/09/28 12:24:24 alexxy Exp $
52
53 EAPI="3"
54
55 inherit eutils
56
57 DESCRIPTION="gdisk - GPT partition table manipulator for Linux"
58 HOMEPAGE="http://www.rodsbooks.com/gdisk/"
59 SRC_URI="mirror://sourceforge/gptfdisk/${P/_p/-}.tgz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86 ~arm"
64 IUSE=""
65
66 RDEPEND=""
67
68 S="${WORKDIR}/${P/_p2/}"
69
70 src_install() {
71 for x in gdisk sgdisk; do
72 dosbin "${x}" || die
73 doman "${x}.8" || die
74 dohtml "${x}.html" || die
75 done
76 dodoc README NEWS
77 }