Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace: ChangeLog gworkspace-0.9.1.ebuild gworkspace-0.8.8.ebuild gworkspace-0.8.7.ebuild gworkspace-0.8.6.ebuild
Date: Fri, 08 Jun 2012 11:12:44
Message-Id: 20120608111234.EDAAE2004B@flycatcher.gentoo.org
1 voyageur 12/06/08 11:12:34
2
3 Modified: ChangeLog
4 Added: gworkspace-0.9.1.ebuild
5 Removed: gworkspace-0.8.8.ebuild gworkspace-0.8.7.ebuild
6 gworkspace-0.8.6.ebuild
7 Log:
8 Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds
9
10 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.36 gnustep-apps/gworkspace/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.36&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.36&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.35&r2=1.36
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
22 retrieving revision 1.35
23 retrieving revision 1.36
24 diff -u -r1.35 -r1.36
25 --- ChangeLog 7 Jun 2012 15:28:04 -0000 1.35
26 +++ ChangeLog 8 Jun 2012 11:12:34 -0000 1.36
27 @@ -1,6 +1,13 @@
28 # ChangeLog for gnustep-apps/gworkspace
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.35 2012/06/07 15:28:04 xmw Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.36 2012/06/08 11:12:34 voyageur Exp $
32 +
33 +*gworkspace-0.9.1 (08 Jun 2012)
34 +
35 + 08 Jun 2012; Bernard Cafarelli <voyageur@g.o>
36 + -gworkspace-0.8.6.ebuild, -gworkspace-0.8.7.ebuild, -gworkspace-0.8.8.ebuild,
37 + +gworkspace-0.9.1.ebuild:
38 + Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds
39
40 07 Jun 2012; Michael Weber <xmw@g.o> gworkspace-0.9.0.ebuild:
41 ppc stable (bug 410601)
42
43
44
45 1.1 gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gworkspace-0.9.1.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild,v 1.1 2012/06/08 11:12:34 voyageur Exp $
55
56 EAPI=3
57 inherit gnustep-2
58
59 DESCRIPTION="A workspace manager for GNUstep"
60 HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
61 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
62
63 KEYWORDS="~amd64 ~ppc ~x86"
64 LICENSE="GPL-2"
65 SLOT="0"
66
67 IUSE=""
68
69 # GWMetadata compilation broken for now
70 #DEPEND=">=gnustep-apps/systempreferences-1.0.1_p24791
71 # >=dev-db/sqlite-3.2.8"
72 #RDEPEND="${DEPEND}"
73
74 src_configure() {
75 local myconf=""
76 use kernel_linux && myconf="${myconf} --with-inotify"
77
78 egnustep_env
79 econf --disable-gwmetadata ${myconf}
80 }
81
82 src_install() {
83 egnustep_env
84 egnustep_install
85
86 if use doc;
87 then
88 dodir /usr/share/doc/${PF}
89 cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
90 fi
91 }