Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/xfwm4-themes: ChangeLog xfwm4-themes-4.4.3.ebuild
Date: Thu, 30 Oct 2008 22:12:22
Message-Id: E1Kvfka-00065z-V1@stork.gentoo.org
1 angelos 08/10/30 22:12:20
2
3 Modified: ChangeLog
4 Added: xfwm4-themes-4.4.3.ebuild
5 Log:
6 Xfce-4.4.3 bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
8
9 Revision Changes Path
10 1.5 x11-themes/xfwm4-themes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 22 Jun 2008 22:32:34 -0000 1.4
23 +++ ChangeLog 30 Oct 2008 22:12:20 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/xfwm4-themes
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog,v 1.4 2008/06/22 22:32:34 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog,v 1.5 2008/10/30 22:12:20 angelos Exp $
29 +
30 +*xfwm4-themes-4.4.3 (30 Oct 2008)
31 +
32 + 30 Oct 2008; Christoph Mende <angelos@g.o>
33 + +xfwm4-themes-4.4.3.ebuild:
34 + Xfce-4.4.3 bump
35
36 22 Jun 2008; Samuli Suominen <drac@g.o> +xfwm4-themes-4.4.2.ebuild:
37 Moved from xfce-extra.
38
39
40
41 1.1 x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfwm4-themes-4.4.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-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild,v 1.1 2008/10/30 22:12:20 angelos Exp $
51
52 DESCRIPTION="Window manager decorations & themes for Xfce4"
53 HOMEPAGE="http://www.xfce.org"
54 SRC_URI="mirror://xfce/xfce-${PV}/src/${P}.tar.bz2"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60
61 RESTRICT="binchecks strip"
62
63 src_install() {
64 emake DESTDIR="${D}" install || die "emake install failed"
65 dodoc AUTHORS ChangeLog NEWS README TODO
66 }