Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/mc: ChangeLog mc-4.7.0.7.ebuild mc-4.7.3.ebuild mc-4.7.0.4-r1.ebuild mc-4.7.0.2.ebuild mc-4.7.0.4.ebuild mc-4.7.0.5.ebuild mc-4.7.0.2-r1.ebuild mc-4.7.1-r2.ebuild
Date: Mon, 05 Jul 2010 21:21:40
Message-Id: 20100705212128.1233B2CE14@corvid.gentoo.org
1 wired 10/07/05 21:21:27
2
3 Modified: ChangeLog
4 Added: mc-4.7.0.7.ebuild mc-4.7.3.ebuild
5 Removed: mc-4.7.0.4-r1.ebuild mc-4.7.0.2.ebuild
6 mc-4.7.0.4.ebuild mc-4.7.0.5.ebuild
7 mc-4.7.0.2-r1.ebuild mc-4.7.1-r2.ebuild
8 Log:
9 mc: version bumps, removed old versions
10 (Portage version: 2.2_rc67/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.201 app-misc/mc/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/ChangeLog?rev=1.201&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/ChangeLog?rev=1.201&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/ChangeLog?r1=1.200&r2=1.201
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v
22 retrieving revision 1.200
23 retrieving revision 1.201
24 diff -u -r1.200 -r1.201
25 --- ChangeLog 7 Jun 2010 17:44:32 -0000 1.200
26 +++ ChangeLog 5 Jul 2010 21:21:27 -0000 1.201
27 @@ -1,6 +1,15 @@
28 # ChangeLog for app-misc/mc
29 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.200 2010/06/07 17:44:32 wired Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.201 2010/07/05 21:21:27 wired Exp $
32 +
33 +*mc-4.7.3 (05 Jul 2010)
34 +*mc-4.7.0.7 (05 Jul 2010)
35 +
36 + 05 Jul 2010; Alex Alexander <wired@g.o> -mc-4.7.0.2.ebuild,
37 + -mc-4.7.0.2-r1.ebuild, -mc-4.7.0.4.ebuild, -mc-4.7.0.4-r1.ebuild,
38 + -mc-4.7.0.5.ebuild, +mc-4.7.0.7.ebuild, -mc-4.7.1-r2.ebuild,
39 + +mc-4.7.3.ebuild:
40 + version bumps, removed old versions
41
42 *mc-4.7.0.6 (07 Jun 2010)
43
44
45
46
47 1.1 app-misc/mc/mc-4.7.0.7.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/mc-4.7.0.7.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/mc-4.7.0.7.ebuild?rev=1.1&content-type=text/plain
51
52 Index: mc-4.7.0.7.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.0.7.ebuild,v 1.1 2010/07/05 21:21:27 wired Exp $
57
58 EAPI=3
59
60 inherit base
61
62 MY_P=${P/_/-}
63
64 DESCRIPTION="GNU Midnight Commander is a text based file manager"
65 HOMEPAGE="http://www.midnight-commander.org"
66 SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
71 IUSE="+edit gpm nls samba slang X"
72
73 RDEPEND=">=dev-libs/glib-2.8:2
74 gpm? ( sys-libs/gpm )
75 kernel_linux? ( sys-fs/e2fsprogs )
76 samba? ( net-fs/samba )
77 slang? ( >=sys-libs/slang-2 )
78 !slang? ( sys-libs/ncurses )
79 X? ( x11-libs/libX11
80 x11-libs/libICE
81 x11-libs/libXau
82 x11-libs/libXdmcp
83 x11-libs/libSM )"
84 DEPEND="${RDEPEND}
85 dev-util/pkgconfig
86 nls? ( sys-devel/gettext )"
87
88 S=${WORKDIR}/${MY_P}
89
90 src_configure() {
91 local myscreen=ncurses
92 use slang && myscreen=slang
93
94 econf \
95 --disable-dependency-tracking \
96 $(use_enable nls) \
97 --enable-vfs \
98 $(use_enable kernel_linux vfs-undelfs) \
99 --enable-charset \
100 $(use_with X x) \
101 $(use_with samba) \
102 --with-configdir="${EPREFIX}"/etc/samba \
103 --with-codepagedir="${EPREFIX}"/var/lib/samba/codepages \
104 $(use_with gpm gpm-mouse) \
105 --with-screen=${myscreen} \
106 $(use_with edit)
107 }
108
109 src_install() {
110 emake DESTDIR="${D}" install || die
111 dodoc AUTHORS README
112 }
113
114 pkg_postinst() {
115 elog "To enable exiting to latest working directory,"
116 elog "put this into your ~/.bashrc:"
117 elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
118 }
119
120
121
122 1.1 app-misc/mc/mc-4.7.3.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/mc-4.7.3.ebuild?rev=1.1&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/mc-4.7.3.ebuild?rev=1.1&content-type=text/plain
126
127 Index: mc-4.7.3.ebuild
128 ===================================================================
129 # Copyright 1999-2010 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 # $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.3.ebuild,v 1.1 2010/07/05 21:21:27 wired Exp $
132
133 EAPI=3
134
135 inherit base
136
137 MY_P=${P/_/-}
138
139 DESCRIPTION="GNU Midnight Commander is a text based file manager"
140 HOMEPAGE="http://www.midnight-commander.org"
141 SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.bz2"
142
143 LICENSE="GPL-2"
144 SLOT="0"
145 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
146 IUSE="+edit gpm nls samba slang X"
147
148 RDEPEND=">=dev-libs/glib-2.8:2
149 gpm? ( sys-libs/gpm )
150 kernel_linux? ( sys-fs/e2fsprogs )
151 samba? ( net-fs/samba )
152 slang? ( >=sys-libs/slang-2 )
153 !slang? ( sys-libs/ncurses )
154 X? ( x11-libs/libX11
155 x11-libs/libICE
156 x11-libs/libXau
157 x11-libs/libXdmcp
158 x11-libs/libSM )"
159 DEPEND="${RDEPEND}
160 dev-util/pkgconfig
161 nls? ( sys-devel/gettext )"
162
163 S=${WORKDIR}/${MY_P}
164
165 src_configure() {
166 local myscreen=ncurses
167 use slang && myscreen=slang
168
169 econf \
170 --disable-dependency-tracking \
171 $(use_enable nls) \
172 --enable-vfs \
173 $(use_enable kernel_linux vfs-undelfs) \
174 --enable-charset \
175 $(use_with X x) \
176 $(use_with samba) \
177 --with-configdir="${EPREFIX}"/etc/samba \
178 --with-codepagedir="${EPREFIX}"/var/lib/samba/codepages \
179 $(use_with gpm gpm-mouse) \
180 --with-screen=${myscreen} \
181 $(use_with edit)
182 }
183
184 src_install() {
185 emake DESTDIR="${D}" install || die
186 dodoc AUTHORS README
187 }
188
189 pkg_postinst() {
190 elog "To enable exiting to latest working directory,"
191 elog "put this into your ~/.bashrc:"
192 elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
193 }