diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-29 00:41:21 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-29 00:41:21 +0000 |
commit | 983d22d14353be77ff4d0ecbc8c9d0010d757cf7 (patch) | |
tree | 50afc604d8d24c3597a2ab5695a2ba418f2cd46f /net-irc | |
parent | Remove old. (diff) | |
download | gentoo-2-983d22d14353be77ff4d0ecbc8c9d0010d757cf7.tar.gz gentoo-2-983d22d14353be77ff4d0ecbc8c9d0010d757cf7.tar.bz2 gentoo-2-983d22d14353be77ff4d0ecbc8c9d0010d757cf7.zip |
Drop unused eutils eclass.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/weechat/weechat-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index 67f596936764..3c3f1a2c4f66 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/weechat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.146 2014/11/29 00:20:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.147 2014/11/29 00:41:21 radhermit Exp $ + + 29 Nov 2014; Tim Harder <radhermit@gentoo.org> weechat-1.0.1.ebuild, + weechat-9999.ebuild: + Drop unused eutils eclass. 29 Nov 2014; Tim Harder <radhermit@gentoo.org> -weechat-0.4.1.ebuild, -weechat-0.4.2.ebuild: diff --git a/net-irc/weechat/weechat-1.0.1.ebuild b/net-irc/weechat/weechat-1.0.1.ebuild index c05ee89a3237..a2d47366cafd 100644 --- a/net-irc/weechat/weechat-1.0.1.ebuild +++ b/net-irc/weechat/weechat-1.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.0.1.ebuild,v 1.1 2014/11/29 00:16:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.0.1.ebuild,v 1.2 2014/11/29 00:41:21 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit eutils python-single-r1 multilib cmake-utils +inherit python-single-r1 multilib cmake-utils if [[ ${PV} == "9999" ]] ; then inherit git-r3 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index fdafebf2c4d4..8ab963124f10 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.35 2014/11/29 00:16:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.36 2014/11/29 00:41:21 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit eutils python-single-r1 multilib cmake-utils +inherit python-single-r1 multilib cmake-utils if [[ ${PV} == "9999" ]] ; then inherit git-r3 |