diff options
author | 2013-01-14 07:14:11 +0000 | |
---|---|---|
committer | 2013-01-14 07:14:11 +0000 | |
commit | 7492e27d631372a8ac58f173eedba70079123bfe (patch) | |
tree | 15a32d55c6aac955d9c4e61468f6cef6974efdfa /net-irc | |
parent | app-text/multitail: Version Bump, moved to EAPI=5 (diff) | |
download | gentoo-2-7492e27d631372a8ac58f173eedba70079123bfe.tar.gz gentoo-2-7492e27d631372a8ac58f173eedba70079123bfe.tar.bz2 gentoo-2-7492e27d631372a8ac58f173eedba70079123bfe.zip |
Fixed building with automake-1.13 (bug #451590). Changed SRC_URI to use mirror://github (as per repoman warning)
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.3.ebuild | 6 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.4.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 8b1f58bfd8c5..cabb4a124f79 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/hexchat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.20 2012/12/01 19:10:48 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.21 2013/01/14 07:14:11 polynomial-c Exp $ + + 14 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> hexchat-2.9.3.ebuild, + hexchat-2.9.4.ebuild: + Fixed building with automake-1.13 (bug #451590). Changed SRC_URI to use + mirror://github (as per repoman warning). 01 Dec 2012; Raúl Porcel <armin76@gentoo.org> hexchat-2.9.3.ebuild: alpha/ia64/sparc stable wrt #443118 diff --git a/net-irc/hexchat/hexchat-2.9.3.ebuild b/net-irc/hexchat/hexchat-2.9.3.ebuild index 7abf30ac81ab..d49845a8d7a7 100644 --- a/net-irc/hexchat/hexchat-2.9.3.ebuild +++ b/net-irc/hexchat/hexchat-2.9.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.3.ebuild,v 1.9 2012/12/01 19:10:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.3.ebuild,v 1.10 2013/01/14 07:14:11 polynomial-c Exp $ EAPI=4 inherit eutils gnome2 multilib versionator DESCRIPTION="Graphical IRC client based on XChat" -SRC_URI="https://github.com/downloads/hexchat/hexchat/${P}.tar.xz" +SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.xz" HOMEPAGE="http://www.hexchat.org/" LICENSE="GPL-2" diff --git a/net-irc/hexchat/hexchat-2.9.4.ebuild b/net-irc/hexchat/hexchat-2.9.4.ebuild index 59730983a223..665275ec3c2f 100644 --- a/net-irc/hexchat/hexchat-2.9.4.ebuild +++ b/net-irc/hexchat/hexchat-2.9.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.4.ebuild,v 1.1 2012/11/25 12:45:46 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4.ebuild,v 1.2 2013/01/14 07:14:11 polynomial-c Exp $ EAPI=5 inherit eutils gnome2 multilib DESCRIPTION="Graphical IRC client based on XChat" -SRC_URI="https://github.com/downloads/${PN}/${PN}/${P}.tar.xz" +SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.xz" HOMEPAGE="http://www.hexchat.org/" LICENSE="GPL-2" @@ -49,6 +49,7 @@ src_prepare() { -i configure.ac || die 'sed failed' fi + mkdir "m4" || die "mkdir failed" ./autogen.sh || die "autogen.sh failed" } |