diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-17 10:50:20 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-17 10:50:20 +0000 |
commit | ae2f8add6fffc869acb9f7b522fb3962438cf05c (patch) | |
tree | 9716073e5688509712d8d5f3524647b0326891d6 /eclass | |
parent | Pseudo version bump to use new eclass and file layout. Use the version number... (diff) | |
download | gentoo-2-ae2f8add6fffc869acb9f7b522fb3962438cf05c.tar.gz gentoo-2-ae2f8add6fffc869acb9f7b522fb3962438cf05c.tar.bz2 gentoo-2-ae2f8add6fffc869acb9f7b522fb3962438cf05c.zip |
Remove licenses prior copying docs.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/myspell-r2.eclass | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d029c36b0b92..fbcfcbb2736d 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.314 2012/06/14 23:07:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.315 2012/06/17 10:50:20 scarabeus Exp $ + + 17 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: + Remove licenses prior copying docs. 14 Jun 2012; Julian Ospald <hasufell@gentoo.org> eutils.eclass: small enhancement to examples of doicon diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index 9e8daced3a19..eea8c0ac1062 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.4 2012/06/13 12:17:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.5 2012/06/17 10:50:20 scarabeus Exp $ # @ECLASS: aspell-dict.eclass # @MAINTAINER: @@ -93,6 +93,9 @@ myspell-r2_src_install() { dosym /usr/share/hyphen/"${target}" /usr/share/myspell/"${target}" || die done + # Remove licenses as they suffix them with .txt too + rm -rf COPYING* + rm -rf LICENSE* # Readme and so on for x in *.txt README*; do if [[ -f ${x} ]]; then |