From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/gwaei/
Date: Tue, 9 Jul 2024 18:56:15 +0000 (UTC) [thread overview]
Message-ID: <1720551166.5f7952d290d965620a401233e6e1220a4692830f.pacho@gentoo> (raw)
commit: 5f7952d290d965620a401233e6e1220a4692830f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 9 18:49:27 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 9 18:52:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7952d2
app-dicts/gwaei: drop 3.6.2
Bug: https://bugs.gentoo.org/929362
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-dicts/gwaei/gwaei-3.6.2.ebuild | 69 --------------------------------------
1 file changed, 69 deletions(-)
diff --git a/app-dicts/gwaei/gwaei-3.6.2.ebuild b/app-dicts/gwaei/gwaei-3.6.2.ebuild
deleted file mode 100644
index d58d2c75ca63..000000000000
--- a/app-dicts/gwaei/gwaei-3.6.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils
-
-DESCRIPTION="Japanese-English Dictionary for GNOME"
-HOMEPAGE="http://gwaei.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/gwaei/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="gtk hunspell nls mecab test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=net-misc/curl-7.20.0
- >=dev-libs/glib-2.31
- gtk? (
- x11-libs/gtk+:3
- >=app-text/gnome-doc-utils-0.14.0
- )
- hunspell? ( app-text/hunspell )
- nls? ( virtual/libintl )
- mecab? ( app-text/mecab )"
-DEPEND="${RDEPEND}
- gtk? (
- x11-themes/gnome-icon-theme-symbolic
- >=app-text/gnome-doc-utils-0.14.0
- )"
-BDEPEND="
- app-text/rarian
- dev-util/intltool
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.17 )
- test? (
- app-text/docbook-xml-dtd:4.1.2
- app-text/scrollkeeper-dtd
- )"
-
-src_configure() {
- econf \
- --disable-static \
- $(use_with gtk gnome) \
- $(use_enable nls) \
- $(use_with hunspell) \
- $(use_with mecab)
-}
-
-src_install() {
- default
-
- # no static archives
- find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_preinst() {
- use gtk && gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- use gtk && gnome2_schemas_update
-}
-
-pkg_postrm() {
- use gtk && gnome2_schemas_update
-}
next reply other threads:[~2024-07-09 18:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-09 18:56 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-29 14:12 [gentoo-commits] repo/gentoo:master commit in: app-dicts/gwaei/ Yixun Lan
2020-09-16 11:41 David Seifert
2016-09-18 11:01 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1720551166.5f7952d290d965620a401233e6e1220a4692830f.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox