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.8.7.ebuild
Date: Thu, 09 Oct 2008 14:36:16
Message-Id: E1Knwcd-0004RK-JF@stork.gentoo.org
1 voyageur 08/10/09 14:36:11
2
3 Modified: ChangeLog
4 Added: gworkspace-0.8.7.ebuild
5 Log:
6 Version bump, update homepage. No poppler patch for now
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.29 gnustep-apps/gworkspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 24 Nov 2007 22:34:12 -0000 1.28
23 +++ ChangeLog 9 Oct 2008 14:36:11 -0000 1.29
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnustep-apps/gworkspace
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.28 2007/11/24 22:34:12 drac Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.29 2008/10/09 14:36:11 voyageur Exp $
30 +
31 +*gworkspace-0.8.7 (09 Oct 2008)
32 +
33 + 09 Oct 2008; Bernard Cafarelli <voyageur@g.o>
34 + +gworkspace-0.8.7.ebuild:
35 + Version bump, update homepage. No poppler patch for now
36
37 24 Nov 2007; Samuli Suominen <drac@g.o> gworkspace-0.8.6.ebuild:
38 amd64 stable wrt #195990
39
40
41
42 1.1 gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gworkspace-0.8.7.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.7.ebuild,v 1.1 2008/10/09 14:36:11 voyageur Exp $
52
53 inherit gnustep-2
54
55 DESCRIPTION="A workspace manager for GNUstep"
56 HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
57 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
58
59 KEYWORDS="~amd64 ~ppc ~x86"
60 LICENSE="GPL-2"
61 SLOT="0"
62
63 #pdf support disabled, needs updated popplerkit patch
64 IUSE=""
65 DEPEND=">=gnustep-apps/systempreferences-1.0.1_p24791
66 >=dev-db/sqlite-3.2.8"
67 RDEPEND="!gnustep-apps/desktop
68 !gnustep-apps/recycler"
69
70 src_compile() {
71 local myconf=""
72
73 use kernel_linux && myconf="${myconf} --with-inotify"
74
75 egnustep_env
76 econf ${myconf}
77 egnustep_make
78 }
79
80 src_install() {
81 egnustep_env
82 egnustep_install
83
84 if use doc;
85 then
86 dodir /usr/share/doc/${PF}
87 cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
88 fi
89 }