commit:     5af1efe145968b935dbbcf2c06b7d4fa7e579547
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 13:26:13 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 13:35:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af1efe1

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

 app-dicts/gjiten/Manifest                          |  1 -
 app-dicts/gjiten/files/gjiten-2.6-desktop.patch    | 13 -----
 app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch | 20 -------
 app-dicts/gjiten/files/gjiten-2.6-pref.patch       | 13 -----
 app-dicts/gjiten/gjiten-2.6-r3.ebuild              | 68 ----------------------
 app-dicts/gjiten/metadata.xml                      | 16 -----
 profiles/package.mask                              |  7 ---
 7 files changed, 138 deletions(-)

diff --git a/app-dicts/gjiten/Manifest b/app-dicts/gjiten/Manifest
deleted file mode 100644
index 19a4797eda4..00000000000
--- a/app-dicts/gjiten/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gjiten-2.6.tar.gz 564845 SHA256 
f6c0cc69e1e59ed8c3a946a1ee3e4a5e2e1deb16890bfc5f67c055adb10a71dd SHA512 
ef56ad2fdcbe9c1b2df59dbb0cb4036ab2cf90e0fa290275b5dbfb0cfe66521231da48dc710a2837bd1d4402cf2bfb219b952a85e0a482062eade316c04e0bfa
 WHIRLPOOL 
857a38294bc8860f9e8be2dd856ed111385a911c872d39f9c64e6c3cf953dd6662c043ef4679e5f956e6ddaed16f4fd3d02d0d5fd45ac1d318ef68a802aee9eb

diff --git a/app-dicts/gjiten/files/gjiten-2.6-desktop.patch 
b/app-dicts/gjiten/files/gjiten-2.6-desktop.patch
deleted file mode 100644
index 731d41be910..00000000000
--- a/app-dicts/gjiten/files/gjiten-2.6-desktop.patch
+++ /dev/null
@@ -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;

diff --git a/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch 
b/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch
deleted file mode 100644
index 7f0c0ed3fb2..00000000000
--- a/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch
+++ /dev/null
@@ -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

diff --git a/app-dicts/gjiten/files/gjiten-2.6-pref.patch 
b/app-dicts/gjiten/files/gjiten-2.6-pref.patch
deleted file mode 100644
index f06d833e87c..00000000000
--- a/app-dicts/gjiten/files/gjiten-2.6-pref.patch
+++ /dev/null
@@ -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);
- }
- 
- 

diff --git a/app-dicts/gjiten/gjiten-2.6-r3.ebuild 
b/app-dicts/gjiten/gjiten-2.6-r3.ebuild
deleted file mode 100644
index 1cab4f30f82..00000000000
--- a/app-dicts/gjiten/gjiten-2.6-r3.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/app-dicts/gjiten/metadata.xml b/app-dicts/gjiten/metadata.xml
deleted file mode 100644
index 670aa991fb6..00000000000
--- a/app-dicts/gjiten/metadata.xml
+++ /dev/null
@@ -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>[email protected]</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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 7a7b6f9bccd..9e96b125999 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -318,13 +318,6 @@ sci-chemistry/gamessq
 
 # Michał Górny <[email protected]> (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 <[email protected]> (05 Jun 2017)
-# (on behalf of Treecleaner project)
 # Unmaintained in Gentoo. The current Gentoo version no longer builds.
 # Removal in 30 days. Bug #602820.
 media-plugins/vdr-xineliboutput

Reply via email to