diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-07-23 04:20:12 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-07-23 04:20:12 +0000 |
commit | 94bd1161fafa1f4d4eaee4899214610654d6c170 (patch) | |
tree | 7e3a2ca29cb53146952ef8c707e1e3116f13314b /app-i18n/mozc | |
parent | Set CC properly. (diff) | |
download | gentoo-2-94bd1161fafa1f4d4eaee4899214610654d6c170.tar.gz gentoo-2-94bd1161fafa1f4d4eaee4899214610654d6c170.tar.bz2 gentoo-2-94bd1161fafa1f4d4eaee4899214610654d6c170.zip |
Don't use MY_P anymore.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.3.975.102.ebuild | 7 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.5.1090.102.ebuild | 4 |
3 files changed, 9 insertions, 10 deletions
diff --git a/app-i18n/mozc/ChangeLog b/app-i18n/mozc/ChangeLog index d8cedecef48e..8dfce8aaaa39 100644 --- a/app-i18n/mozc/ChangeLog +++ b/app-i18n/mozc/ChangeLog @@ -1,6 +1,10 @@ -# ChangeLog for app-i18n/ibus-mozc +# ChangeLog for app-i18n/mozc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.1 2012/07/23 03:50:46 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.2 2012/07/23 04:20:12 naota Exp $ + + 23 Jul 2012; Naohiro Aota <naota@gentoo.org> mozc-1.3.975.102.ebuild, + mozc-1.5.1090.102.ebuild: + Don't use MY_P anymore. 10 Jul 2012; Naohiro Aota <naota@gentoo.org> ibus-mozc-1.5.1090.102.ebuild: Support MAKEOPTS=-j (without a number) #425144 Suggested-By: Tomoh K. diff --git a/app-i18n/mozc/mozc-1.3.975.102.ebuild b/app-i18n/mozc/mozc-1.3.975.102.ebuild index 60eceb287b70..ac3e0a92910d 100644 --- a/app-i18n/mozc/mozc-1.3.975.102.ebuild +++ b/app-i18n/mozc/mozc-1.3.975.102.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.3.975.102.ebuild,v 1.1 2012/07/23 03:50:46 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.3.975.102.ebuild,v 1.2 2012/07/23 04:20:12 naota Exp $ EAPI="3" PYTHON_DEPEND="2" inherit elisp-common eutils multilib python toolchain-funcs -MY_P="${P/ibus-}" DESCRIPTION="The Mozc engine for IBus Framework" HOMEPAGE="http://code.google.com/p/mozc/" -SRC_URI="http://mozc.googlecode.com/files/${MY_P}.tar.bz2" +SRC_URI="http://mozc.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0 BSD Boost-1.0 ipadic public-domain unicode" SLOT="0" @@ -33,8 +32,6 @@ DEPEND="${RDEPEND} dev-cpp/gtest virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - BUILDTYPE="${BUILDTYPE:-Release}" RESTRICT="test" diff --git a/app-i18n/mozc/mozc-1.5.1090.102.ebuild b/app-i18n/mozc/mozc-1.5.1090.102.ebuild index 4ae992d0c1a1..d9d5f43bfa70 100644 --- a/app-i18n/mozc/mozc-1.5.1090.102.ebuild +++ b/app-i18n/mozc/mozc-1.5.1090.102.ebuild @@ -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/app-i18n/mozc/mozc-1.5.1090.102.ebuild,v 1.1 2012/07/23 03:50:46 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.5.1090.102.ebuild,v 1.2 2012/07/23 04:20:12 naota Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -33,8 +33,6 @@ RDEPEND="dev-libs/glib:2 DEPEND="${RDEPEND} virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - BUILDTYPE="${BUILDTYPE:-Release}" RESTRICT="test" |