diff options
author | 2014-01-08 06:30:17 +0000 | |
---|---|---|
committer | 2014-01-08 06:30:17 +0000 | |
commit | 828142d3b79c92cec20bc00fe5459326ea088618 (patch) | |
tree | 6c856ce593892f7b2e0cdd2b72cc6d3115894559 /net-p2p | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-828142d3b79c92cec20bc00fe5459326ea088618.tar.gz gentoo-2-828142d3b79c92cec20bc00fe5459326ea088618.tar.bz2 gentoo-2-828142d3b79c92cec20bc00fe5459326ea088618.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-p2p')
-rw-r--r-- | net-p2p/phxd/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-p2p/phxd/ChangeLog b/net-p2p/phxd/ChangeLog index 797e40d49d8c..d136f17960ea 100644 --- a/net-p2p/phxd/ChangeLog +++ b/net-p2p/phxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/phxd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/ChangeLog,v 1.10 2013/08/03 09:45:37 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/ChangeLog,v 1.11 2014/01/08 06:30:17 vapier Exp $ + + 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> phxd-0.1.0_pre23092005.ebuild: + Inherit the user eclass for enewuser/etc... 03 Aug 2013; Michał Górny <mgorny@gentoo.org> phxd-0.1.0_pre23092005.ebuild: @@ -40,4 +43,3 @@ 26 Jun 2005; Guillaume Destuynder <kang@gentoo.org> ChangeLog: Initial import. This ebuild provides a replacement for net-p2p/mhxd which is not supported anymore upstream. - diff --git a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild b/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild index 2de6f38effe3..b7f929d5f2ab 100644 --- a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild +++ b/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild,v 1.7 2013/08/03 09:45:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild,v 1.8 2014/01/08 06:30:17 vapier Exp $ -inherit eutils +inherit eutils user DESCRIPTION="Next generation Hotline server in python. kang's branch." HOMEPAGE="http://www.avaraline.net" |