commit: f2619ed68af74f675d4f1e576933c67e923b541b Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Mon Apr 1 08:48:13 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon Apr 1 08:48:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2619ed6
x11-terms/mlterm-canna: treeclean Signed-off-by: Huang Rui <vowstar <AT> gmail.com> x11-terms/mlterm-canna/Manifest | 1 - x11-terms/mlterm-canna/metadata.xml | 8 -- x11-terms/mlterm-canna/mlterm-canna-3.9.3.ebuild | 111 ----------------------- 3 files changed, 120 deletions(-) diff --git a/x11-terms/mlterm-canna/Manifest b/x11-terms/mlterm-canna/Manifest deleted file mode 100644 index 401e41540d..0000000000 --- a/x11-terms/mlterm-canna/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mlterm-3.9.3.tar.gz 4272090 BLAKE2B 8f71a8c5cd63b7caa803e699a7e42b8d11cb18324595a7a255c7542df6fad6b968bf56a03a2d19a2381d103232685e3c3cd62388ac036a024870fbe3d222d081 SHA512 67c22ee8411cef499620a37e43af5609bb52cf8be6b617f0dfa6605217eb7f66227bfe073ca9b878606392fac26f94299221b5890fba1d90a3afc35a0f3132a1 diff --git a/x11-terms/mlterm-canna/metadata.xml b/x11-terms/mlterm-canna/metadata.xml deleted file mode 100644 index edd5589cdb..0000000000 --- a/x11-terms/mlterm-canna/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">mlterm</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-terms/mlterm-canna/mlterm-canna-3.9.3.ebuild b/x11-terms/mlterm-canna/mlterm-canna-3.9.3.ebuild deleted file mode 100644 index da755718ee..0000000000 --- a/x11-terms/mlterm-canna/mlterm-canna-3.9.3.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MYPN="mlterm" -MYP="${MYPN}-${PV}" - -DESCRIPTION="canna plugin for mlterm" -HOMEPAGE="https://mlterm.sourceforge.net/" -SRC_URI="mirror://sourceforge/${MYPN}/${MYP}.tar.gz" -S="${WORKDIR}/${MYP}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cairo fbcon wayland X xft" - -DEPEND=" - app-i18n/canna - cairo? ( x11-libs/cairo[X(+)] ) - wayland? ( - dev-libs/wayland - x11-libs/libxkbcommon - ) - X? ( - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - ) - xft? ( x11-libs/libXft ) -" -RDEPEND=" - ${DEPEND} - ~x11-terms/mlterm-${PV}[cairo=,fbcon=,wayland=,X=,xft=] -" - -REQUIRED_USE="|| ( X fbcon wayland )" - -src_configure() { - local myconf=( - --disable-brlapi - --disable-debug - --disable-fcitx - --disable-fribidi - --disable-ibus - --disable-m17nlib - --disable-nls - --disable-optimize-redrawing - --disable-otl - --disable-scim - --disable-skk - --disable-ssh2 - --disable-static - --disable-uim - --disable-vt52 - --disable-wnn - --enable-canna - --with-gui=$(usex X "xlib" "")$(usex fbcon ",fb" "")$(usex wayland ",wayland" "") - --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo ",cairo" "") - --without-gtk - --without-utmp - - $(use_with X x) - ) - - addpredict /dev/ptmx - econf "${myconf[@]}" -} - -src_compile() { - pushd baselib/src || die - emake collect-headers libpobl.la - popd || die - pushd encodefilter/src || die - emake collect-headers - popd || die - pushd inputmethod/canna || die - emake - popd || die - pushd gui/fb/inputmethod/canna/ || die - emake - popd || die - - if use wayland; then - pushd gui/wayland/inputmethod/canna/ || die - emake - popd || die - fi -} - -src_test() { - : -} - -src_install() { - pushd inputmethod/canna || die - DESTDIR="${D}" emake install - popd || die - pushd gui/fb/inputmethod/canna/ || die - DESTDIR="${D}" emake install - popd || die - - if use wayland; then - pushd gui/wayland/inputmethod/canna/ || die - DESTDIR="${D}" emake install - popd || die - fi - - find "${ED}" -name '*.la' -delete || die -}
