diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-07 18:25:08 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-07 18:25:08 +0000 |
commit | 762b69077eb425dc5a366b82e20969a48095b913 (patch) | |
tree | ad423c5133cadd0d29559f465ba6016d4558061e /app-i18n/nkf | |
parent | No code changes are needed to support Linux 3.16. I modifying the ebuild to a... (diff) | |
download | gentoo-2-762b69077eb425dc5a366b82e20969a48095b913.tar.gz gentoo-2-762b69077eb425dc5a366b82e20969a48095b913.tar.bz2 gentoo-2-762b69077eb425dc5a366b82e20969a48095b913.zip |
Stable for all wrt bug #518292
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-i18n/nkf')
-rw-r--r-- | app-i18n/nkf/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.0.7.ebuild | 67 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.1.2-r1.ebuild | 85 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.1.2-r2.ebuild | 69 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.1.3.ebuild | 4 |
5 files changed, 7 insertions, 224 deletions
diff --git a/app-i18n/nkf/ChangeLog b/app-i18n/nkf/ChangeLog index f8034b1a307d..965abd551ce0 100644 --- a/app-i18n/nkf/ChangeLog +++ b/app-i18n/nkf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/nkf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.59 2014/08/07 10:05:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.60 2014/08/07 18:25:08 zlogene Exp $ + + 07 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> -nkf-2.0.7.ebuild, + -nkf-2.1.2-r1.ebuild, -nkf-2.1.2-r2.ebuild, nkf-2.1.3.ebuild: + Stable for all wrt bug #518292 07 Aug 2014; Jeroen Roovers <jer@gentoo.org> nkf-2.1.3.ebuild: Stable for HPPA (bug #518292). diff --git a/app-i18n/nkf/nkf-2.0.7.ebuild b/app-i18n/nkf/nkf-2.0.7.ebuild deleted file mode 100644 index f62809fec6f7..000000000000 --- a/app-i18n/nkf/nkf-2.0.7.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.7.ebuild,v 1.10 2012/12/07 19:18:19 ulm Exp $ - -EAPI="3" - -inherit toolchain-funcs eutils perl-app distutils - -MY_P="nkf${PV//./}" -DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support" -HOMEPAGE="http://sourceforge.jp/projects/nkf/" -SRC_URI="mirror://sourceforge.jp/nkf/20770/${MY_P}.tar.gz - python? ( http://city.plala.jp/download/nkf/NKF_python.tgz )" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sh sparc x86" -IUSE="perl python linguas_ja" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - sed -i -e '/-o nkf/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' Makefile || die - - if use python; then - unpack NKF_python.tgz - fi -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" nkf || die - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_compile - perl-module_src_test - fi - if use python; then - cd "${S}/NKF.python" - distutils_src_compile - fi -} - -src_install() { - dobin nkf || die - doman nkf.1 - if use linguas_ja; then - ./nkf -e nkf.1j > nkf.1 - doman -i18n=ja nkf.1 - fi - dodoc INSTALL* nkf.doc - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_install - fi - if use python; then - cd "${S}/NKF.python" - distutils_src_install - fi -} - -pkg_postinst() { - use python && distutils_pkg_postinst -} - -pkg_postrm() { - use python && distutils_pkg_postrm -} diff --git a/app-i18n/nkf/nkf-2.1.2-r1.ebuild b/app-i18n/nkf/nkf-2.1.2-r1.ebuild deleted file mode 100644 index 7565b03bebab..000000000000 --- a/app-i18n/nkf/nkf-2.1.2-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.2-r1.ebuild,v 1.3 2013/05/24 20:25:30 aballier Exp $ - -EAPI="3" -PYTHON_DEPEND="python? 2" -inherit eutils distutils perl-module toolchain-funcs - -DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support" -HOMEPAGE="http://sourceforge.jp/projects/nkf/" -SRC_URI="mirror://sourceforge.jp/nkf/53171/${P}.tar.gz - python? ( http://dev.gentoo.org/~naota/files/NKF_python20090602.tgz )" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" -IUSE="perl python linguas_ja" - -pkg_setup() { - if use python ; then - python_set_active_version 2 - fi -} - -src_prepare() { - sed -i \ - -e "/^CFLAGS/s:-O2:${CFLAGS}:" \ - -e '/-o nkf/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \ - Makefile || die - - if use python; then - mv "${WORKDIR}/NKF.python" "${S}" || die - sed -i -e "s/-s/${CFLAGS}/" NKF.python/setup.py || die - fi -} - -src_compile() { - emake CC="$(tc-getCC)" nkf || die - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_compile - fi - if use python; then - cd "${S}/NKF.python" - distutils_src_compile - fi -} - -src_test() { - emake test || die - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_test - fi -} - -src_install() { - dobin nkf || die - doman nkf.1 - if use linguas_ja; then - ./nkf -e nkf.1j > nkf.1 - doman -i18n=ja nkf.1 - fi - dodoc nkf.doc - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_install - fi - if use python; then - cd "${S}/NKF.python" - distutils_src_install - fi -} - -pkg_postinst() { - if use python ; then - distutils_pkg_postinst - fi -} - -pkg_postrm() { - if use python ; then - distutils_pkg_postrm - fi -} diff --git a/app-i18n/nkf/nkf-2.1.2-r2.ebuild b/app-i18n/nkf/nkf-2.1.2-r2.ebuild deleted file mode 100644 index 61f8563b3117..000000000000 --- a/app-i18n/nkf/nkf-2.1.2-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.2-r2.ebuild,v 1.1 2013/09/10 06:53:47 idella4 Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) -inherit eutils distutils-r1 perl-module toolchain-funcs - -DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support" -HOMEPAGE="http://sourceforge.jp/projects/nkf/" -SRC_URI="mirror://sourceforge.jp/nkf/53171/${P}.tar.gz - python? ( http://dev.gentoo.org/~naota/files/NKF_python20090602.tgz )" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" -IUSE="perl python linguas_ja" - -src_prepare() { - sed -i \ - -e "/^CFLAGS/s:-O2:${CFLAGS}:" \ - -e '/-o nkf/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \ - Makefile || die - - if use python; then - mv "${WORKDIR}/NKF.python" "${S}" || die - sed -i -e "s/-s/${CFLAGS}/" NKF.python/setup.py || die - fi -} - -src_compile() { - emake CC="$(tc-getCC)" nkf || die - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_compile - fi - if use python; then - cd "${S}/NKF.python" - distutils-r1_src_compile - fi -} - -src_test() { - emake test || die - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_test - fi -} - -src_install() { - dobin nkf || die - doman nkf.1 - - if use linguas_ja; then - ./nkf -e nkf.1j > nkf.1 - doman -i18n=ja nkf.1 - fi - dodoc nkf.doc - - if use perl; then - cd "${S}/NKF.mod" - perl-module_src_install - fi - if use python; then - cd "${S}/NKF.python" - distutils-r1_src_install - fi -} diff --git a/app-i18n/nkf/nkf-2.1.3.ebuild b/app-i18n/nkf/nkf-2.1.3.ebuild index 1e13ffc0382e..1a405fde39d1 100644 --- a/app-i18n/nkf/nkf-2.1.3.ebuild +++ b/app-i18n/nkf/nkf-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v 1.3 2014/08/07 10:05:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.1.3.ebuild,v 1.4 2014/08/07 18:25:08 zlogene Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge.jp/nkf/59912/${P}.tar.gz LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" IUSE="perl python linguas_ja" src_prepare() { |