Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gli: ChangeLog gli-0.5.4.ebuild gli-0.6.2.ebuild
Date: Fri, 01 Feb 2008 18:04:33
Message-Id: E1JL0FZ-0002U0-Dd@stork.gentoo.org
1 wolf31o2 08/02/01 18:04:29
2
3 Modified: ChangeLog gli-0.5.4.ebuild
4 Added: gli-0.6.2.ebuild
5 Log:
6 Added 0.6.2, which was going to be used for 2007.1, but will now be used for 2008.0 and made sure 0.5.4 wasn't stable on any arches.
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.11 sys-apps/gli/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gli/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 7 May 2007 18:52:27 -0000 1.10
23 +++ ChangeLog 1 Feb 2008 18:04:28 -0000 1.11
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-apps/gli
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gli/ChangeLog,v 1.10 2007/05/07 18:52:27 wolf31o2 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gli/ChangeLog,v 1.11 2008/02/01 18:04:28 wolf31o2 Exp $
30 +
31 +*gli-0.6.2 (01 Feb 2008)
32 +
33 + 01 Feb 2008; Chris Gianelloni <wolf31o2@g.o> gli-0.5.4.ebuild,
34 + +gli-0.6.2.ebuild:
35 + Added 0.6.2, which was going to be used for 2007.1, but will now be used for
36 + 2008.0 and made sure 0.5.4 wasn't stable on any arches.
37
38 *gli-0.5.4 (07 May 2007)
39
40
41
42
43 1.2 sys-apps/gli/gli-0.5.4.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/gli-0.5.4.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/gli-0.5.4.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/gli-0.5.4.ebuild?r1=1.1&r2=1.2
48
49 Index: gli-0.5.4.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gli/gli-0.5.4.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- gli-0.5.4.ebuild 7 May 2007 18:52:27 -0000 1.1
56 +++ gli-0.5.4.ebuild 1 Feb 2008 18:04:28 -0000 1.2
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gli/gli-0.5.4.ebuild,v 1.1 2007/05/07 18:52:27 wolf31o2 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gli/gli-0.5.4.ebuild,v 1.2 2008/02/01 18:04:28 wolf31o2 Exp $
63
64 inherit python eutils
65
66 @@ -11,7 +11,7 @@
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 -KEYWORDS="alpha amd64 ia64 ppc x86"
71 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
72 IUSE="gtk"
73
74 RDEPEND=">=dev-python/pyparted-1.7.0
75
76
77
78 1.1 sys-apps/gli/gli-0.6.2.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/gli-0.6.2.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gli/gli-0.6.2.ebuild?rev=1.1&content-type=text/plain
82
83 Index: gli-0.6.2.ebuild
84 ===================================================================
85 # Copyright 1999-2008 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/sys-apps/gli/gli-0.6.2.ebuild,v 1.1 2008/02/01 18:04:28 wolf31o2 Exp $
88
89 inherit python eutils
90
91 DESCRIPTION="Gentoo Linux Installer"
92 HOMEPAGE="http://www.gentoo.org/proj/en/releng/installer/"
93 #SRC_URI="http://dev.gentoo.org/~agaffney/gli/snapshots/installer-${PV}.tar.bz2"
94 SRC_URI="http://dev.gentoo.org/~agaffney/${PN}/releases/installer-${PV}.tar.bz2"
95
96 LICENSE="GPL-2"
97 SLOT="0"
98 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
99 IUSE="gtk"
100
101 RDEPEND=">=dev-python/pyparted-1.7.0
102 gtk? ( >=dev-python/pygtk-2.4.0 )
103 =dev-python/pythondialog-2.7*
104 sys-fs/e2fsprogs
105 sys-fs/reiserfsprogs
106 sys-fs/dosfstools
107 sys-fs/xfsprogs
108 amd64? ( sys-fs/ntfsprogs )
109 ppc? (
110 sys-fs/ntfsprogs
111 sys-fs/hfsutils
112 sys-fs/hfsplusutils )
113 x86? (
114 sys-fs/ntfsprogs
115 sys-fs/hfsutils
116 sys-fs/hfsplusutils )"
117
118 S=${WORKDIR}/installer-${PV}
119
120 dir=/opt/installer
121 Ddir=${D}/${dir}
122
123 src_install() {
124 dodir ${dir}
125 exeinto ${dir}/bin
126 use !gtk && rm -rf ${S}/src/fe/gtk
127 # We need to make sure we get our scripts
128 doexe ${S}/bin/installer ${S}/bin/installer-dialog || \
129 die "copying installer scripts"
130 cp -a ${S}/src/* ${Ddir}
131 chown -R root:0 ${Ddir}
132 dodir /usr/bin
133 if use gtk; then
134 doexe ${S}/bin/installer-gtk || die "copying gtk script"
135 make_wrapper installer-gtk ./installer-gtk ${dir}/bin
136 fi
137 make_wrapper installer-dialog ./installer-dialog ${dir}/bin
138 make_wrapper installer ./installer ${dir}/bin
139 doicon ${FILESDIR}/gli.png ${FILESDIR}/gli-dialog.png
140 domenu ${FILESDIR}/installer-gtk.desktop \
141 ${FILESDIR}/installer-dialog.desktop \
142 ${FILESDIR}/installer-faq.desktop
143 }
144
145 pkg_postinst() {
146 python_mod_optimize ${dir}
147 einfo "The Gentoo Linux Installer is currently only usable for two situations."
148 einfo "The first is for building an install profile."
149 einfo "The second is for installing using official Gentoo release media."
150 echo
151 ewarn "If you are trying to use the installer for anything else, please"
152 ewarn "file patches with any bugs."
153 echo
154 }
155
156
157
158 --
159 gentoo-commits@l.g.o mailing list