summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-08-29 21:51:39 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-08-29 22:01:54 +0900
commit1ba31a05dcf11e1f78441840ae51f6ada344b5e3 (patch)
tree1fc054109fc883995f5374f77d2576a0256d5536
parentdev-libs/xxhash: add ~x64-macos keyword (diff)
downloadgentoo-1ba31a05dcf11e1f78441840ae51f6ada344b5e3.tar.gz
gentoo-1ba31a05dcf11e1f78441840ae51f6ada344b5e3.tar.bz2
gentoo-1ba31a05dcf11e1f78441840ae51f6ada344b5e3.zip
app-i18n/nabi: drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--app-i18n/nabi/Manifest1
-rw-r--r--app-i18n/nabi/nabi-0.99.11.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/app-i18n/nabi/Manifest b/app-i18n/nabi/Manifest
index 26b89a9582bf..31cbfb51c442 100644
--- a/app-i18n/nabi/Manifest
+++ b/app-i18n/nabi/Manifest
@@ -1,2 +1 @@
-DIST nabi-0.99.11.tar.gz 840845 BLAKE2B f1119fa1a2b079b54d9b275347d25b26eaebcd262eaf8ca8071838e1509deceb4df4b0908a354616195ba11bd2e1d994b917cbc965385bd6d9292c1bf1c24dd0 SHA512 0cc2a1e04241a13207226db6c2db811b32ca0cc41c28905122126d6193d6a83c575960aca0f4da0574e399a11b96e7b8c250b6f6245cc8ff3de37c2ea761b834
DIST nabi-1.0.0.tar.gz 926638 BLAKE2B 4757d09846c6e450b6ecf07188f32fc31f13f5e1235a2f31679d6a70f39dabeea2aac36db16bf98b2cbc7155b9ccca1008cb1423b4bdbcba25117cb0cfa69c68 SHA512 afd621f3ba2743db429625cdf468abad97c20d91af90f01dea14a75d4a4bc7ea3770b37387acf7da8306b92cb3fbb51d74930459f7e42d137062f01d737ede94
diff --git a/app-i18n/nabi/nabi-0.99.11.ebuild b/app-i18n/nabi/nabi-0.99.11.ebuild
deleted file mode 100644
index 0c6dd59203a9..000000000000
--- a/app-i18n/nabi/nabi-0.99.11.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Simple Hanguk X Input Method"
-HOMEPAGE="https://code.google.com/p/nabi/"
-SRC_URI="https://nabi.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug nls"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=app-i18n/libhangul-0.1.0
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-2.4:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/pango
- virtual/libintl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-DOCS=( AUTHORS ChangeLog ChangeLog.0 NEWS README TODO )
-
-src_configure() {
- local myconf=
-
- # Broken configure: --disable-debug also enables debug
- use debug && \
- myconf="${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
-}