app-i18n/nabi: drop old
authorAkinori Hattori <hattya@gentoo.org>
Wed, 29 Aug 2018 12:51:39 +0000 (21:51 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Wed, 29 Aug 2018 13:01:54 +0000 (22:01 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-i18n/nabi/Manifest
app-i18n/nabi/nabi-0.99.11.ebuild [deleted file]

index 26b89a9582bf429681235ff17e8b0a504f67afbd..31cbfb51c44292b56230523a78617efa00b111f9 100644 (file)
@@ -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 (file)
index 0c6dd59..0000000
+++ /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
-}