commit: d05f94ef97f0fcddfb81c041e993d52b37a05de7 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 13:36:48 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 13:36:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05f94ef
app-i18n/canfep: drop old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/canfep/canfep-1.0.ebuild | 41 --------------------------------------- 1 file changed, 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 b2f558da064..00000000000 --- 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} -}
