diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-04 16:15:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-04 16:15:53 +0000 |
commit | ef41601b1e9b66d02d3f817c67994ed292fa3be0 (patch) | |
tree | c6c956211e9985451a5cf885e3782b5241ac5b01 /app-dicts | |
parent | Restore -fno-strict-aliasing for python2. (diff) | |
download | gentoo-2-ef41601b1e9b66d02d3f817c67994ed292fa3be0.tar.gz gentoo-2-ef41601b1e9b66d02d3f817c67994ed292fa3be0.tar.bz2 gentoo-2-ef41601b1e9b66d02d3f817c67994ed292fa3be0.zip |
Fix LICENSE, same license as pubdic according to HOMEPAGE, bug 445300.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/wnn-ldic/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-dicts/wnn-ldic/ChangeLog b/app-dicts/wnn-ldic/ChangeLog index 0b4fbc439c5b..98be9c860621 100644 --- a/app-dicts/wnn-ldic/ChangeLog +++ b/app-dicts/wnn-ldic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/wnn-ldic -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/ChangeLog,v 1.5 2012/10/20 18:37:13 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/ChangeLog,v 1.6 2013/05/04 16:15:53 ulm Exp $ + + 04 May 2013; Ulrich Müller <ulm@gentoo.org> wnn-ldic-1.04.ebuild: + Fix LICENSE, same license as pubdic according to HOMEPAGE, bug 445300. 20 Oct 2012; Agostino Sarubbo <ago@gentoo.org> wnn-ldic-1.04.ebuild: Add ~amd64, wrt bug #439086 diff --git a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild b/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild index 9d30a8cc11dd..c16b8645c5bc 100644 --- a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild +++ b/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild,v 1.5 2012/10/20 18:37:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild,v 1.6 2013/05/04 16:15:53 ulm Exp $ DESCRIPTION="Wnn dictionary for librarian" HOMEPAGE="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic/" SRC_URI="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic/ldic-${PV}-wnn.txt" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 ~x86" - IUSE="" DEPEND="app-i18n/freewnn" |