Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/fvwm-crystal: ChangeLog fvwm-crystal-3.0.6-r1.ebuild fvwm-crystal-3.0.6.ebuild
Date: Fri, 26 Jun 2009 20:04:37
Message-Id: E1MKHf1-0006xF-MR@stork.gentoo.org
1 tommy 09/06/26 20:04:35
2
3 Modified: ChangeLog
4 Added: fvwm-crystal-3.0.6-r1.ebuild
5 Removed: fvwm-crystal-3.0.6.ebuild
6 Log:
7 Misc fixes (bug 254360, bug 71033 and bug 272945), ebuild and patch from Naohiro Aota (naota@×××××.net)
8 (Portage version: 13596-svn/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.59 x11-themes/fvwm-crystal/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 7 Dec 2008 22:01:35 -0000 1.58
24 +++ ChangeLog 26 Jun 2009 20:04:35 -0000 1.59
25 @@ -1,6 +1,14 @@
26 # ChangeLog for x11-themes/fvwm-crystal
27 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.58 2008/12/07 22:01:35 patrick Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.59 2009/06/26 20:04:35 tommy Exp $
31 +
32 +*fvwm-crystal-3.0.6-r1 (26 Jun 2009)
33 +
34 + 26 Jun 2009; Thomas Sachau (Tommy[D]) <tommy@g.o>
35 + -fvwm-crystal-3.0.6.ebuild, +fvwm-crystal-3.0.6-r1.ebuild,
36 + +files/fvwm-crystal.apps.patch:
37 + Misc fixes (bug 254360, bug 71033 and bug 272945), ebuild and patch from
38 + Naohiro Aota (naota@×××××.net)
39
40 *fvwm-crystal-3.0.6 (07 Dec 2008)
41
42
43
44
45 1.1 x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: fvwm-crystal-3.0.6-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v 1.1 2009/06/26 20:04:35 tommy Exp $
55
56 inherit eutils
57
58 DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency"
59 HOMEPAGE="http://fvwm-crystal.org/"
60 SRC_URI="http://download.gna.org/${PN}/${PV}/${P}.tar.gz"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE=""
65 RDEPEND=">=x11-wm/fvwm-2.5.13
66 dev-lang/python
67 media-gfx/imagemagick
68 || ( x11-misc/stalonetray x11-misc/trayer )
69 || ( x11-misc/habak x11-misc/hsetroot )"
70
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74 find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die
75 epatch "${FILESDIR}/fvwm-crystal.apps.patch"
76 }
77
78 src_install() {
79 einstall || die "einstall failed"
80
81 dodoc AUTHORS README INSTALL NEWS ChangeLog doc/* || die
82
83 docinto examples
84 dodoc addons/* || die
85
86 exeinto /etc/X11/Sessions
87 doexe "${FILESDIR}"/fvwm-crystal || die
88
89 insinto /usr/share/xsessions
90 doins addons/fvwm-crystal.desktop || die
91 }
92
93 pkg_postinst() {
94 einfo
95 einfo "Configuration examples can be found in ${ROOT}usr/share/doc/${PF}/examples/"
96 einfo
97 einfo "Many applications can extend functionality of fvwm-crystal."
98 einfo "They are listed in the INSTALL file in ${ROOT}usr/share/doc/${PF}."
99 einfo
100 ewarn "In this release, all hyphens (-) in names of env variables"
101 ewarn "used by FVWM-Crystal have been replaced by underscores (_)."
102 ewarn "You may need to update your configuration."
103 }