Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/mountapp: mountapp-3.0.ebuild ChangeLog mountapp-3.1.ebuild
Date: Wed, 04 Jul 2012 10:07:03
Message-Id: 20120704100652.B7C702004C@flycatcher.gentoo.org
1 voyageur 12/07/04 10:06:52
2
3 Modified: mountapp-3.0.ebuild ChangeLog
4 Added: mountapp-3.1.ebuild
5 Log:
6 Bump, add support for newer windowmaker, fix WINGs library detection, ebuild cleanup. Limit stable version to old windowmaker. Fixes bug #424677
7
8 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 x11-plugins/mountapp/mountapp-3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild?r1=1.12&r2=1.13
16
17 Index: mountapp-3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- mountapp-3.0.ebuild 4 Oct 2008 15:25:45 -0000 1.12
24 +++ mountapp-3.0.ebuild 4 Jul 2012 10:06:52 -0000 1.13
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.12 2008/10/04 15:25:45 betelgeuse Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.13 2012/07/04 10:06:52 voyageur Exp $
31
32 DESCRIPTION="mount filesystems via an easy-to-use windowmaker applet"
33 HOMEPAGE="http://mountapp.sourceforge.net"
34 @@ -15,7 +15,7 @@
35 =x11-libs/gtk+-1.2*
36 x11-libs/libX11
37 >=x11-libs/libXpm-3.5.7
38 - >=x11-wm/windowmaker-0.80"
39 + <x11-wm/windowmaker-0.95"
40 DEPEND="${RDEPEND}
41 x11-proto/xextproto
42 x11-proto/xproto"
43
44
45
46 1.10 x11-plugins/mountapp/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/ChangeLog?rev=1.10&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/ChangeLog?rev=1.10&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/ChangeLog?r1=1.9&r2=1.10
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/ChangeLog,v
55 retrieving revision 1.9
56 retrieving revision 1.10
57 diff -u -r1.9 -r1.10
58 --- ChangeLog 4 Oct 2008 15:25:45 -0000 1.9
59 +++ ChangeLog 4 Jul 2012 10:06:52 -0000 1.10
60 @@ -1,6 +1,14 @@
61 # ChangeLog for x11-plugins/mountapp
62 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/ChangeLog,v 1.9 2008/10/04 15:25:45 betelgeuse Exp $
64 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/ChangeLog,v 1.10 2012/07/04 10:06:52 voyageur Exp $
66 +
67 +*mountapp-3.1 (04 Jul 2012)
68 +
69 + 04 Jul 2012; Bernard Cafarelli <voyageur@g.o> mountapp-3.0.ebuild,
70 + +mountapp-3.1.ebuild, +files/mountapp-3.1-WINGs_path.patch,
71 + +files/mountapp-3.1-wmaker-0.95.patch:
72 + Bump, add support for newer windowmaker, fix WINGs library detection, ebuild
73 + cleanup. Limit stable version to old windowmaker. Fixes bug #424677
74
75 04 Oct 2008; Petteri Räty <betelgeuse@g.o> mountapp-3.0.ebuild:
76 Add missing X11 deps. Fixes bug #204566.
77
78
79
80 1.1 x11-plugins/mountapp/mountapp-3.1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/mountapp-3.1.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/mountapp/mountapp-3.1.ebuild?rev=1.1&content-type=text/plain
84
85 Index: mountapp-3.1.ebuild
86 ===================================================================
87 # Copyright 1999-2012 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.1.ebuild,v 1.1 2012/07/04 10:06:52 voyageur Exp $
90
91 EAPI=4
92 inherit autotools eutils
93
94 DESCRIPTION="mount filesystems via an easy-to-use windowmaker applet"
95 HOMEPAGE="http://mountapp.sourceforge.net"
96 SRC_URI="http://mountapp.sourceforge.net/${P}.tar.gz"
97
98 LICENSE="GPL-2"
99 SLOT="0"
100 KEYWORDS="~amd64 ~ppc ~x86"
101 IUSE=""
102
103 RDEPEND="
104 =x11-libs/gtk+-1.2*
105 x11-libs/libX11
106 >=x11-libs/libXpm-3.5.7
107 >=x11-wm/windowmaker-0.95"
108 DEPEND="${RDEPEND}
109 x11-proto/xextproto
110 x11-proto/xproto"
111
112 src_prepare() {
113 epatch "${FILESDIR}"/${P}-wmaker-0.95.patch
114 epatch "${FILESDIR}"/${P}-WINGs_path.patch
115 eautoreconf
116 }
117
118 src_install() {
119 emake DESTDIR="${D}" install
120 dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
121 }