summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/im-chooser/im-chooser-1.7.0-r2.ebuild')
-rw-r--r--app-i18n/im-chooser/im-chooser-1.7.0-r2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-i18n/im-chooser/im-chooser-1.7.0-r2.ebuild b/app-i18n/im-chooser/im-chooser-1.7.0-r2.ebuild
deleted file mode 100644
index f493dc5a0002..000000000000
--- a/app-i18n/im-chooser/im-chooser-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit autotools xdg
-
-DESCRIPTION="Desktop Input Method configuration tool"
-HOMEPAGE="https://pagure.io/im-chooser"
-SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="xfce"
-
-RDEPEND="app-i18n/imsettings
- virtual/libintl
- x11-libs/gtk+:3
- x11-libs/libSM
- xfce? ( xfce-base/libxfce4util )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/intltool
- sys-devel/autoconf-archive
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- sed -i \
- -e "/PKG_CHECK_MODULES/s/\(libxfce4util-1\.0\)/$(usex xfce '\1' _)/" \
- -e "/^GNOME_/d" \
- -e "/^CFLAGS/s/\$WARN_CFLAGS/-Wall -Wmissing-prototypes/" \
- configure.ac
- sed -i "s/Applications;//" src/app/${PN}.desktop.in.in
-
- default
- eautoreconf
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}