diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-09-01 00:04:55 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-09-01 00:04:55 +0000 |
commit | 87cad176ee33bd74b7d8408b8b4c25f1ba7fd352 (patch) | |
tree | 145fca38c14e9b47e7737af79c6cf9fa80a9339f /net-irc | |
parent | dolphin-3.5.ebuild: Added check to apply gcc-4.8.patch to all variants of gcc... (diff) | |
download | gentoo-2-87cad176ee33bd74b7d8408b8b4c25f1ba7fd352.tar.gz gentoo-2-87cad176ee33bd74b7d8408b8b4c25f1ba7fd352.tar.bz2 gentoo-2-87cad176ee33bd74b7d8408b8b4c25f1ba7fd352.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/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 604904609515..15f1beaa7bbf 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.70 2013/08/28 17:46:13 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.71 2013/09/01 00:04:55 hasufell Exp $ + + 01 Sep 2013; Julian Ospald <hasufell@gentoo.org> hexchat-9999.ebuild: + update live ebuild 28 Aug 2013; Julian Ospald <hasufell@gentoo.org> hexchat-9999.ebuild: update live ebuild diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 501f9322dc78..1c0984e4ceef 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.3 2013/08/28 17:46:13 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.4 2013/09/01 00:04:55 hasufell Exp $ EAPI=5 @@ -65,7 +65,6 @@ src_prepare() { -e "/po\/Makefile.in/d" \ configure.ac || die sed -i -e "/SUBDIRS/s/intl//" Makefile.am || die - sed -i -e 's/Exec=.*$/Exec=thememan %f/' share/misc/htm.desktop || die epatch -p1 \ "${FILESDIR}"/${PN}-2.9.5-autoconf-missing-macros.patch epatch_user |