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: Sat, 05 Oct 2013 02:22:46
Message-Id: 20131005022240.549E72004E@flycatcher.gentoo.org
1 hasufell 13/10/05 02:22:40
2
3 Modified: hexchat-9999.ebuild ChangeLog
4 Log:
5 update live ebuild
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.11 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.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?r1=1.10&r2=1.11
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.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- hexchat-9999.ebuild 29 Sep 2013 00:10:29 -0000 1.10
23 +++ hexchat-9999.ebuild 5 Oct 2013 02:22:40 -0000 1.11
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.10 2013/09/29 00:10:29 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.11 2013/10/05 02:22:40 hasufell Exp $
29
30 EAPI=5
31
32 @@ -15,17 +15,14 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS=""
36 -IUSE="dbus +gtk gtkspell ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python sexy spell ssl theme-manager"
37 -REQUIRED_USE="gtkspell? ( spell )
38 - plugin-checksum? ( plugins )
39 +IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager"
40 +REQUIRED_USE="plugin-checksum? ( plugins )
41 plugin-doat? ( plugins )
42 plugin-fishlim? ( plugins )
43 plugin-sysinfo? ( plugins )
44 - python? ( ${PYTHON_REQUIRED_USE} )
45 - sexy? ( spell )
46 - ?? ( gtkspell sexy )"
47 + python? ( ${PYTHON_REQUIRED_USE} )"
48
49 -RDEPEND="dev-libs/glib:2
50 +DEPEND="dev-libs/glib:2
51 dbus? ( >=dev-libs/dbus-glib-0.98 )
52 gtk? ( x11-libs/gtk+:2 )
53 libcanberra? ( media-libs/libcanberra )
54 @@ -36,15 +33,12 @@
55 perl? ( >=dev-lang/perl-5.8.0 )
56 plugin-sysinfo? ( sys-apps/pciutils )
57 python? ( ${PYTHON_DEPS} )
58 - spell? (
59 - app-text/enchant
60 - gtkspell? ( app-text/gtkspell:2 )
61 - sexy? ( x11-libs/libsexy )
62 - !gtkspell? ( !sexy? ( dev-libs/libxml2 ) )
63 - )
64 + spell? ( app-text/iso-codes )
65 ssl? ( dev-libs/openssl:0 )
66 theme-manager? ( dev-lang/mono )"
67 -DEPEND="${RDEPEND}
68 +RDEPEND="${DEPEND}
69 + spell? ( app-text/enchant )"
70 +DEPEND="${DEPEND}
71 virtual/pkgconfig
72 nls? ( sys-devel/gettext )
73 theme-manager? ( dev-util/monodevelop )"
74 @@ -75,19 +69,6 @@
75 }
76
77 src_configure() {
78 - local myspellconf
79 - if use spell ; then
80 - if use gtkspell ; then
81 - myspellconf="--enable-spell=gtkspell"
82 - elif use sexy ; then
83 - myspellconf="--enable-spell=libsexy"
84 - else
85 - myspellconf="--enable-spell=static"
86 - fi
87 - else
88 - myspellconf="--disable-spell"
89 - fi
90 -
91 econf \
92 $(use_enable nls) \
93 $(use_enable libproxy socks) \
94 @@ -108,6 +89,7 @@
95 ${myspellconf} \
96 $(use_enable ntlm) \
97 $(use_enable libproxy) \
98 + $(use_enable spell isocodes) \
99 --enable-minimal-flags \
100 $(use_with theme-manager)
101 }
102 @@ -118,8 +100,7 @@
103 UPDATE_MIME_DATABASE=true \
104 UPDATE_DESKTOP_DATABASE=true \
105 install
106 - dodoc share/doc/{readme,hacking}.md
107 - use plugin-fishlim && dodoc share/doc/fishlim.md
108 + dodoc readme.md
109 prune_libtool_files --all
110 }
111
112
113
114
115 1.82 net-irc/hexchat/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.82&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.82&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.81&r2=1.82
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
124 retrieving revision 1.81
125 retrieving revision 1.82
126 diff -u -r1.81 -r1.82
127 --- ChangeLog 29 Sep 2013 00:10:29 -0000 1.81
128 +++ ChangeLog 5 Oct 2013 02:22:40 -0000 1.82
129 @@ -1,6 +1,9 @@
130 # ChangeLog for net-irc/hexchat
131 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.81 2013/09/29 00:10:29 hasufell Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.82 2013/10/05 02:22:40 hasufell Exp $
134 +
135 + 05 Oct 2013; Julian Ospald <hasufell@g.o> hexchat-9999.ebuild:
136 + update live ebuild
137
138 29 Sep 2013; Julian Ospald <hasufell@g.o> hexchat-9999.ebuild:
139 update live ebuild