Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/devilspie: ChangeLog devilspie-0.21.ebuild
Date: Sat, 27 Oct 2007 09:03:19
Message-Id: E1IlhZb-0004AD-DI@stork.gentoo.org
1 drac 07/10/27 09:03:15
2
3 Modified: ChangeLog
4 Added: devilspie-0.21.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.33 x11-misc/devilspie/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/devilspie/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/devilspie/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/devilspie/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 31 Aug 2007 01:01:04 -0000 1.32
23 +++ ChangeLog 27 Oct 2007 09:03:14 -0000 1.33
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/devilspie
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.32 2007/08/31 01:01:04 omp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.33 2007/10/27 09:03:14 drac Exp $
29 +
30 +*devilspie-0.21 (27 Oct 2007)
31 +
32 + 27 Oct 2007; Samuli Suominen <drac@g.o> +devilspie-0.21.ebuild:
33 + Version bump.
34
35 31 Aug 2007; David Shakaryan <omp@g.o> -devilspie-0.17.1.ebuild:
36 Remove older version.
37
38
39
40 1.1 x11-misc/devilspie/devilspie-0.21.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/devilspie/devilspie-0.21.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/devilspie/devilspie-0.21.ebuild?rev=1.1&content-type=text/plain
44
45 Index: devilspie-0.21.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.21.ebuild,v 1.1 2007/10/27 09:03:14 drac Exp $
50
51 DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows feature"
52 HOMEPAGE="http://www.burtonini.com/blog/computers/devilspie"
53 SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
58 IUSE=""
59
60 RDEPEND=">=dev-libs/glib-2.10
61 >=x11-libs/gtk+-2
62 >=x11-libs/libwnck-2.10"
63 DEPEND="${RDEPEND}
64 dev-util/pkgconfig
65 dev-util/intltool
66 sys-devel/gettext"
67
68 src_unpack() {
69 unpack ${A}
70 sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" "${S}"/devilspie.1
71 }
72
73 src_install() {
74 emake DESTDIR="${D}" install || die "emake install failed."
75 dodoc AUTHORS ChangeLog README NEWS TODO
76 keepdir /etc/devilspie
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list