diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-09-15 12:22:24 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-09-15 12:22:24 +0000 |
commit | e94f7a09b3046cce287f9e397651b2d3a3fd11d5 (patch) | |
tree | 6adb1ce433630ec331fbc9c6e5dd1b2354b15265 /net-irc | |
parent | Fix configure on Darwin by using our own provided python-config iso gdb-provi... (diff) | |
download | gentoo-2-e94f7a09b3046cce287f9e397651b2d3a3fd11d5.tar.gz gentoo-2-e94f7a09b3046cce287f9e397651b2d3a3fd11d5.tar.bz2 gentoo-2-e94f7a09b3046cce287f9e397651b2d3a3fd11d5.zip |
use ${P} in SRC_URI
(Portage version: 2.2.4/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-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" |