diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-23 22:36:48 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-23 22:36:48 +0900 |
commit | d05f94ef97f0fcddfb81c041e993d52b37a05de7 (patch) | |
tree | 0293a8a0f17a5406be7f633c973f7c5894de6879 /app-i18n/canfep | |
parent | app-i18n/tomoe-gtk: update LICENSE (diff) | |
download | gentoo-d05f94ef97f0fcddfb81c041e993d52b37a05de7.tar.gz gentoo-d05f94ef97f0fcddfb81c041e993d52b37a05de7.tar.bz2 gentoo-d05f94ef97f0fcddfb81c041e993d52b37a05de7.zip |
app-i18n/canfep: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/canfep')
-rw-r--r-- | app-i18n/canfep/canfep-1.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-i18n/canfep/canfep-1.0.ebuild b/app-i18n/canfep/canfep-1.0.ebuild deleted file mode 100644 index b2f558da0647..000000000000 --- a/app-i18n/canfep/canfep-1.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit toolchain-funcs - -DESCRIPTION="Canna Japanese kana-kanji frontend processor on console" -#HOMEPAGE="http://www.geocities.co.jp/SiliconValley-Bay/7584/canfep/" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz - unicode? ( http://hp.vector.co.jp/authors/VA020411/patches/${PN}_utf8.diff )" - -LICENSE="canfep" -SLOT="0" -KEYWORDS="-alpha ~amd64 ppc ~sparc x86" -IUSE="unicode" - -RDEPEND="app-i18n/canna - sys-libs/ncurses:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - use unicode && eapply "${DISTDIR}"/${PN}_utf8.diff - sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile - - default -} - -src_compile() { - emake \ - CC="$(tc-getCXX)" \ - CFLAGS="${CXXFLAGS}" \ - LIBS="-lcanna $($(tc-getPKG_CONFIG) --libs ncurses)" -} - -src_install() { - dobin ${PN} - dodoc 00{changes,readme} -} |