diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-30 08:30:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-30 08:30:48 +0000 |
commit | 420a344296a687309739fff58cfcecaffdabdeff (patch) | |
tree | abd83ba5cc226c452f1eba5c1426f4791e22692f | |
parent | Version bump. (diff) | |
download | historical-420a344296a687309739fff58cfcecaffdabdeff.tar.gz historical-420a344296a687309739fff58cfcecaffdabdeff.tar.bz2 historical-420a344296a687309739fff58cfcecaffdabdeff.zip |
Remove also lower case licenses.
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/myspell-r2.eclass | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index baddadbd1ada..bfb2cafb1bb2 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.331 2012/06/27 18:54:58 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.332 2012/06/30 08:30:48 scarabeus Exp $ + + 30 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: + Remove also lower case licenses. 27 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: fixed eapi block; bug 423657 diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index eea8c0ac1062..94b499aa31f9 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.5 2012/06/17 10:50:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.6 2012/06/30 08:30:48 scarabeus Exp $ # @ECLASS: aspell-dict.eclass # @MAINTAINER: @@ -96,6 +96,7 @@ myspell-r2_src_install() { # Remove licenses as they suffix them with .txt too rm -rf COPYING* rm -rf LICENSE* + rm -rf license* # Readme and so on for x in *.txt README*; do if [[ -f ${x} ]]; then |