From a450d4cf3f0179dde51941b4a5aac2f0cd745657 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 23 Jul 2012 14:11:26 +0000 Subject: More licenses removal --- eclass/ChangeLog | 5 ++++- 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 myspell-r2.eclass: + More licenses removal 23 Jul 2012; Ben de Groot 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 -- cgit v1.2.3-65-gdbad