app-dicts/gjiten: Remove last-rited pkg, #608404

This commit is contained in:
Michał Górny
2017-07-05 15:26:13 +02:00
parent a7f0128e58
commit 5af1efe145
7 changed files with 0 additions and 138 deletions

View File

@@ -1 +0,0 @@
DIST gjiten-2.6.tar.gz 564845 SHA256 f6c0cc69e1e59ed8c3a946a1ee3e4a5e2e1deb16890bfc5f67c055adb10a71dd SHA512 ef56ad2fdcbe9c1b2df59dbb0cb4036ab2cf90e0fa290275b5dbfb0cfe66521231da48dc710a2837bd1d4402cf2bfb219b952a85e0a482062eade316c04e0bfa WHIRLPOOL 857a38294bc8860f9e8be2dd856ed111385a911c872d39f9c64e6c3cf953dd6662c043ef4679e5f956e6ddaed16f4fd3d02d0d5fd45ac1d318ef68a802aee9eb

View File

@@ -1,13 +0,0 @@
--- gnome/gjiten.desktop.in.old 2014-07-08 13:04:35.418149539 +0200
+++ gnome/gjiten.desktop.in 2014-07-08 13:04:55.390544064 +0200
@@ -3,8 +3,8 @@
_Name=Gjiten
_Comment=Japanese dictionary
Exec=gjiten
-Icon=jiten.png
+Icon=jiten
StartupNotify=true
Terminal=false
Type=Application
-Categories=GNOME;Application;Utility;
+Categories=GNOME;Utility;

View File

@@ -1,20 +0,0 @@
diff --git a/configure.in b/configure.in
index aec96d4..733eee6 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,6 @@ AC_PROG_MAKE_SET
AC_PROG_INTLTOOL([0.22])
AC_PATH_PROG([GCONFTOOL], [gconftool-2])
-GNOME_COMMON_INIT
dnl GNOME_PLATFORM_GNOME_2(yes, force)
PKG_CHECK_MODULES(GJITEN, libgnome-2.0 >= 2.2.0 libgnomeui-2.0 >= 2.2.0 libglade-2.0 gconf-2.0)
AM_GCONF_SOURCE_2
@@ -36,7 +35,6 @@ AC_FUNC_MMAP
AC_FUNC_STAT
AC_CHECK_FUNCS([getcwd putenv setlocale strerror strrchr strstr munmap])
-GNOME_COMPILE_WARNINGS(maximum)
# Gettext stuff
GETTEXT_PACKAGE=gjiten

View File

@@ -1,13 +0,0 @@
diff --git a/src/pref.c b/src/pref.c
index 9c5e07d..6c0e13d 100644
--- a/src/pref.c
+++ b/src/pref.c
@@ -271,7 +271,7 @@ static void up_dict(GtkWidget *button) {
gtk_list_store_swap(GTK_LIST_STORE(model), &iter, &tmpiter);
}
}
- g_free(treepath);
+ gtk_tree_path_free(treepath);
}

View File

@@ -1,68 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
GCONF_DEBUG="no"
inherit autotools eutils gnome2 readme.gentoo
DESCRIPTION="A Japanese dictionary program for Gnome"
HOMEPAGE="http://gjiten.sourceforge.net/"
SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RESTRICT="test"
RDEPEND="
>=gnome-base/libgnome-2.2
>=gnome-base/libgnomeui-2.2
>=gnome-base/libglade-2
"
DEPEND="${RDEPEND}
app-text/rarian
dev-util/intltool
app-text/xmlto
app-text/docbook-xml-dtd:4.1.2
virtual/pkgconfig
"
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="Dictionary files are necessary in order for
Gjiten to function.
Download dictionary files from:
http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil
You need kanjidic and edict at a minimum. Dictionary files
must be converted to UTF-8 format - check the Gjiten help
and README files for details.
A shell script is available from
the Gjiten homepage(${HOMEPAGE}) to
download and convert the dictionary files, but you need
to put the files in /usr/share/gjiten after running the script."
src_prepare() {
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
epatch "${FILESDIR}"/${P}-pref.patch
epatch "${FILESDIR}"/${P}-drop-gnome.patch
epatch "${FILESDIR}"/${P}-desktop.patch
AM_OPTS="--foreign" eautoreconf
gnome2_src_prepare
}
src_install() {
gnome2_src_install
readme.gentoo_create_doc
}
pkg_postinst() {
gnome2_pkg_postinst
readme.gentoo_print_elog
}

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
<longdescription>
Gjiten is a Japanese dictionary program for GNOME. Gjiten also has a
kanji dictionary. Any combination of stroke count, radicals and search
key can be used for kanji lookups.
</longdescription>
<upstream>
<remote-id type="sourceforge">gjiten</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -316,13 +316,6 @@ media-sound/rezound
# Removal in 30 days. Bug #564104.
sci-chemistry/gamessq
# Michał Górny <mgorny@gentoo.org> (05 Jun 2017)
# (on behalf of Treecleaner project)
# Abandoned upstream. Require obsolete GNOME libraries. Multiple
# alternatives exist. Removal in 30 days.
# app-dicts/gjiten -- bug #608404; alternative: app-dicts/gwaei
app-dicts/gjiten
# Michał Górny <mgorny@gentoo.org> (05 Jun 2017)
# (on behalf of Treecleaner project)
# Unmaintained in Gentoo. The current Gentoo version no longer builds.