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.6.ebuild gworkspace-0.8.3.ebuild gworkspace-0.8.2.ebuild
Date: Mon, 10 Sep 2007 16:31:12
Message-Id: E1IUm3U-0003z1-46@stork.gentoo.org
1 voyageur 07/09/10 16:24:08
2
3 Modified: ChangeLog
4 Added: gworkspace-0.8.6.ebuild
5 Removed: gworkspace-0.8.3.ebuild gworkspace-0.8.2.ebuild
6 Log:
7 Version bump from the gnustep overlay
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.22 gnustep-apps/gworkspace/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 5 Jan 2007 07:07:47 -0000 1.21
24 +++ ChangeLog 10 Sep 2007 16:24:07 -0000 1.22
25 @@ -1,6 +1,16 @@
26 # ChangeLog for gnustep-apps/gworkspace
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.21 2007/01/05 07:07:47 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.22 2007/09/10 16:24:07 voyageur Exp $
30 +
31 +*gworkspace-0.8.6 (10 Sep 2007)
32 +
33 + 10 Sep 2007; Bernard Cafarelli <voyageur@g.o>
34 + +files/gworkspace-0.8.6-popplerkit.patch,
35 + +files/gworkspace-0.8.6-rpath.patch,
36 + -files/seperate-desktop-recycler.patch, -gworkspace-0.8.2.ebuild,
37 + -gworkspace-0.8.3.ebuild, +gworkspace-0.8.6.ebuild:
38 + Version bump from the GNUstep overlay, remove old versions
39 + Also switched pdf depend on popplerkit instead of pdfkit
40
41 05 Jan 2007; Diego Pettenò <flameeyes@g.o>
42 gworkspace-0.8.3.ebuild:
43
44
45
46 1.1 gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild?rev=1.1&content-type=text/plain
50
51 Index: gworkspace-0.8.6.ebuild
52 ===================================================================
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.1 2007/09/10 16:24:07 voyageur Exp $
56
57 inherit autotools gnustep-2
58
59 S=${WORKDIR}/${P/gw/GW}
60
61 DESCRIPTION="A workspace manager for GNUstep"
62 HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/"
63 SRC_URI="http://www.gnustep.it/enrico/gworkspace/${P}.tar.gz"
64
65 KEYWORDS="~amd64 ~ppc ~x86"
66 LICENSE="GPL-2"
67 SLOT="0"
68
69 IUSE="pdf"
70 DEPEND="pdf? ( gnustep-libs/popplerkit )
71 >=gnustep-apps/systempreferences-1.0.1_p24791
72 >=dev-db/sqlite-3.2.8"
73 RDEPEND="!gnustep-apps/desktop
74 !gnustep-apps/recycler"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79
80 epatch ${FILESDIR}/${P}-rpath.patch
81 epatch ${FILESDIR}/${P}-popplerkit.patch
82
83 cd Inspector
84 eautoreconf || die "failed running autoreconf"
85 }
86
87 src_compile() {
88 local myconf=""
89
90 use kernel_linux && myconf="${myconf} --with-inotify"
91
92 egnustep_env
93 econf ${myconf}
94 egnustep_make
95
96 cd "${S}"/GWMetadata
97 econf || die "GWMetadata configure failed"
98 egnustep_make || die "GWMetadata make failed"
99 }
100
101 src_install() {
102 egnustep_env
103
104 egnustep_install
105
106 cd "${S}"/GWMetadata
107 egnustep_install
108
109 if use doc;
110 then
111 dodir /usr/share/doc/${PF}
112 cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
113 fi
114 }
115
116
117
118
119 --
120 gentoo-commits@g.o mailing list