diff options
author | 2014-12-22 14:30:13 +0000 | |
---|---|---|
committer | 2014-12-22 14:30:13 +0000 | |
commit | 3edabe54c2aa4e7fc833b4e3a3aab3154daa1647 (patch) | |
tree | 2c3c115d7b8e78aad357e920cb5bc74b0d2876fa /mail-mta/sendmail | |
parent | Security bump (bug #531544) (diff) | |
download | gentoo-2-3edabe54c2aa4e7fc833b4e3a3aab3154daa1647.tar.gz gentoo-2-3edabe54c2aa4e7fc833b4e3a3aab3154daa1647.tar.bz2 gentoo-2-3edabe54c2aa4e7fc833b4e3a3aab3154daa1647.zip |
Non-maintainer commit: add GPL-2 to the list of licenses, wrt bug #425968
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r-- | mail-mta/sendmail/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.14.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog index 38b40a1ba69d..2119b2a86617 100644 --- a/mail-mta/sendmail/ChangeLog +++ b/mail-mta/sendmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/sendmail # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.136 2014/06/13 05:21:25 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.137 2014/12/22 14:30:13 pinkbyte Exp $ + + 22 Dec 2014; Sergey Popov <pinkbyte@gentoo.org> sendmail-8.14.9.ebuild: + Non-maintainer commit: add GPL-2 to the list of licenses, wrt bug #425968 13 Jun 2014; Eray Aslan <eras@gentoo.org> -sendmail-8.14.7-r1.ebuild, -sendmail-8.14.8.ebuild: diff --git a/mail-mta/sendmail/sendmail-8.14.9.ebuild b/mail-mta/sendmail/sendmail-8.14.9.ebuild index ccb7dd15c457..f07d9bb7ff93 100644 --- a/mail-mta/sendmail/sendmail-8.14.9.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.9.ebuild,v 1.10 2014/06/08 10:55:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.9.ebuild,v 1.11 2014/12/22 14:30:13 pinkbyte Exp $ EAPI="5" inherit eutils multilib systemd toolchain-funcs user @@ -9,7 +9,7 @@ DESCRIPTION="Widely-used Mail Transport Agent (MTA)" HOMEPAGE="http://www.sendmail.org/" SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" -LICENSE="Sendmail" +LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="ssl ldap sasl tcpd mbox ipv6 nis sockets" |