diff options
author | 2007-05-22 11:38:31 +0000 | |
---|---|---|
committer | 2007-05-22 11:38:31 +0000 | |
commit | f38dbdbda5da3f90a6ff24acf19d002f6ff060c3 (patch) | |
tree | 5943ecfa0131c589d65e5b3ea7a88fb39b330bbd /app-antivirus/clamtk/clamtk-2.30-r1.ebuild | |
parent | app-antivirus/xfprot: Remove old (diff) | |
download | sunrise-f38dbdbda5da3f90a6ff24acf19d002f6ff060c3.tar.gz sunrise-f38dbdbda5da3f90a6ff24acf19d002f6ff060c3.tar.bz2 sunrise-f38dbdbda5da3f90a6ff24acf19d002f6ff060c3.zip |
app-antivirus/clamtk: Drop old
svn path=/sunrise/; revision=3709
Diffstat (limited to 'app-antivirus/clamtk/clamtk-2.30-r1.ebuild')
-rw-r--r-- | app-antivirus/clamtk/clamtk-2.30-r1.ebuild | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/app-antivirus/clamtk/clamtk-2.30-r1.ebuild b/app-antivirus/clamtk/clamtk-2.30-r1.ebuild deleted file mode 100644 index 5e0fee44a..000000000 --- a/app-antivirus/clamtk/clamtk-2.30-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -CLAMTK_KDEVER="0.05" -DESCRIPTION="A frontend for ClamAV using Gtk2-perl." -HOMEPAGE="http://clamtk.sourceforge.net/" -SRC_URI="mirror://sourceforge/clamtk/${P}.tar.gz - kde? ( mirror://sourceforge/clamtk/clamtk-kde-${CLAMTK_KDEVER}.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 kde" -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 ) - kde? ( || ( kde-base/konqueror kde-base/kdebase ) )" - -src_install() { - dobin clamtk - - doicon clamtk.png - domenu clamtk.desktop - - dodoc CHANGES DISCLAIMER README - doman clamtk.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} clamtk.mo - fi - done - fi - - if use kde ; then - cd "${WORKDIR}"/${PN}-kde-${CLAMTK_KDEVER} - doicon ${PN}-kde.xpm - doman ${PN}-kde.1.gz - docinto KDE - dodoc CHANGES README - insinto /usr/share/apps/konqueror/servicemenus - doins ${PN}-kde.desktop - fi -} |