summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-04-03 19:39:35 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-04-03 19:39:35 +0000
commit4bbbf554a0ba684f69e68bc31d91db1dbb4a9d0b (patch)
tree949aeb9e358145c588c95c736f5deab9a70e775f /app-antivirus/clamtk/clamtk-2.30-r1.ebuild
parentsunrise/net-misc/mugshot/files/mugshot-1.1.26-firefox-update.sh: Version bump... (diff)
downloadsunrise-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-r1.ebuild')
-rw-r--r--app-antivirus/clamtk/clamtk-2.30-r1.ebuild18
1 files changed, 8 insertions, 10 deletions
diff --git a/app-antivirus/clamtk/clamtk-2.30-r1.ebuild b/app-antivirus/clamtk/clamtk-2.30-r1.ebuild
index a95faeff8..5e0fee44a 100644
--- a/app-antivirus/clamtk/clamtk-2.30-r1.ebuild
+++ b/app-antivirus/clamtk/clamtk-2.30-r1.ebuild
@@ -4,12 +4,11 @@
inherit eutils
+CLAMTK_KDEVER="0.05"
DESCRIPTION="A frontend for ClamAV using Gtk2-perl."
HOMEPAGE="http://clamtk.sourceforge.net/"
-
-CLAMTK_KDEVER="0.05"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- kde? ( mirror://sourceforge/${PN}/${PN}-kde-${CLAMTK_KDEVER}.tar.gz )"
+SRC_URI="mirror://sourceforge/clamtk/${P}.tar.gz
+ kde? ( mirror://sourceforge/clamtk/clamtk-kde-${CLAMTK_KDEVER}.tar.gz )"
LICENSE="Artistic GPL-2"
SLOT="0"
@@ -30,15 +29,14 @@ RDEPEND="dev-perl/gtk2-perl
nls? ( dev-perl/Locale-gettext )
kde? ( || ( kde-base/konqueror kde-base/kdebase ) )"
-
src_install() {
dobin clamtk
- doicon ${PN}.png
- domenu ${PN}.desktop
+ doicon clamtk.png
+ domenu clamtk.desktop
dodoc CHANGES DISCLAIMER README
- doman ${PN}.1.gz
+ doman clamtk.1.gz
if use nls ; then
cd po/
@@ -46,13 +44,13 @@ src_install() {
for n in *.mo ; do
if use linguas_${n/.mo} ; then
insinto /usr/share/locale/${n/.mo}/LC_MESSAGES
- newins ${n} ${PN}.mo
+ newins ${n} clamtk.mo
fi
done
fi
if use kde ; then
- cd ${WORKDIR}/${PN}-kde-${CLAMTK_KDEVER}
+ cd "${WORKDIR}"/${PN}-kde-${CLAMTK_KDEVER}
doicon ${PN}-kde.xpm
doman ${PN}-kde.1.gz
docinto KDE