* [gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-2.9.5-r1.ebuild hexchat-2.9.5.ebuild ChangeLog
@ 2013-09-05 19:44 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-09-05 19:44 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 19:44:53
Modified: hexchat-2.9.5-r1.ebuild hexchat-2.9.5.ebuild
ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.12 net-irc/hexchat/hexchat-2.9.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild?r1=1.11&r2=1.12
Index: hexchat-2.9.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hexchat-2.9.5-r1.ebuild 11 Jul 2013 20:19:46 -0000 1.11
+++ hexchat-2.9.5-r1.ebuild 5 Sep 2013 19:44:53 -0000 1.12
@@ -1,10 +1,10 @@
# 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-2.9.5-r1.ebuild,v 1.11 2013/07/11 20:19:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild,v 1.12 2013/09/05 19:44:53 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
inherit autotools eutils gnome2-utils mono multilib python-single-r1
DESCRIPTION="Graphical IRC client based on XChat"
1.16 net-irc/hexchat/hexchat-2.9.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?r1=1.15&r2=1.16
Index: hexchat-2.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hexchat-2.9.5.ebuild 11 Jul 2013 20:19:46 -0000 1.15
+++ hexchat-2.9.5.ebuild 5 Sep 2013 19:44:53 -0000 1.16
@@ -1,10 +1,10 @@
# 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-2.9.5.ebuild,v 1.15 2013/07/11 20:19:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.16 2013/09/05 19:44:53 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
inherit autotools eutils gnome2-utils mono multilib python-single-r1
DESCRIPTION="Graphical IRC client based on XChat"
1.73 net-irc/hexchat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 1 Sep 2013 00:07:45 -0000 1.72
+++ ChangeLog 5 Sep 2013 19:44:53 -0000 1.73
@@ -1,6 +1,10 @@
# 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.72 2013/09/01 00:07:45 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.73 2013/09/05 19:44:53 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> hexchat-2.9.5-r1.ebuild,
+ hexchat-2.9.5.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
01 Sep 2013; Julian Ospald <hasufell@gentoo.org> hexchat-9999.ebuild:
update live ebuild
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-05 19:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 19:44 [gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-2.9.5-r1.ebuild hexchat-2.9.5.ebuild ChangeLog Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox