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: ChangeLog gdisk-0.6.4_p2.ebuild gdisk-0.5.1.ebuild
Date: Sat, 27 Feb 2010 23:25:39
Message-Id: E1NlW2L-0003PL-So@stork.gentoo.org
1 alexxy 10/02/27 23:25:29
2
3 Modified: ChangeLog
4 Added: gdisk-0.6.4_p2.ebuild
5 Removed: gdisk-0.5.1.ebuild
6 Log:
7 [sys-apps/gdisk] Version bump. Fix bug #306777
8 (Portage version: 2.2_rc63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sys-apps/gdisk/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gdisk/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gdisk/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gdisk/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 6 Dec 2009 22:40:24 -0000 1.2
24 +++ ChangeLog 27 Feb 2010 23:25:29 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-apps/gdisk
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v 1.2 2009/12/06 22:40:24 alexxy Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v 1.3 2010/02/27 23:25:29 alexxy Exp $
31 +
32 +*gdisk-0.6.4_p2 (27 Feb 2010)
33 +
34 + 27 Feb 2010; Alexey Shvetsov <alexxy@g.o> -gdisk-0.5.1.ebuild,
35 + +gdisk-0.6.4_p2.ebuild:
36 + Version bump. Fix bug #306777
37
38 *gdisk-0.5.1 (06 Dec 2009)
39
40
41
42
43 1.1 sys-apps/gdisk/gdisk-0.6.4_p2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gdisk/gdisk-0.6.4_p2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gdisk/gdisk-0.6.4_p2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gdisk-0.6.4_p2.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/gdisk/gdisk-0.6.4_p2.ebuild,v 1.1 2010/02/27 23:25:29 alexxy Exp $
53
54 EAPI="2"
55
56 inherit eutils
57
58 DESCRIPTION="gdisk - GPT partition table manipulator for Linux"
59 HOMEPAGE="http://www.rodsbooks.com/gdisk/"
60 SRC_URI="mirror://sourceforge/gptfdisk/${P/_p/-}.tgz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND=""
68
69 S="${WORKDIR}/${P/_p2/}"
70
71 src_install()
72 {
73 for x in gdisk sgdisk; do
74 dosbin "${x}" || die
75 doman "${x}.8" || die
76 done
77 }