diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-11 23:41:18 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-11 23:41:18 +0000 |
commit | b62b08e006d4968139a4f6e8dd3cadfa6e65aafd (patch) | |
tree | 9a8ea637a40f2fe7876fe15005637349b9734a7e /sys-apps | |
parent | Add GPL-2 for init scripts, bug #426182 (diff) | |
download | gentoo-2-b62b08e006d4968139a4f6e8dd3cadfa6e65aafd.tar.gz gentoo-2-b62b08e006d4968139a4f6e8dd3cadfa6e65aafd.tar.bz2 gentoo-2-b62b08e006d4968139a4f6e8dd3cadfa6e65aafd.zip |
Add GPL-2 for init scripts, bug #426138
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/chpax/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/chpax/chpax-0.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/chpax/ChangeLog b/sys-apps/chpax/ChangeLog index d3c8db39fe33..5652401f3f56 100644 --- a/sys-apps/chpax/ChangeLog +++ b/sys-apps/chpax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/chpax # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.37 2012/06/08 13:56:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.38 2012/07/11 23:41:18 blueness Exp $ + + 11 Jul 2012; Anthony G. Basile <blueness@gentoo.org> chpax-0.7.ebuild: + Add GPL-2 for init scripts, bug #426138 08 Jun 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer from metadata as talked with him. diff --git a/sys-apps/chpax/chpax-0.7.ebuild b/sys-apps/chpax/chpax-0.7.ebuild index 542d8df99e93..8ed0817bfbaa 100644 --- a/sys-apps/chpax/chpax-0.7.ebuild +++ b/sys-apps/chpax/chpax-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.16 2010/10/08 01:46:47 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.17 2012/07/11 23:41:18 blueness Exp $ inherit flag-o-matic toolchain-funcs @@ -8,7 +8,7 @@ DESCRIPTION="Manages various PaX related flags for ELF32, ELF64, and a.out binar HOMEPAGE="http://pax.grsecurity.net/" SRC_URI="http://pax.grsecurity.net/${P}.tar.gz" -LICENSE="public-domain" +LICENSE="public-domain GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="" |