Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/oroborus-extras: ChangeLog oroborus-extras-2.0.18.ebuild
Date: Fri, 23 Nov 2007 12:48:54
Message-Id: E1IvXxg-0003qH-In@stork.gentoo.org
1 cla 07/11/23 12:48:48
2
3 Modified: ChangeLog oroborus-extras-2.0.18.ebuild
4 Log:
5 Stable on x86 + some minor fixes
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.23 x11-wm/oroborus-extras/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus-extras/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus-extras/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus-extras/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 23 Nov 2007 11:30:24 -0000 1.22
22 +++ ChangeLog 23 Nov 2007 12:48:47 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-wm/oroborus-extras
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/ChangeLog,v 1.22 2007/11/23 11:30:24 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/ChangeLog,v 1.23 2007/11/23 12:48:47 cla Exp $
28 +
29 + 23 Nov 2007; Dawid Węgliński <cla@g.o>
30 + oroborus-extras-2.0.18.ebuild:
31 + Stable on x86
32
33 23 Nov 2007; Samuli Suominen <drac@g.o>
34 oroborus-extras-2.0.18.ebuild:
35
36
37
38 1.6 x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild?r1=1.5&r2=1.6
43
44 Index: oroborus-extras-2.0.18.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- oroborus-extras-2.0.18.ebuild 23 Nov 2007 11:30:24 -0000 1.5
51 +++ oroborus-extras-2.0.18.ebuild 23 Nov 2007 12:48:47 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild,v 1.5 2007/11/23 11:30:24 drac Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus-extras/oroborus-extras-2.0.18.ebuild,v 1.6 2007/11/23 12:48:47 cla Exp $
57
58 inherit eutils
59
60 @@ -12,7 +12,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="amd64 ppc sparc ~x86"
65 +KEYWORDS="amd64 ppc sparc x86"
66 IUSE=""
67
68 RDEPEND="x11-wm/oroborus
69 @@ -23,21 +23,18 @@
70
71 src_compile() {
72 # Deskmenu first
73 - echo "building deskmenu"
74 - cd ${S}/deskmenu-1.4.2
75 + cd "${S}"/deskmenu-1.4.2
76 ./configure --prefix=/usr --sysconfdir=/etc/X11/oroborus --infodir=/usr/share/info --mandir=/usr/share/man
77 make || die
78
79 # Keylaunch next
80 - echo "building keylaunch"
81 - cd ${S}/keylaunch-1.3.3
82 + cd "${S}"/keylaunch-1.3.3
83 ./configure --prefix=/usr --sysconfdir=/etc/X11/oroborus
84 --infodir=/usr/share/info --mandir=/usr/share/man
85 make || die
86
87 # Desklaunch last
88 - echo "building desklaunch"
89 - cd ${S}/desklaunch-1.1.5
90 + cd "${S}"/desklaunch-1.1.5
91 make PREFIX=/usr || die
92 }
93
94 @@ -45,24 +42,26 @@
95 dodir /usr/bin
96
97 # Deskmenu first
98 - cd ${S}/deskmenu-1.4.2
99 - make prefix=${D}/usr sysconfdir=${D}/etc/X11/oroborus infodir=${D}/usr/share/info mandir=${D}/usr/share/man install || die
100 + cd "${S}"/deskmenu-1.4.2
101 + make prefix="${D}"/usr \
102 + sysconfdir="${D}"/etc/X11/oroborus \
103 + infodir="${D}"/usr/share/info \
104 + mandir="${D}"/usr/share/man install || die
105
106 newdoc README README.deskmenu
107 newdoc CHANGES.deskmenu
108 newdoc example_rc example_rc.deskmenu
109
110 # Keylaunch next
111 - cd ${S}/keylaunch-1.3.3
112 - make PREFIX=${D}/usr install || die
113 + cd "${S}"/keylaunch-1.3.3
114 + make PREFIX="${D}"/usr install || die
115
116 newdoc README README.keylaunch
117 - newdoc LICENSE LICENSE.keylaunch
118 newdoc example_rc example_rc.keylaunch
119
120 # Desklaunch last
121 - cd ${S}/desklaunch-1.1.5
122 - make PREFIX=${D}/usr install || die
123 + cd "${S}"/desklaunch-1.1.5
124 + make PREFIX="${D}"/usr install || die
125
126 newdoc README README.desklaunch
127 }
128
129
130
131 --
132 gentoo-commits@g.o mailing list