diff options
author | 2014-01-08 06:39:09 +0000 | |
---|---|---|
committer | 2014-01-08 06:39:09 +0000 | |
commit | 603e4162eaa4f6a290f6d037c7806c3dde593b00 (patch) | |
tree | 7384433f98142f086ad040c8e9e0d10ad04626af /net-irc | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-603e4162eaa4f6a290f6d037c7806c3dde593b00.tar.gz gentoo-2-603e4162eaa4f6a290f6d037c7806c3dde593b00.tar.bz2 gentoo-2-603e4162eaa4f6a290f6d037c7806c3dde593b00.zip |
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-3.0.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index 1fb7c7e8f9e6..e4e617de2362 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ultimate -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.24 2012/08/11 14:28:40 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.25 2014/01/08 06:39:09 vapier Exp $ + + 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> ultimate-3.0.2-r2.ebuild: + Inherit the user eclass for enewuser/etc... 11 Aug 2012; Markus Meier <maekke@gentoo.org> ultimate-3.0.2-r2.ebuild: x86 stable, bug #419255 @@ -114,4 +117,3 @@ files/Ultimate-2.8.7-gentoo.patch, files/setup.h, files/ultimateircd.conf, files/ultimateircd.rc: Initial version, closes #31466. - diff --git a/net-irc/ultimate/ultimate-3.0.2-r2.ebuild b/net-irc/ultimate/ultimate-3.0.2-r2.ebuild index ef4daf7c1826..e330d323f474 100644 --- a/net-irc/ultimate/ultimate-3.0.2-r2.ebuild +++ b/net-irc/ultimate/ultimate-3.0.2-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2-r2.ebuild,v 1.3 2012/08/11 14:28:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2-r2.ebuild,v 1.4 2014/01/08 06:39:09 vapier Exp $ EAPI=4 AT_M4DIR=autoconf -inherit autotools eutils fixheadtails prefix ssl-cert +inherit autotools eutils fixheadtails prefix ssl-cert user MY_P=Ultimate${PV/_/.} |