diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-05-04 00:09:34 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-05-04 00:09:34 +0000 |
commit | 2789db127fb1105d1be206c1d93352816a2945ac (patch) | |
tree | 620ee2471dd05061a103429f9369c00ebcca177a /app-i18n/libskk | |
parent | Drop old development version. (diff) | |
download | gentoo-2-2789db127fb1105d1be206c1d93352816a2945ac.tar.gz gentoo-2-2789db127fb1105d1be206c1d93352816a2945ac.tar.bz2 gentoo-2-2789db127fb1105d1be206c1d93352816a2945ac.zip |
Migrate to vala.eclass #467382
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n/libskk')
-rw-r--r-- | app-i18n/libskk/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/libskk/libskk-0.0.11.ebuild | 11 | ||||
-rw-r--r-- | app-i18n/libskk/libskk-0.0.12.ebuild | 11 | ||||
-rw-r--r-- | app-i18n/libskk/libskk-0.0.9.ebuild | 10 |
4 files changed, 23 insertions, 17 deletions
diff --git a/app-i18n/libskk/ChangeLog b/app-i18n/libskk/ChangeLog index 8d7f07c96ba0..9544db70bbcf 100644 --- a/app-i18n/libskk/ChangeLog +++ b/app-i18n/libskk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/libskk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v 1.5 2012/07/08 21:26:18 naota Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/ChangeLog,v 1.6 2013/05/04 00:09:34 naota Exp $ + + 04 May 2013; Naohiro Aota <naota@gentoo.org> libskk-0.0.11.ebuild, + libskk-0.0.12.ebuild, libskk-0.0.9.ebuild: + Migrate to vala.eclass #467382 *libskk-0.0.12 (08 Jul 2012) diff --git a/app-i18n/libskk/libskk-0.0.11.ebuild b/app-i18n/libskk/libskk-0.0.11.ebuild index 2da9e7b59ad9..435590a99a88 100644 --- a/app-i18n/libskk/libskk-0.0.11.ebuild +++ b/app-i18n/libskk/libskk-0.0.11.ebuild @@ -1,12 +1,12 @@ -# 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-i18n/libskk/libskk-0.0.11.ebuild,v 1.3 2012/07/08 18:24:24 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/libskk-0.0.11.ebuild,v 1.4 2013/05/04 00:09:34 naota Exp $ EAPI=4 -inherit virtualx +VALA_MIN_API_VERSION=0.14 -MY_VALA_VERSION=0.14 +inherit virtualx vala DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method" HOMEPAGE="https://github.com/ueno/libskk" @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.16 introspection? ( >=dev-libs/gobject-introspection-0.10.8 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-lang/vala:${MY_VALA_VERSION} + $(vala_depend) virtual/pkgconfig nls? ( dev-util/intltool @@ -34,7 +34,6 @@ DEPEND="${RDEPEND} DOCS="ChangeLog NEWS README" src_configure() { - export VALAC="$(type -P valac-${MY_VALA_VERSION})" econf \ $(use_enable nls) \ $(use_enable static-libs static) \ diff --git a/app-i18n/libskk/libskk-0.0.12.ebuild b/app-i18n/libskk/libskk-0.0.12.ebuild index ad8f4a6e797d..59108e784bc1 100644 --- a/app-i18n/libskk/libskk-0.0.12.ebuild +++ b/app-i18n/libskk/libskk-0.0.12.ebuild @@ -1,12 +1,12 @@ -# 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-i18n/libskk/libskk-0.0.12.ebuild,v 1.1 2012/07/08 21:26:18 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/libskk-0.0.12.ebuild,v 1.2 2013/05/04 00:09:34 naota Exp $ EAPI=4 -inherit virtualx +VALA_MIN_API_VERSION=0.14 -MY_VALA_VERSION=0.14 +inherit virtualx vala DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method" HOMEPAGE="https://github.com/ueno/libskk" @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.16 introspection? ( >=dev-libs/gobject-introspection-0.10.8 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-lang/vala:${MY_VALA_VERSION} + $(vala_depend) virtual/pkgconfig nls? ( dev-util/intltool @@ -34,7 +34,6 @@ DEPEND="${RDEPEND} DOCS="ChangeLog NEWS README" src_configure() { - export VALAC="$(type -P valac-${MY_VALA_VERSION})" econf \ $(use_enable nls) \ $(use_enable static-libs static) \ diff --git a/app-i18n/libskk/libskk-0.0.9.ebuild b/app-i18n/libskk/libskk-0.0.9.ebuild index 895f1626bc97..fc951c95510e 100644 --- a/app-i18n/libskk/libskk-0.0.9.ebuild +++ b/app-i18n/libskk/libskk-0.0.9.ebuild @@ -1,9 +1,13 @@ -# 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-i18n/libskk/libskk-0.0.9.ebuild,v 1.2 2012/05/03 19:24:32 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libskk/libskk-0.0.9.ebuild,v 1.3 2013/05/04 00:09:34 naota Exp $ EAPI=4 +VALA_MIN_API_VERSION=0.12 + +inherit vala + DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method" HOMEPAGE="https://github.com/ueno/libskk" SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz" @@ -17,7 +21,7 @@ RDEPEND="dev-libs/glib dev-libs/libgee:0 dev-libs/json-glib >=dev-libs/gobject-introspection-0.9 - dev-lang/vala:0.12 + $(vala_depend) nls? ( virtual/libintl )" # >=dev-util/valadoc-0.3.1 DEPEND="${RDEPEND} |