commit:     063c37be65cd56dc15ebe2aa5bdb30e1c46d3328
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Apr  6 20:46:24 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 22:22:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063c37be

app-antivirus/clamtk: drop old version.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11615
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-antivirus/clamtk/Manifest                     |   1 -
 app-antivirus/clamtk/clamtk-5.26.ebuild           | 173 ----------------------
 app-antivirus/clamtk/files/change_icon_path.patch |  15 --
 3 files changed, 189 deletions(-)

diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
index 1ced896de9c..cd20fcbdc9c 100644
--- a/app-antivirus/clamtk/Manifest
+++ b/app-antivirus/clamtk/Manifest
@@ -1,4 +1,3 @@
-DIST clamtk-5.26.tar.xz 243748 BLAKE2B 
42845cdd0f9e7387b2b69c5844ba26306ba1b0e64f70c16bcb7a830ba17c35dd681e48f9b386f6fbbc5c4a8da1ac9383cdddda7ef19376ac7955405fd9234b3e
 SHA512 
791228a678a0b3bd57ef6effc959bec0c78151f56715d85ca8fafc139ab649d417762db1f567e9fc28d10475138ba90012a9fe9b49840a7658039f9d42e7bcf5
 DIST clamtk-6.00.tar.xz 227592 BLAKE2B 
b1fe3afc1fed5d96fea9fad4dfd065fc794cdcac3bbb49e04afa78548c37d6817c2c7638f46cd045bb1447d71ec619026e8d5226674951045914d5df28c3166a
 SHA512 
5b8434532142f340caf5b16f95da0f5d0f3910c3c834ef963c1c8a9d7c1d032555c38fcb3f6195ad5f6cacde796824b68432bc1d16460a34976f0608eee47fdc
 DIST clamtk-gnome-0.02.tar.xz 14888 BLAKE2B 
2137e7bc53f557cdb2f03afe3b6cb3b1185bb12c6b646f2bdb74c69bc3d6b59b23895d36583225f6a536d91237ffd84d307e7b52f16336a88311a60b84b2cbcd
 SHA512 
f4a33d31ecf914f016fd029a7e9b9c903ba39bb139ed21f15786445d2394ace36ff08396baf68130d4bc3081847c34efda31ad3f727b9f5c479da4392750940f
 DIST clamtk-kde-0.18.tar.xz 17732 BLAKE2B 
ca82934417f2d869fd8c8e36a31ef4a52cf4ee73581c5d1d400c1b28908c5ea2524a8f5d1110b1e949038378613fb4d5607d5123eebe91df695a53d0dd489302
 SHA512 
145ddd349010e0bb6fe3295e50d6e15a2dd96e604babbd5de4cb49ba75169d2050777cac38e40ac6a64cb89ddf94025d610aca73136c75f81115d0a2d863d24e

diff --git a/app-antivirus/clamtk/clamtk-5.26.ebuild 
b/app-antivirus/clamtk/clamtk-5.26.ebuild
deleted file mode 100644
index 2c7c172c091..00000000000
--- a/app-antivirus/clamtk/clamtk-5.26.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af ar ast az bg bs ca cs da de el_GR en_AU en_CA en_GB eo es eu fi 
fo fr ga gl he hr hu id it ja km ko lo lt lv mr ms nb nl nl_BE nn pa pl pt 
pt_BR ro ru si sk sl sr@latin sv ta te th tr ug uk uz zh_CN zh_TW"
-PLOCALE_BACKUP="en_GB"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop l10n perl-functions python-single-r1 xdg-utils
-
-MY_PV_KDE="0.18"
-MY_PV_NAUTILUS="0.02"
-MY_PV_NEMO="0.04"
-MY_PV_THUNAR="0.06"
-
-DESCRIPTION="A graphical front-end for ClamAV"
-HOMEPAGE="https://dave-theunsub.github.io/clamtk/";
-SRC_URI="https://bitbucket.org/davem_/clamtk/downloads/${P}.tar.xz
-       kde? ( 
https://bitbucket.org/davem_/${PN}-kde/downloads/${PN}-kde-${MY_PV_KDE}.tar.xz )
-       nautilus? ( 
https://bitbucket.org/davem_/${PN}-gnome/downloads/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz
 )
-       nemo? ( 
https://bitbucket.org/davem_/nemo-sendto-${PN}/downloads/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz
 )
-       thunar? ( 
https://bitbucket.org/davem_/thunar-sendto-${PN}/downloads/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz
 )"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde nautilus nemo +nls thunar"
-REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="app-antivirus/clamav
-       dev-perl/File-chdir
-       dev-perl/Gtk2
-       dev-perl/JSON
-       dev-perl/LWP-Protocol-https
-       dev-perl/LWP-UserAgent-Cached
-       dev-perl/Locale-gettext
-       dev-perl/Text-CSV
-       dev-perl/glib-perl
-       dev-perl/libwww-perl
-       virtual/perl-Digest-MD5
-       virtual/perl-Digest-SHA
-       virtual/perl-Encode
-       virtual/perl-MIME-Base64
-       virtual/perl-Time-Piece
-       x11-themes/faenza-icon-theme
-       nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( CHANGES credits.md DISCLAIMER README.md )
-
-PATCHES=( "$FILESDIR"/change_icon_path.patch )
-
-pkg_setup() {
-       if use nautilus; then
-               python-single-r1_pkg_setup
-       fi
-}
-
-src_unpack() {
-       default
-
-       unpack "${S}"/clamtk.1.gz
-
-       if use kde; then
-               unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz
-       fi
-
-       if use nautilus; then
-               unpack 
"${S}"/../clamtk-gnome-${MY_PV_NAUTILUS}/clamtk-gnome.1.gz
-       fi
-
-       if use nemo; then
-               unpack 
"${S}"/../nemo-sendto-clamtk-${MY_PV_NEMO}/nemo-sendto-clamtk.1.gz
-       fi
-
-       if use thunar; then
-               unpack 
"${S}"/../thunar-sendto-clamtk-${MY_PV_THUNAR}/thunar-sendto-clamtk.1.gz
-       fi
-}
-
-src_prepare() {
-       remove_locales() {
-               rm "po/${1}.mo" || die
-       }
-
-       if use nls; then
-               l10n_find_plocales_changes 'po' '' '.mo'
-               l10n_for_each_disabled_locale_do remove_locales
-       fi
-
-       default
-}
-
-src_install() {
-       install_locales() {
-               domo "po/${1}.mo" || die
-       }
-
-       dobin clamtk
-
-       perl_set_version
-       insinto "${VENDOR_LIB}"/ClamTk
-       doins lib/*.pm
-
-       if use nls; then
-               l10n_for_each_locale_do install_locales
-       fi
-
-       doicon images/clamtk.png images/clamtk.xpm
-
-       domenu clamtk.desktop
-
-       doman ../clamtk.1
-
-       if use kde; then
-               insinto /usr/share/kservices5/ServiceMenus
-               doins ../clamtk-kde-${MY_PV_KDE}/clamtk-kde.desktop
-
-               doicon ../clamtk-kde-${MY_PV_KDE}/clamtk-kde.png 
../clamtk-kde-${MY_PV_KDE}/clamtk-kde.xpm
-
-               doman ../clamtk-kde.1
-
-               docinto dolphin
-               dodoc ../clamtk-kde-${MY_PV_KDE}/CHANGES 
../clamtk-kde-${MY_PV_KDE}/README.md
-       fi
-
-       if use nautilus; then
-               insinto /usr/share/nautilus-python/extensions
-               doins ../clamtk-gnome-${MY_PV_NAUTILUS}/clamtk-gnome.py
-
-               doicon ../clamtk-gnome-${MY_PV_NAUTILUS}/images/clamtk-gnome.png
-
-               doman ../clamtk-gnome.1
-
-               docinto nautilus
-               dodoc ../clamtk-gnome-${MY_PV_NAUTILUS}/CHANGES 
../clamtk-gnome-${MY_PV_NAUTILUS}/DISCLAIMER 
../clamtk-gnome-${MY_PV_NAUTILUS}/README.md
-       fi
-
-       if use nemo; then
-               insinto /usr/share/nemo/actions/
-               doins 
../nemo-sendto-clamtk-${MY_PV_NEMO}/nemo-sendto-clamtk.nemo_action
-
-               doman ../nemo-sendto-clamtk.1
-
-               docinto nemo
-               dodoc ../nemo-sendto-clamtk-${MY_PV_NEMO}/CHANGES 
../nemo-sendto-clamtk-${MY_PV_NEMO}/DISCLAIMER 
../nemo-sendto-clamtk-${MY_PV_NEMO}/README.md
-       fi
-
-       if use thunar; then
-               insinto /usr/share/Thunar/sendto
-               doins 
../thunar-sendto-clamtk-${MY_PV_THUNAR}/thunar-sendto-clamtk.desktop
-
-               doman ../thunar-sendto-clamtk.1
-
-               docinto thunar
-               dodoc ../thunar-sendto-clamtk-${MY_PV_THUNAR}/CHANGES 
../thunar-sendto-clamtk-${MY_PV_THUNAR}/DISCLAIMER 
../thunar-sendto-clamtk-${MY_PV_THUNAR}/README
-       fi
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

diff --git a/app-antivirus/clamtk/files/change_icon_path.patch 
b/app-antivirus/clamtk/files/change_icon_path.patch
deleted file mode 100644
index 18e88f1429c..00000000000
--- a/app-antivirus/clamtk/files/change_icon_path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/lib/GUI.pm       2017-02-18 10:38:18.000000000 +0100
-+++ b/lib/GUI.pm       2018-07-12 01:54:13.199186406 +0200
-@@ -33,9 +33,9 @@
-     # because it's missing an icon :|
-     # https://aur.archlinux.org/packages/clamtk/
-     my $theme = Gtk2::IconTheme->get_default;
--    $theme->append_search_path( '/usr/share/icons/gnome/24x24/actions' );
--    $theme->append_search_path( '/usr/share/icons/gnome/24x24/places' );
--    $theme->append_search_path( '/usr/share/icons/gnome/24x24/mimetypes' );
-+    $theme->append_search_path( '/usr/share/icons/Faenza/actions/24' );
-+    $theme->append_search_path( '/usr/share/icons/Faenza/places/24' );
-+    $theme->append_search_path( '/usr/share/icons/Faenza/mimetypes/24' );
- 
-     $window = Gtk2::Window->new;
-     $window->signal_connect(

Reply via email to