diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index ff5a8079e4dd..83777f74c990 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.78 2013/09/14 16:36:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.79 2013/09/15 12:22:24 hasufell Exp $ + + 15 Sep 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.6.ebuild: + use ${P} in SRC_URI 14 Sep 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.5-r1.ebuild, hexchat-2.9.6.ebuild, hexchat-9999.ebuild: diff --git a/net-irc/hexchat/hexchat-2.9.6.ebuild b/net-irc/hexchat/hexchat-2.9.6.ebuild index 5c2d0ab002cd..b51e637bc80b 100644 --- a/net-irc/hexchat/hexchat-2.9.6.ebuild +++ b/net-irc/hexchat/hexchat-2.9.6.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-2.9.6.ebuild,v 1.3 2013/09/14 16:36:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.6.ebuild,v 1.4 2013/09/15 12:22:24 hasufell Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit eutils fdo-mime gnome2-utils mono-env multilib python-single-r1 DESCRIPTION="Graphical IRC client based on XChat" HOMEPAGE="http://hexchat.github.io/" -SRC_URI="http://dl.hexchat.org/hexchat/hexchat-2.9.6.tar.xz" +SRC_URI="http://dl.hexchat.org/hexchat/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |