diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-04-03 19:39:35 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-04-03 19:39:35 +0000 |
commit | 4bbbf554a0ba684f69e68bc31d91db1dbb4a9d0b (patch) | |
tree | 949aeb9e358145c588c95c736f5deab9a70e775f /app-antivirus/clamtk/clamtk-2.30.ebuild | |
parent | sunrise/net-misc/mugshot/files/mugshot-1.1.26-firefox-update.sh: Version bump... (diff) | |
download | sunrise-4bbbf554a0ba684f69e68bc31d91db1dbb4a9d0b.tar.gz sunrise-4bbbf554a0ba684f69e68bc31d91db1dbb4a9d0b.tar.bz2 sunrise-4bbbf554a0ba684f69e68bc31d91db1dbb4a9d0b.zip |
app-antivirus/clamtk: Drop old and some minor cosmetics
svn path=/sunrise/; revision=3322
Diffstat (limited to 'app-antivirus/clamtk/clamtk-2.30.ebuild')
-rw-r--r-- | app-antivirus/clamtk/clamtk-2.30.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/app-antivirus/clamtk/clamtk-2.30.ebuild b/app-antivirus/clamtk/clamtk-2.30.ebuild deleted file mode 100644 index b68a5b954..000000000 --- a/app-antivirus/clamtk/clamtk-2.30.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -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="~x86" - -LANGS="cs da de es fr it pl pt_BR ru zh_CN" -IUSE="nls" -for i in ${LANGS}; do - IUSE="${IUSE} linguas_${i}" -done - -DEPEND="" -RDEPEND="dev-perl/gtk2-perl - dev-perl/File-Find-Rule - dev-perl/libwww-perl - dev-perl/Date-Calc - app-antivirus/clamav - nls? ( dev-perl/Locale-gettext )" - - -src_install() { - dobin clamtk - - doicon ${PN}.png - domenu ${PN}.desktop - - dodoc CHANGES DISCLAIMER README - doman ${PN}.1.gz - - if use nls ; then - cd po/ - mv cs_CZ.mo cs.mo - for n in *.mo ; do - if use linguas_${n/.mo} ; then - insinto /usr/share/locale/${n/.mo}/LC_MESSAGES - newins ${n} ${PN}.mo - fi - done - fi -} |