diff options
author | 2014-01-08 06:42:15 +0000 | |
---|---|---|
committer | 2014-01-08 06:42:15 +0000 | |
commit | c78d17cb0fc9c01c2b2fe1c18fcc1a76271c1b68 (patch) | |
tree | fd3327b7c289485609eceec809a398572dc614ef | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-c78d17cb0fc9c01c2b2fe1c18fcc1a76271c1b68.tar.gz gentoo-2-c78d17cb0fc9c01c2b2fe1c18fcc1a76271c1b68.tar.bz2 gentoo-2-c78d17cb0fc9c01c2b2fe1c18fcc1a76271c1b68.zip |
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
-rw-r--r-- | net-mail/mailman/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.14.ebuild | 6 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.15.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/mailman/ChangeLog b/net-mail/mailman/ChangeLog index 4cf0b3351e5c..0c5f14cbab17 100644 --- a/net-mail/mailman/ChangeLog +++ b/net-mail/mailman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mailman -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.137 2013/10/22 08:06:43 lxnay Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.138 2014/01/08 06:42:15 vapier Exp $ + + 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> mailman-2.1.14.ebuild, + mailman-2.1.15.ebuild: + Inherit the user eclass for enewuser/etc... 22 Oct 2013; Fabio Erculiani <lxnay@gentoo.org> mailman-2.1.15.ebuild, +files/mailman.service: diff --git a/net-mail/mailman/mailman-2.1.14.ebuild b/net-mail/mailman/mailman-2.1.14.ebuild index 79c9a69000c8..5ae257ebe141 100644 --- a/net-mail/mailman/mailman-2.1.14.ebuild +++ b/net-mail/mailman/mailman-2.1.14.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-mail/mailman/mailman-2.1.14.ebuild,v 1.9 2013/06/22 17:18:50 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild,v 1.10 2014/01/08 06:42:15 vapier Exp $ -inherit eutils python multilib +inherit eutils python multilib user DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" diff --git a/net-mail/mailman/mailman-2.1.15.ebuild b/net-mail/mailman/mailman-2.1.15.ebuild index a2ada24925ed..26870bbc5372 100644 --- a/net-mail/mailman/mailman-2.1.15.ebuild +++ b/net-mail/mailman/mailman-2.1.15.ebuild @@ -1,11 +1,11 @@ -# 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-mail/mailman/mailman-2.1.15.ebuild,v 1.8 2013/10/22 08:06:43 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.15.ebuild,v 1.9 2014/01/08 06:42:15 vapier Exp $ EAPI="4" PYTHON_DEPEND="2" -inherit eutils python multilib systemd +inherit eutils python multilib systemd user DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" |