summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-08-28 17:46:13 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-08-28 17:46:13 +0000
commiteda75e8c5fe3774b5147d8e683aec88dad606440 (patch)
tree439c672f737dbd37ee50165bcf4e284e64fdf03a /net-irc
parentAutomated update. (diff)
downloadgentoo-2-eda75e8c5fe3774b5147d8e683aec88dad606440.tar.gz
gentoo-2-eda75e8c5fe3774b5147d8e683aec88dad606440.tar.bz2
gentoo-2-eda75e8c5fe3774b5147d8e683aec88dad606440.zip
update live ebuild
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/hexchat/ChangeLog5
-rw-r--r--net-irc/hexchat/hexchat-9999.ebuild34
2 files changed, 16 insertions, 23 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog
index 1f524c8965e6..604904609515 100644
--- a/net-irc/hexchat/ChangeLog
+++ b/net-irc/hexchat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/hexchat
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.69 2013/08/27 09:22:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.70 2013/08/28 17:46:13 hasufell Exp $
+
+ 28 Aug 2013; Julian Ospald <hasufell@gentoo.org> hexchat-9999.ebuild:
+ update live ebuild
27 Aug 2013; Julian Ospald <hasufell@gentoo.org> hexchat-9999.ebuild,
metadata.xml:
diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild
index 1bf192a8c79b..501f9322dc78 100644
--- a/net-irc/hexchat/hexchat-9999.ebuild
+++ b/net-irc/hexchat/hexchat-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.2 2013/08/27 09:22:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.3 2013/08/28 17:46:13 hasufell Exp $
EAPI=5
@@ -50,11 +50,12 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
theme-manager? ( dev-util/monodevelop )"
-DOCS=""
-
pkg_setup() {
use python && python-single-r1_pkg_setup
- use theme-manager && mono-env_pkg_setup
+ if use theme-manager ; then
+ mono-env_pkg_setup
+ export XDG_CACHE_HOME="${T}/.cache"
+ fi
}
src_prepare() {
@@ -110,29 +111,18 @@ src_configure() {
--enable-shm \
${myspellconf} \
$(use_enable ntlm) \
- $(use_enable libproxy)
-}
-
-src_compile() {
- default
- if use theme-manager ; then
- export XDG_CACHE_HOME="${T}/.cache"
- cd src/htm || die
- mdtool --verbose build htm-mono.csproj || die
- fi
+ $(use_enable libproxy) \
+ $(use_with theme-manager)
}
src_install() {
- emake DESTDIR="${D}" UPDATE_ICON_CACHE=true install
+ emake DESTDIR="${D}" \
+ UPDATE_ICON_CACHE=true \
+ UPDATE_MIME_DATABASE=true \
+ UPDATE_DESKTOP_DATABASE=true \
+ install
dodoc share/doc/{readme,hacking}.md
use plugin-fishlim && dodoc share/doc/fishlim.md
- if use theme-manager ; then
- dobin src/htm/thememan.exe
- make_wrapper thememan "mono /usr/bin/thememan.exe"
- domenu share/misc/htm.desktop
- insinto /usr/share/mime/packages
- newins share/misc/htm-mime.xml htm.xml
- fi
prune_libtool_files --all
}