summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 14:28:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 14:42:53 +0200
commit6752b3ee5787d1efe89319dc033453dd159c376c (patch)
tree3acd4ce7f4f440315e7c71a78d07eb513f93cf47 /app-i18n
parentdev-qt/qtwebengine: add 5.15.10_p20230815 (diff)
downloadgentoo-6752b3ee5787d1efe89319dc033453dd159c376c.tar.gz
gentoo-6752b3ee5787d1efe89319dc033453dd159c376c.tar.bz2
gentoo-6752b3ee5787d1efe89319dc033453dd159c376c.zip
app-i18n/nabi: drop 1.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/nabi/Manifest1
-rw-r--r--app-i18n/nabi/nabi-1.0.0.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/app-i18n/nabi/Manifest b/app-i18n/nabi/Manifest
index 7275f9d7c976..a1a4b3b2f966 100644
--- a/app-i18n/nabi/Manifest
+++ b/app-i18n/nabi/Manifest
@@ -1,2 +1 @@
-DIST nabi-1.0.0.tar.gz 868761 BLAKE2B 125028a4a3a6c51edfeee45de42868c5c0397d8545fdaaffc8a305282ea7d8af102487ad86016e1d6e7275cf7e8a5cd0111bd7f8b9c38470021b94585c1cbf1d SHA512 cd093fc54fc4a40eaa85f9973999b9fe2e37344c1004b56fe9a2102bb0747294ba2af76aca2be234ce4fe07a5e8175d1bab7423dd2cee92ab88af865cd856005
DIST nabi-1.0.1.tar.gz 927009 BLAKE2B b53e3131e2998499f4004c07272bd1715905fbf26c8e524299bc1a4a80d8cada6d6368f372619893f5edec3b5c1595afe4c25756f171df88a2b805644c9d115b SHA512 8113b31df792ff1b31b1e063671a30e21c312e27627c0e15d9de872bb644eeaea4ebb65ef399dea2d75563d81941990f59adbe1e4c584026e02dcdafe389e9c1
diff --git a/app-i18n/nabi/nabi-1.0.0.ebuild b/app-i18n/nabi/nabi-1.0.0.ebuild
deleted file mode 100644
index 25b5d86829ac..000000000000
--- a/app-i18n/nabi/nabi-1.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Simple Hanguk X Input Method"
-HOMEPAGE="https://github.com/libhangul/nabi"
-SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug nls"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=app-i18n/libhangul-0.1
- dev-libs/glib:2
- x11-libs/gtk+:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- virtual/libintl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-DOCS=( AUTHORS ChangeLog.0 NEWS README TODO )
-
-src_configure() {
- local myconf=()
- # Broken configure: --disable-debug also enables debug
- use debug && myconf+=( --enable-debug )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
-
- insinto /etc/X11/xinit/xinput.d
- sed -e "s:@EPREFIX@:${EPREFIX}:g" "${FILESDIR}"/xinput-${PN} | newins - ${PN}.conf
-}
-
-pkg_postinst() {
- elog "You MUST add environment variable..."
- elog
- elog "export XMODIFIERS=\"@im=nabi\""
- elog
-}