Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/conky: ChangeLog conky-1.4.8.ebuild conky-1.4.5.ebuild
Date: Mon, 29 Oct 2007 09:53:01
Message-Id: E1ImRIl-0003yX-5t@stork.gentoo.org
1 dragonheart 07/10/29 09:52:55
2
3 Modified: ChangeLog
4 Added: conky-1.4.8.ebuild
5 Removed: conky-1.4.5.ebuild
6 Log:
7 version bump thanks to Philip Kovacs et al in bug #190839. removed old version
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.55 app-admin/conky/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conky/ChangeLog?rev=1.55&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conky/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conky/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 13 Aug 2007 05:54:40 -0000 1.54
24 +++ ChangeLog 29 Oct 2007 09:52:54 -0000 1.55
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-admin/conky
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.54 2007/08/13 05:54:40 opfer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.55 2007/10/29 09:52:54 dragonheart Exp $
30 +
31 +*conky-1.4.8 (29 Oct 2007)
32 +
33 + 29 Oct 2007; Daniel Black <dragonheart@g.o> -conky-1.4.5.ebuild,
34 + +conky-1.4.8.ebuild:
35 + version bump thanks to Philip Kovacs et al in bug #190839. removed old version
36
37 13 Aug 2007; Christian Faulhammer <opfer@g.o> conky-1.4.6.ebuild:
38 stable x86, bug 187984
39
40
41
42 1.1 app-admin/conky/conky-1.4.8.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conky/conky-1.4.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conky/conky-1.4.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: conky-1.4.8.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.8.ebuild,v 1.1 2007/10/29 09:52:54 dragonheart Exp $
52
53 inherit eutils
54 # used for epause
55
56 DESCRIPTION="Conky is an advanced, highly configurable system monitor for X"
57 HOMEPAGE="http://conky.sf.net"
58 SRC_URI="mirror://sourceforge/conky/${P}.tar.bz2"
59
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="audacious bmpx hddtemp ipv6 mpd rss truetype vim-syntax wifi X"
64
65 DEPEND_COMMON="
66 virtual/libc
67 X? (
68 x11-libs/libICE
69 x11-libs/libXext
70 x11-libs/libX11
71 x11-libs/libSM
72 x11-libs/libXrender
73 x11-libs/libXdamage
74 x11-libs/libXft
75 truetype? ( >=media-libs/freetype-2 )
76 audacious? ( >=media-sound/audacious-0.1 )
77 bmpx? ( media-sound/bmpx
78 >=sys-apps/dbus-0.35
79 )
80 )
81 rss? ( dev-libs/libxml2
82 net-misc/curl
83 )
84 wifi? ( net-wireless/wireless-tools )
85 !ipv6? ( >=dev-libs/glib-2.0 )"
86 RDEPEND="${DEPEND_COMMON}
87 hddtemp? ( app-admin/hddtemp )
88 vim-syntax? ( || ( app-editors/vim
89 app-editors/gvim ) )"
90
91 DEPEND="
92 ${DEPEND_COMMON}
93 X? (
94 x11-libs/libXt
95 x11-proto/xextproto
96 x11-proto/xproto
97 )"
98
99 src_compile() {
100 local mymake
101 if useq ipv6 ; then
102 elog "You have the ipv6 USE flag enabled. Please note that using"
103 elog "the ipv6 USE flag with Conky disables the port monitor."
104 epause
105 else
106 mymake="MPD_NO_IPV6=noipv6"
107 fi
108 local myconf
109 myconf="--enable-proc-uptime"
110 if useq X; then
111 myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage --enable-own-window"
112 myconf="${myconf} $(use_enable truetype xft)"
113 else
114 myconf="${myconf} --disable-x11 --disable-double-buffer --disable-xdamage --disable-own-window"
115 myconf="${myconf} --disable-xft"
116 fi
117 econf \
118 ${myconf} \
119 $(use_enable audacious) \
120 $(use_enable bmpx) \
121 $(use_enable hddtemp ) \
122 $(use_enable mpd) \
123 $(use_enable rss) \
124 $(use_enable wifi wlan) \
125 $(use_enable !ipv6 portmon) || die "econf failed"
126 emake ${mymake} || die "compile failed"
127 }
128
129 src_install() {
130 emake DESTDIR="${D}" install || die "make install failed"
131 dodoc ChangeLog AUTHORS README doc/conkyrc.sample
132 dohtml doc/docs.html doc/config_settings.html doc/variables.html
133
134 if use vim-syntax; then
135 insinto /usr/share/vim/vimfiles/ftdetect
136 doins "${S}"/extras/vim/ftdetect/conkyrc.vim
137
138 insinto /usr/share/vim/vimfiles/syntax
139 doins "${S}"/extras/vim/syntax/conkyrc.vim
140 fi
141 }
142
143 pkg_postinst() {
144 elog 'Default configuration file is "~/.conkyrc"'
145 elog "You can find a sample configuration file in"
146 elog "/usr/share/doc/${PF}/conkyrc.sample.bz2"
147 elog
148 elog "For more info on Conky's new features,"
149 elog "please look at the README and ChangeLog:"
150 elog "/usr/share/doc/${PF}/README.bz2"
151 elog "/usr/share/doc/${PF}/ChangeLog.bz2"
152 elog "There are also pretty html docs available"
153 elog "on Conky's site or in /usr/share/doc/${PF}"
154 elog
155 elog "Also see http://www.gentoo.org/doc/en/conky-howto.xml"
156 elog
157 elog "Vim syntax highlighting for conkyrc now enabled with"
158 elog "USE=vim-syntax"
159 elog
160 }
161
162
163
164 --
165 gentoo-commits@g.o mailing list