diff options
author | 2013-07-20 07:15:49 +0000 | |
---|---|---|
committer | 2013-07-20 07:15:49 +0000 | |
commit | ba2af2e8914409b55f3d80807a4eaa4e7023faad (patch) | |
tree | e772f835cdc049114a90abaa99893bbbf65a7862 /app-i18n/mozc | |
parent | Version bump wrt #476790 (diff) | |
download | gentoo-2-ba2af2e8914409b55f3d80807a4eaa4e7023faad.tar.gz gentoo-2-ba2af2e8914409b55f3d80807a4eaa4e7023faad.tar.bz2 gentoo-2-ba2af2e8914409b55f3d80807a4eaa4e7023faad.zip |
Update license wrt #471010
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.10.1390.102.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.6.1187.102.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-i18n/mozc/ChangeLog b/app-i18n/mozc/ChangeLog index 7ebfa6bf0370..25b8d933a9c8 100644 --- a/app-i18n/mozc/ChangeLog +++ b/app-i18n/mozc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/mozc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.6 2013/05/10 05:27:20 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.7 2013/07/20 07:15:49 naota Exp $ + + 20 Jul 2013; Naohiro Aota <naota@gentoo.org> mozc-1.10.1390.102.ebuild, + mozc-1.6.1187.102.ebuild: + Update license wrt #471010 10 May 2013; Naohiro Aota <naota@gentoo.org> mozc-1.10.1390.102.ebuild: Call epatch_user diff --git a/app-i18n/mozc/mozc-1.10.1390.102.ebuild b/app-i18n/mozc/mozc-1.10.1390.102.ebuild index d01f78ce21c3..6af4af895a58 100644 --- a/app-i18n/mozc/mozc-1.10.1390.102.ebuild +++ b/app-i18n/mozc/mozc-1.10.1390.102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.10.1390.102.ebuild,v 1.2 2013/05/10 05:27:20 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.10.1390.102.ebuild,v 1.3 2013/07/20 07:15:49 naota Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -21,7 +21,7 @@ JSONCPP_URL="mirror://sourceforge/jsoncpp/jsoncpp-src-${JSONCPP_VER}.tar.gz" SRC_URI="${MOZC_URL} ${PROTOBUF_URL} test? ( ${GMOCK_URL} ${GTEST_URL} ${JSONCPP_URL} )" -LICENSE="Apache-2.0 BSD Boost-1.0 ipadic public-domain unicode" +LICENSE="BSD ipadic public-domain unicode" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="emacs +ibus +qt4 renderer test" diff --git a/app-i18n/mozc/mozc-1.6.1187.102.ebuild b/app-i18n/mozc/mozc-1.6.1187.102.ebuild index 8f1a4d737b10..8f93facb4890 100644 --- a/app-i18n/mozc/mozc-1.6.1187.102.ebuild +++ b/app-i18n/mozc/mozc-1.6.1187.102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.6.1187.102.ebuild,v 1.2 2013/03/02 19:28:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.6.1187.102.ebuild,v 1.3 2013/07/20 07:15:49 naota Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ MOZC_URL="http://mozc.googlecode.com/files/${P}.tar.bz2" PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" SRC_URI="${MOZC_URL} ${PROTOBUF_URL}" -LICENSE="Apache-2.0 BSD Boost-1.0 ipadic public-domain unicode" +LICENSE="Apache-2.0 BSD ipadic public-domain unicode" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="emacs +ibus +qt4 renderer" |