Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-9999.ebuild ChangeLog
Date: Wed, 28 Aug 2013 17:46:18
Message-Id: 20130828174614.157B92004C@flycatcher.gentoo.org
1 hasufell 13/08/28 17:46:14
2
3 Modified: hexchat-9999.ebuild ChangeLog
4 Log:
5 update live ebuild
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.3 net-irc/hexchat/hexchat-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: hexchat-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- hexchat-9999.ebuild 27 Aug 2013 09:22:44 -0000 1.2
23 +++ hexchat-9999.ebuild 28 Aug 2013 17:46:13 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.2 2013/08/27 09:22:44 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.3 2013/08/28 17:46:13 hasufell Exp $
29
30 EAPI=5
31
32 @@ -50,11 +50,12 @@
33 nls? ( sys-devel/gettext )
34 theme-manager? ( dev-util/monodevelop )"
35
36 -DOCS=""
37 -
38 pkg_setup() {
39 use python && python-single-r1_pkg_setup
40 - use theme-manager && mono-env_pkg_setup
41 + if use theme-manager ; then
42 + mono-env_pkg_setup
43 + export XDG_CACHE_HOME="${T}/.cache"
44 + fi
45 }
46
47 src_prepare() {
48 @@ -110,29 +111,18 @@
49 --enable-shm \
50 ${myspellconf} \
51 $(use_enable ntlm) \
52 - $(use_enable libproxy)
53 -}
54 -
55 -src_compile() {
56 - default
57 - if use theme-manager ; then
58 - export XDG_CACHE_HOME="${T}/.cache"
59 - cd src/htm || die
60 - mdtool --verbose build htm-mono.csproj || die
61 - fi
62 + $(use_enable libproxy) \
63 + $(use_with theme-manager)
64 }
65
66 src_install() {
67 - emake DESTDIR="${D}" UPDATE_ICON_CACHE=true install
68 + emake DESTDIR="${D}" \
69 + UPDATE_ICON_CACHE=true \
70 + UPDATE_MIME_DATABASE=true \
71 + UPDATE_DESKTOP_DATABASE=true \
72 + install
73 dodoc share/doc/{readme,hacking}.md
74 use plugin-fishlim && dodoc share/doc/fishlim.md
75 - if use theme-manager ; then
76 - dobin src/htm/thememan.exe
77 - make_wrapper thememan "mono /usr/bin/thememan.exe"
78 - domenu share/misc/htm.desktop
79 - insinto /usr/share/mime/packages
80 - newins share/misc/htm-mime.xml htm.xml
81 - fi
82 prune_libtool_files --all
83 }
84
85
86
87
88 1.70 net-irc/hexchat/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.70&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.70&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.69&r2=1.70
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
97 retrieving revision 1.69
98 retrieving revision 1.70
99 diff -u -r1.69 -r1.70
100 --- ChangeLog 27 Aug 2013 09:22:44 -0000 1.69
101 +++ ChangeLog 28 Aug 2013 17:46:13 -0000 1.70
102 @@ -1,6 +1,9 @@
103 # ChangeLog for net-irc/hexchat
104 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.69 2013/08/27 09:22:44 hasufell Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.70 2013/08/28 17:46:13 hasufell Exp $
107 +
108 + 28 Aug 2013; Julian Ospald <hasufell@g.o> hexchat-9999.ebuild:
109 + update live ebuild
110
111 27 Aug 2013; Julian Ospald <hasufell@g.o> hexchat-9999.ebuild,
112 metadata.xml: