diff options
author | 2012-07-23 14:11:26 +0000 | |
---|---|---|
committer | 2012-07-23 14:11:26 +0000 | |
commit | a450d4cf3f0179dde51941b4a5aac2f0cd745657 (patch) | |
tree | 95c43774fb720a1f79ed1d93fdaf45b5032f7b36 | |
parent | Version bump to latest release. Remove newer/older. (diff) | |
download | historical-a450d4cf3f0179dde51941b4a5aac2f0cd745657.tar.gz historical-a450d4cf3f0179dde51941b4a5aac2f0cd745657.tar.bz2 historical-a450d4cf3f0179dde51941b4a5aac2f0cd745657.zip |
More licenses removal
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/myspell-r2.eclass | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d764f5d77bf6..b5da6d749d78 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.350 2012/07/23 12:53:13 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.351 2012/07/23 14:11:26 scarabeus Exp $ + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: + More licenses removal 23 Jul 2012; Ben de Groot <yngwin@gentoo.org> qt4-r2.eclass: Add array variables for DOCS and HTML_DOCS in qt4-r2.eclass diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index 94b499aa31f9..ba5314eb5466 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.6 2012/06/30 08:30:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.7 2012/07/23 14:11:26 scarabeus Exp $ # @ECLASS: aspell-dict.eclass # @MAINTAINER: @@ -96,7 +96,9 @@ myspell-r2_src_install() { # Remove licenses as they suffix them with .txt too rm -rf COPYING* rm -rf LICENSE* + rm -rf LICENCE* rm -rf license* + rm -rf licence* # Readme and so on for x in *.txt README*; do if [[ -f ${x} ]]; then |