public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-2.9.5-r1.ebuild ChangeLog hexchat-2.9.5_p20130525.ebuild hexchat-2.9.5.ebuild
@ 2013-06-24 19:48 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-06-24 19:48 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/06/24 19:48:37

  Modified:             hexchat-2.9.5-r1.ebuild ChangeLog
                        hexchat-2.9.5_p20130525.ebuild hexchat-2.9.5.ebuild
  Log:
  nicer patch header
  
  (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild?r1=1.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hexchat-2.9.5-r1.ebuild	24 Jun 2013 10:52:20 -0000	1.3
+++ hexchat-2.9.5-r1.ebuild	24 Jun 2013 19:48:37 -0000	1.4
@@ -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-2.9.5-r1.ebuild,v 1.3 2013/06/24 10:52:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild,v 1.4 2013/06/24 19:48:37 hasufell Exp $
 
 EAPI=5
 
@@ -50,18 +50,22 @@
 }
 
 src_prepare() {
+	mkdir m4 || die
+
 	epatch \
 		"${FILESDIR}"/${PN}-2.9.1-input-box.patch \
 		"${FILESDIR}"/${PN}-2.9.5-cflags.patch \
 		"${FILESDIR}"/${PN}-2.9.5-gettextize.patch \
 		"${FILESDIR}"/${PN}-2.9.5-gobject.patch \
 		"${FILESDIR}"/${PN}-2.9.5-fix_leftclick_opens_menu.patch
+	epatch -p1 \
+		"${FILESDIR}"/${PN}-2.9.5-autoconf-missing-macros.patch
 
 	cp $(type -p gettextize) "${T}"/ || die
 	sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
 	einfo "Running gettextize -f --no-changelog..."
 	"${T}"/gettextize -f --no-changelog > /dev/null || die "gettexize failed"
-	eautoreconf
+	AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {



1.56                 net-irc/hexchat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	24 Jun 2013 10:52:20 -0000	1.55
+++ ChangeLog	24 Jun 2013 19:48:37 -0000	1.56
@@ -1,6 +1,11 @@
 # 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.55 2013/06/24 10:52:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.56 2013/06/24 19:48:37 hasufell Exp $
+
+  24 Jun 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.5.ebuild,
+  hexchat-2.9.5-r1.ebuild, hexchat-2.9.5_p20130525.ebuild,
+  +files/hexchat-2.9.5-autoconf-missing-macros.patch:
+  fix autoconf when gtk+:2 is not installed wrt #474582
 
   24 Jun 2013; Tobias Klausmann <klausman@gentoo.org> hexchat-2.9.5-r1.ebuild:
   Stable on alpha, bug #474434



1.2                  net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild?r1=1.1&r2=1.2

Index: hexchat-2.9.5_p20130525.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hexchat-2.9.5_p20130525.ebuild	13 Jun 2013 11:46:57 -0000	1.1
+++ hexchat-2.9.5_p20130525.ebuild	24 Jun 2013 19:48:37 -0000	1.2
@@ -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-2.9.5_p20130525.ebuild,v 1.1 2013/06/13 11:46:57 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.2 2013/06/24 19:48:37 hasufell Exp $
 
 EAPI=5
 
@@ -52,16 +52,20 @@
 }
 
 src_prepare() {
+	mkdir m4 || die
+
 	epatch \
 		"${FILESDIR}"/${PN}-2.9.1-input-box.patch \
 		"${FILESDIR}"/${PN}-2.9.5-cflags.patch \
 		"${FILESDIR}"/${PN}-2.9.5-gettextize.patch
+	epatch -p1 \
+		"${FILESDIR}"/${PN}-2.9.5-autoconf-missing-macros.patch
 
 	cp $(type -p gettextize) "${T}"/ || die
 	sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
 	einfo "Running gettextize -f --no-changelog..."
 	"${T}"/gettextize -f --no-changelog > /dev/null || die "gettexize failed"
-	eautoreconf
+	AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {



1.14                 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.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?r1=1.13&r2=1.14

Index: hexchat-2.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hexchat-2.9.5.ebuild	29 May 2013 13:33:54 -0000	1.13
+++ hexchat-2.9.5.ebuild	24 Jun 2013 19:48:37 -0000	1.14
@@ -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-2.9.5.ebuild,v 1.13 2013/05/29 13:33:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.14 2013/06/24 19:48:37 hasufell Exp $
 
 EAPI=5
 
@@ -50,17 +50,21 @@
 }
 
 src_prepare() {
+	mkdir m4 || die
+
 	epatch \
 		"${FILESDIR}"/${PN}-2.9.1-input-box.patch \
 		"${FILESDIR}"/${PN}-2.9.5-cflags.patch \
 		"${FILESDIR}"/${PN}-2.9.5-gettextize.patch \
 		"${FILESDIR}"/${PN}-2.9.5-gobject.patch
+	epatch -p1 \
+		"${FILESDIR}"/${PN}-2.9.5-autoconf-missing-macros.patch
 
 	cp $(type -p gettextize) "${T}"/ || die
 	sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
 	einfo "Running gettextize -f --no-changelog..."
 	"${T}"/gettextize -f --no-changelog > /dev/null || die "gettexize failed"
-	eautoreconf
+	AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-2.9.5-r1.ebuild ChangeLog hexchat-2.9.5_p20130525.ebuild hexchat-2.9.5.ebuild
@ 2013-07-11 20:19 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-07-11 20:19 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/07/11 20:19:46

  Modified:             hexchat-2.9.5-r1.ebuild ChangeLog
                        hexchat-2.9.5_p20130525.ebuild hexchat-2.9.5.ebuild
  Log:
  update homepage
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.11                 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.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5-r1.ebuild?r1=1.10&r2=1.11

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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hexchat-2.9.5-r1.ebuild	7 Jul 2013 15:14:46 -0000	1.10
+++ hexchat-2.9.5-r1.ebuild	11 Jul 2013 20:19:46 -0000	1.11
@@ -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-2.9.5-r1.ebuild,v 1.10 2013/07/07 15:14:46 ago Exp $
+# $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 $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Graphical IRC client based on XChat"
 SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.xz"
-HOMEPAGE="http://www.hexchat.org/"
+HOMEPAGE="http://hexchat.github.io/"
 
 LICENSE="GPL-2"
 SLOT="0"



1.66                 net-irc/hexchat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	8 Jul 2013 17:39:44 -0000	1.65
+++ ChangeLog	11 Jul 2013 20:19:46 -0000	1.66
@@ -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.65 2013/07/08 17:39:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.66 2013/07/11 20:19:46 hasufell Exp $
+
+  11 Jul 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.5.ebuild,
+  hexchat-2.9.5-r1.ebuild, hexchat-2.9.5_p20130525.ebuild:
+  update homepage
 
   08 Jul 2013; Julian Ospald <hasufell@gentoo.org> -hexchat-2.9.3.ebuild,
   -files/hexchat-2.9.3-cflags.patch, -files/hexchat-2.9.3-nogtk.patch,



1.5                  net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild?r1=1.4&r2=1.5

Index: hexchat-2.9.5_p20130525.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hexchat-2.9.5_p20130525.ebuild	27 Jun 2013 18:14:48 -0000	1.4
+++ hexchat-2.9.5_p20130525.ebuild	11 Jul 2013 20:19:46 -0000	1.5
@@ -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-2.9.5_p20130525.ebuild,v 1.4 2013/06/27 18:14:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.5 2013/07/11 20:19:46 hasufell Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Graphical IRC client based on XChat"
 SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-HOMEPAGE="http://www.hexchat.org/"
+HOMEPAGE="http://hexchat.github.io/"
 
 LICENSE="GPL-2"
 SLOT="0"



1.15                 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.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?r1=1.14&r2=1.15

Index: hexchat-2.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hexchat-2.9.5.ebuild	24 Jun 2013 19:48:37 -0000	1.14
+++ hexchat-2.9.5.ebuild	11 Jul 2013 20:19:46 -0000	1.15
@@ -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-2.9.5.ebuild,v 1.14 2013/06/24 19:48:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.15 2013/07/11 20:19:46 hasufell Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Graphical IRC client based on XChat"
 SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.xz"
-HOMEPAGE="http://www.hexchat.org/"
+HOMEPAGE="http://hexchat.github.io/"
 
 LICENSE="GPL-2"
 SLOT="0"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-11 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11 20:19 [gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-2.9.5-r1.ebuild ChangeLog hexchat-2.9.5_p20130525.ebuild hexchat-2.9.5.ebuild Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-24 19:48 Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox