Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/enlightenment: ChangeLog enlightenment-1.0.6.ebuild
Date: Sun, 03 Oct 2010 19:34:12
Message-Id: 20101003193407.D65EB20051@flycatcher.gentoo.org
1 vapier 10/10/03 19:34:07
2
3 Modified: ChangeLog
4 Added: enlightenment-1.0.6.ebuild
5 Log:
6 Version bump #339202 by Dennis Nezic.
7
8 (Portage version: 2.2_rc86/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.141 x11-wm/enlightenment/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/enlightenment/ChangeLog?rev=1.141&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/enlightenment/ChangeLog?rev=1.141&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/enlightenment/ChangeLog?r1=1.140&r2=1.141
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v
20 retrieving revision 1.140
21 retrieving revision 1.141
22 diff -u -r1.140 -r1.141
23 --- ChangeLog 28 Sep 2010 16:47:38 -0000 1.140
24 +++ ChangeLog 3 Oct 2010 19:34:07 -0000 1.141
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-wm/enlightenment
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.140 2010/09/28 16:47:38 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.141 2010/10/03 19:34:07 vapier Exp $
30 +
31 +*enlightenment-1.0.6 (03 Oct 2010)
32 +
33 + 03 Oct 2010; Mike Frysinger <vapier@g.o>
34 + +enlightenment-1.0.6.ebuild:
35 + Version bump #339202 by Dennis Nezic.
36
37 28 Sep 2010; Brent Baude <ranger@g.o> enlightenment-1.0.2.ebuild:
38 stable ppc, bug 330573
39
40
41
42 1.1 x11-wm/enlightenment/enlightenment-1.0.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/enlightenment/enlightenment-1.0.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/enlightenment/enlightenment-1.0.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: enlightenment-1.0.6.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-1.0.6.ebuild,v 1.1 2010/10/03 19:34:07 vapier Exp $
52
53 EAPI="2"
54 if [[ ${PV} == *9999 ]] ; then
55 ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/E16/e"
56 inherit subversion autotools
57 SRC_URI=""
58 #KEYWORDS=""
59 S=${WORKDIR}/e16/e
60 else
61 SRC_URI="mirror://sourceforge/enlightenment/e16-${PV/_/-}.tar.gz"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 S=${WORKDIR}/e16-${PV/_pre?}
64 fi
65 inherit eutils
66
67 DESCRIPTION="Enlightenment Window Manager"
68 HOMEPAGE="http://www.enlightenment.org/"
69
70 LICENSE="BSD"
71 SLOT="0"
72 IUSE="dbus doc esd nls pango pulseaudio xcomposite xinerama xrandr"
73
74 RDEPEND="esd? ( >=media-sound/esound-0.2.19 )
75 pulseaudio? ( media-sound/pulseaudio )
76 dbus? ( sys-apps/dbus )
77 pango? ( x11-libs/pango )
78 =media-libs/freetype-2*
79 >=media-libs/imlib2-1.3.0[X]
80 x11-libs/libSM
81 x11-libs/libICE
82 x11-libs/libX11
83 x11-libs/libXext
84 x11-libs/libXfixes
85 x11-libs/libXdamage
86 x11-libs/libXxf86vm
87 x11-libs/libXft
88 xrandr? ( x11-libs/libXrandr )
89 x11-libs/libXrender
90 x11-misc/xbitmaps
91 xinerama? ( x11-libs/libXinerama )
92 xcomposite? ( x11-libs/libXcomposite )
93 nls? ( virtual/libintl )
94 virtual/libiconv"
95 DEPEND="${RDEPEND}
96 dev-util/pkgconfig
97 x11-proto/xextproto
98 x11-proto/xf86vidmodeproto
99 xinerama? ( x11-proto/xineramaproto )
100 xcomposite? ( x11-proto/compositeproto )
101 x11-proto/xproto
102 nls? ( sys-devel/gettext )"
103 PDEPEND="doc? ( app-doc/edox-data )"
104
105 src_prepare() {
106 if [[ ! -e configure ]] ; then
107 eautopoint
108 eautoreconf
109 fi
110 }
111
112 src_configure() {
113 econf \
114 $(use_enable nls) \
115 $(use_enable dbus) \
116 $(use_enable pulseaudio sound-pulse) \
117 $(use_enable esd sound-esound) \
118 $(use_enable pango) \
119 $(use_enable xinerama) \
120 $(use_enable xrandr) \
121 $(use_enable xcomposite composite) \
122 --disable-docs \
123 --enable-zoom
124 }
125
126 src_install() {
127 emake install DESTDIR="${D}" || die
128 rmdir "${D}"/usr/share/doc/e16 || die #294456
129 dodoc AUTHORS ChangeLog COMPLIANCE TODO sample-scripts/*
130 dohtml docs/e16.html
131 }