From ae1ac41a09e3a50337c8ba89d1537003d40f6a2f Mon Sep 17 00:00:00 2001 From: keenblade Date: Thu, 9 Feb 2012 19:12:52 +0000 Subject: app-antivirus/clamtk: Version bump to clamtk-4.37 svn path=/sunrise/; revision=12739 --- app-antivirus/clamtk/ChangeLog | 8 ++++- app-antivirus/clamtk/Manifest | 6 ++-- app-antivirus/clamtk/clamtk-4.36.ebuild | 57 --------------------------------- app-antivirus/clamtk/clamtk-4.37.ebuild | 57 +++++++++++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 61 deletions(-) delete mode 100644 app-antivirus/clamtk/clamtk-4.36.ebuild create mode 100644 app-antivirus/clamtk/clamtk-4.37.ebuild (limited to 'app-antivirus') diff --git a/app-antivirus/clamtk/ChangeLog b/app-antivirus/clamtk/ChangeLog index 9d7bca311..12a479bc9 100644 --- a/app-antivirus/clamtk/ChangeLog +++ b/app-antivirus/clamtk/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for app-antivirus/clamtk -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*clamtk-4.37 (09 Feb 2012) + + 09 Feb 2012; keenblade -clamtk-4.36.ebuild, + +clamtk-4.37.ebuild: + Version bump to clamtk-4.37 + 22 Oct 2011; keenblade ChangeLog: Version bump diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest index 89031349b..d707d00b8 100644 --- a/app-antivirus/clamtk/Manifest +++ b/app-antivirus/clamtk/Manifest @@ -1,4 +1,4 @@ -DIST clamtk-4.36.tar.gz 532055 RMD160 fefbd320fb0fca772d5171b0bb825628a8a717b5 SHA1 adcb6c1b1a166c8fbd97a76801bc4d2e0aa898a7 SHA256 44729512328c1dc7333079873e87839d649e3532781e757943c01065616092c8 -EBUILD clamtk-4.36.ebuild 1284 RMD160 40cf48bb725c4ddf218d7fab57c7d8572cce1e91 SHA1 e2681f3879c2fdb011ae17a88fea9ff856b0776a SHA256 96977aec079f783dd1079cc721869b22b8cd69dbd925b2f20511f68193150818 -MISC ChangeLog 4850 RMD160 8c298264188322c9f2d55afdfd134f67b697f2f3 SHA1 20ac184894e23ecf2cb03e930a0db34d115b873e SHA256 cd263f05e526167a4c8728f1db956e6d7eb943deb51bbf9bd12cf3c0c59cc9ec +DIST clamtk-4.37.tar.gz 523592 RMD160 792e04a772d2cb3e3f5dbb28ddad9e52ffd9ea0c SHA1 a0f530d9ed123511a5d84d5c3fe262a506223e8d SHA256 4f1fdcc6ed7d732996877fa3d80aebd90d9d885a2e24eefb764a680d5a67cb60 +EBUILD clamtk-4.37.ebuild 1284 RMD160 bbb9bdddafec5cbc1d5763b2401433447016e586 SHA1 6bd850e4aff480eb87fa10f742a5706a73d7b932 SHA256 f85c355bdbf9bb9eae4cdd6c64640307f241e30afaa44a4cd69c900e28c26fba +MISC ChangeLog 5000 RMD160 1337a4fbf773bd255b7de5d47832be385291c36e SHA1 bbc3134da92a71083b6ee72647fa66c640965acc SHA256 c1571e8a977eca2f13224a41f2cb5c9c8c9f772cf07dad5bb796a4be2656be62 MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/app-antivirus/clamtk/clamtk-4.36.ebuild b/app-antivirus/clamtk/clamtk-4.36.ebuild deleted file mode 100644 index af99de491..000000000 --- a/app-antivirus/clamtk/clamtk-4.36.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils perl-module - -DESCRIPTION="A frontend for ClamAV using Gtk2-perl" -HOMEPAGE="http://clamtk.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="Artistic GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -LANGS="ar ast bg bs ca cs da de el en_GB es eu fi fo fr gl he hr hu id it ja ko lt ms nb nl nn pl pt pt_BR ro ru sk sl sv th tr ug uk zh_CN zh_TW" -IUSE="nls" -for i in ${LANGS}; do - IUSE="${IUSE} linguas_${i}" -done - -DEPEND="" -RDEPEND=">=dev-perl/gtk2-perl-1.140 - dev-perl/File-Find-Rule - dev-perl/libwww-perl - dev-perl/Net-DNS - dev-perl/Date-Calc - dev-util/desktop-file-utils - >=app-antivirus/clamav-0.95 - nls? ( dev-perl/Locale-gettext ) - sys-fs/udev" - -src_unpack() { - unpack ${A} - cd "${S}" - gunzip ${PN}.1.gz || die "gunzip failed" -} - -src_install() { - dobin ${PN} || die "dobin failed" - - doicon ${PN}.png || die "doicon failed" - domenu ${PN}.desktop || die "domenu failed" - - dodoc CHANGES README || die "dodoc failed" - doman ${PN}.1 || die "doman failed" - - # The custom Perl modules - perlinfo - insinto ${VENDOR_LIB}/ClamTk - doins lib/*.pm || die "doins failed" - - if use nls ; then - domo po/*.mo || die "domo failed" - fi -} diff --git a/app-antivirus/clamtk/clamtk-4.37.ebuild b/app-antivirus/clamtk/clamtk-4.37.ebuild new file mode 100644 index 000000000..fc38c7d17 --- /dev/null +++ b/app-antivirus/clamtk/clamtk-4.37.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit eutils perl-module + +DESCRIPTION="A frontend for ClamAV using Gtk2-perl" +HOMEPAGE="http://clamtk.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="Artistic GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +LANGS="ar ast bg bs ca cs da de el en_GB es eu fi fo fr gl he hr hu id it ja ko lt ms nb nl nn pl pt pt_BR ro ru sk sl sv th tr ug uk zh_CN zh_TW" +IUSE="nls" +for i in ${LANGS}; do + IUSE="${IUSE} linguas_${i}" +done + +DEPEND="" +RDEPEND=">=dev-perl/gtk2-perl-1.140 + dev-perl/File-Find-Rule + dev-perl/libwww-perl + dev-perl/Net-DNS + dev-perl/Date-Calc + dev-util/desktop-file-utils + >=app-antivirus/clamav-0.95 + nls? ( dev-perl/Locale-gettext ) + sys-fs/udev" + +src_unpack() { + unpack ${A} + cd "${S}" + gunzip ${PN}.1.gz || die "gunzip failed" +} + +src_install() { + dobin ${PN} || die "dobin failed" + + doicon ${PN}.png || die "doicon failed" + domenu ${PN}.desktop || die "domenu failed" + + dodoc CHANGES README || die "dodoc failed" + doman ${PN}.1 || die "doman failed" + + # The custom Perl modules + perlinfo + insinto ${VENDOR_LIB}/ClamTk + doins lib/*.pm || die "doins failed" + + if use nls ; then + domo po/*.mo || die "domo failed" + fi +} -- cgit v1.2.3-65-gdbad