Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: ChangeLog obconf-2.0.3.ebuild
Date: Sun, 03 Feb 2008 08:04:41
Message-Id: E1JLZqA-0008VR-MG@stork.gentoo.org
1 omp 08/02/03 08:04:38
2
3 Modified: ChangeLog
4 Added: obconf-2.0.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.51 x11-misc/obconf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 26 Nov 2007 08:03:07 -0000 1.50
23 +++ ChangeLog 3 Feb 2008 08:04:38 -0000 1.51
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/obconf
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.50 2007/11/26 08:03:07 omp Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.51 2008/02/03 08:04:38 omp Exp $
30 +
31 +*obconf-2.0.3 (03 Feb 2008)
32 +
33 + 03 Feb 2008; David Shakaryan <omp@g.o> +obconf-2.0.3.ebuild:
34 + Version bump.
35
36 26 Nov 2007; David Shakaryan <omp@g.o> -obconf-1.6.ebuild,
37 -obconf-2.0.1.ebuild:
38
39
40
41 1.1 x11-misc/obconf/obconf-2.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/obconf/obconf-2.0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/obconf/obconf-2.0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: obconf-2.0.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3.ebuild,v 1.1 2008/02/03 08:04:38 omp Exp $
51
52 inherit fdo-mime
53
54 DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
55 HOMEPAGE="http://icculus.org/openbox/index.php/ObConf:About"
56 SRC_URI="http://icculus.org/openbox/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="nls"
62
63 RDEPEND=">=gnome-base/libglade-2
64 >=x11-libs/gtk+-2
65 x11-libs/startup-notification
66 >=x11-wm/openbox-3.4.2
67 nls? ( sys-devel/gettext )"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 src_compile() {
72 econf \
73 $(use_enable nls) \
74 || die "econf failed"
75 emake || die "emake failed"
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake install failed"
80 }
81
82 pkg_postinst() {
83 fdo-mime_desktop_database_update
84 fdo-mime_mime_database_update
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list