diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 19:38:15 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 19:38:15 +0000 |
commit | 585baf9114d6f6076f16536efaea01dc75f05367 (patch) | |
tree | 5837946c99ae71c1f312a9ba0177a9ad689f3fc0 /app-i18n | |
parent | Remove old. (diff) | |
download | gentoo-2-585baf9114d6f6076f16536efaea01dc75f05367.tar.gz gentoo-2-585baf9114d6f6076f16536efaea01dc75f05367.tar.bz2 gentoo-2-585baf9114d6f6076f16536efaea01dc75f05367.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/skkfep/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/skkfep/skkfep-0.86c.ebuild | 47 | ||||
-rw-r--r-- | app-i18n/skkfep/skkfep-0.87.ebuild | 51 |
3 files changed, 6 insertions, 100 deletions
diff --git a/app-i18n/skkfep/ChangeLog b/app-i18n/skkfep/ChangeLog index 5c78f12c2c9e..399d0a8c5dc1 100644 --- a/app-i18n/skkfep/ChangeLog +++ b/app-i18n/skkfep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/skkfep -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkfep/ChangeLog,v 1.15 2013/02/12 08:43:53 naota Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkfep/ChangeLog,v 1.16 2015/04/20 19:38:15 mrueg Exp $ + + 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -skkfep-0.86c.ebuild, + -skkfep-0.87.ebuild: + Remove old. 12 Feb 2013; Naohiro Aota <naota@gentoo.org> skkfep-0.86c.ebuild, skkfep-0.87-r1.ebuild, skkfep-0.87.ebuild: diff --git a/app-i18n/skkfep/skkfep-0.86c.ebuild b/app-i18n/skkfep/skkfep-0.86c.ebuild deleted file mode 100644 index 4b5fdc44ff71..000000000000 --- a/app-i18n/skkfep/skkfep-0.86c.ebuild +++ /dev/null @@ -1,47 +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/skkfep/skkfep-0.86c.ebuild,v 1.9 2013/02/12 08:43:53 naota Exp $ - -inherit eutils - -MY_P=${P/-/} -KH_PV="kh1.2.10" - -DESCRIPTION="A SKK-like Japanese input method for console" -HOMEPAGE="http://homepage2.nifty.com/aito/soft.html" -SRC_URI="http://www1.interq.or.jp/~deton/jvim-skk/${MY_P}.tar.gz - http://www1.interq.or.jp/~deton/jvim-skk/${MY_P}-${KH_PV}.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" - -DEPEND=">=sys-apps/sed-4 - virtual/awk - sys-libs/ncurses" -RDEPEND="virtual/skkserv" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - epatch ${MY_P}-${KH_PV}.patch -} - -src_compile() { - sed -i -e 's/solaris2/linux/' \ - -e '/^#define USE_SKKSRCH/s/^/\/* /' \ - -e '/^#define BOTH_SERVER_AND_SKKSRCH/s/^/\/* /' \ - -e '/SUSPEND_FEP/s/^\/\*//' config.h - sed -i -e 's/termcap/curses/' \ - -e '/skksrch/s/skksrch\.[co]//' protoMakefile - make || die "make failed." -} - -src_install() { - dobin skkfep || die - doman skkfep.1 - - dodoc README* HISTORY INSTALL TODO -} diff --git a/app-i18n/skkfep/skkfep-0.87.ebuild b/app-i18n/skkfep/skkfep-0.87.ebuild deleted file mode 100644 index 1e4ed8761cb8..000000000000 --- a/app-i18n/skkfep/skkfep-0.87.ebuild +++ /dev/null @@ -1,51 +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/skkfep/skkfep-0.87.ebuild,v 1.5 2013/02/12 08:43:53 naota Exp $ - -inherit eutils - -KH_P="${PN}0.86c-kh1.2.10" - -DESCRIPTION="A SKK-like Japanese input method for console" -HOMEPAGE="http://homepage2.nifty.com/aito/soft.html" -SRC_URI="http://homepage2.nifty.com/aito/skkfep/${P}.tar.gz" -# "http://www1.interq.or.jp/~deton/jvim-skk/${KH_P}.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND=">=sys-apps/sed-4 - virtual/awk - sys-libs/ncurses" -RDEPEND="virtual/skkserv" - -#S=${WORKDIR}/${PN} - -#src_unpack() { -# unpack ${A} -# cd ${S} -# epatch ../${KH_P}.patch -#} - -src_compile() { - sed -i -e 's/solaris2/linux/' \ - -e '/^#define USE_SKKSRCH/s/^/\/* /' \ - -e '/^#define BOTH_SERVER_AND_SKKSRCH/s/^/\/* /' \ - -e '/SUSPEND_FEP/s/^\/\*//' config.h - sed -i -e 's/termcap/curses/' \ - -e '/skksrch/s/skksrch\.[co]//' protoMakefile - make || die "make failed." -} - -src_install() { - dobin skkfep || die - doman skkfep.1 - - dodoc README* HISTORY INSTALL TODO -} - -pkg_postinst() { - elog "Don't forget to set SKKSERVER to your local skkserv host." -} |