From d508f0d987c36c3246e1a9e41d5befbfa6d769dd Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 18 Jun 2018 15:38:31 +0300 Subject: [PATCH] clamtk updated to 5.25 --- app-antivirus/clamtk/Manifest | 2 +- .../clamtk/{clamtk-5.24.ebuild => clamtk-5.25.ebuild} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename app-antivirus/clamtk/{clamtk-5.24.ebuild => clamtk-5.25.ebuild} (86%) diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest index fd2e3091..f0d753bd 100644 --- a/app-antivirus/clamtk/Manifest +++ b/app-antivirus/clamtk/Manifest @@ -1 +1 @@ -DIST clamtk-5.24.tar.gz 475446 SHA256 721b058685b994be1266d705d177b3db11a09e35f9baf69db2cb0a204f162775 SHA512 e5d03bdfb13165ccd84989d06a864629898c0edfbf3630c4110b220d01e363d53a86b01db8b7bc3021ae6271638d2d7a0a352ec65c872e61570c8cb44c5effb2 WHIRLPOOL 679bbc50061f56a172b79d4f2490082d1f7b66e7b859239e40a9ff1a67e1ec59319549ca4154b91fa9a61076a1ba43a5bec02c4a6d96cbb30e435ca3efb46854 +DIST clamtk-5.25.tar.xz 243444 SHA256 b77964584d4c018305f32097e71eb05daac1be5909b033155c228c537e5f86a9 SHA512 3886e829388ccfcaacec8b1e62be23898851ef68a5b6a1bed01e2eea31a899d0d5ca7727288633ef0612d90ba60330df1d0275c5c92154879a0d8a553180b414 WHIRLPOOL ee5d60de3a1f3bf1e7bbbbf90b5c13cd0dcb7c7fbbf16e635b60777a4aa298d05f6a5fdb408c59e27450a65b90c5976130affd20d884cb037c5b08770ab60aaa diff --git a/app-antivirus/clamtk/clamtk-5.24.ebuild b/app-antivirus/clamtk/clamtk-5.25.ebuild similarity index 86% rename from app-antivirus/clamtk/clamtk-5.24.ebuild rename to app-antivirus/clamtk/clamtk-5.25.ebuild index 752faea6..421b0679 100644 --- a/app-antivirus/clamtk/clamtk-5.24.ebuild +++ b/app-antivirus/clamtk/clamtk-5.25.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=6 inherit eutils perl-module DESCRIPTION="A frontend for ClamAV using Gtk2-perl" -HOMEPAGE="https://bitbucket.org/dave_theunsub/clamtk/" -SRC_URI="https://bitbucket.org/dave_theunsub/clamtk/downloads/${P}.tar.gz" +HOMEPAGE="https://bitbucket.org/davem_/clamtk/" +SRC_URI="https://bitbucket.org/davem_/clamtk/downloads/${P}.tar.xz" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0" @@ -28,6 +27,7 @@ RDEPEND=" dev-perl/Locale-gettext dev-perl/Text-CSV dev-perl/glib-perl + dev-perl/Gtk2 dev-perl/libwww-perl virtual/perl-Digest-SHA virtual/perl-MIME-Base64