summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-08-23 15:12:00 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-08-23 15:12:00 +0000
commitd5e3771e9afb4c768141cd3d4be776062cce8c2a (patch)
tree3eac4bca9410227256ead537cbbbafe3360aa190 /sci-calculators
parentAdd ~sparc keyword (Bug #103250) --- builds and installs on sparc, and (diff)
downloadgentoo-2-d5e3771e9afb4c768141cd3d4be776062cce8c2a.tar.gz
gentoo-2-d5e3771e9afb4c768141cd3d4be776062cce8c2a.tar.bz2
gentoo-2-d5e3771e9afb4c768141cd3d4be776062cce8c2a.zip
Add .desktop entry for kunit, closes bug 101577.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/kunit/ChangeLog7
-rw-r--r--sci-calculators/kunit/kunit-0.5.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-calculators/kunit/ChangeLog b/sci-calculators/kunit/ChangeLog
index cca36e112ff6..b890a3462498 100644
--- a/sci-calculators/kunit/ChangeLog
+++ b/sci-calculators/kunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/kunit
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/ChangeLog,v 1.3 2005/07/07 13:14:24 george Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/ChangeLog,v 1.4 2005/08/23 15:11:59 cryos Exp $
+
+ 23 Aug 2005; Marcus D. Hanwell <marcus@gentoo.org> kunit-0.5.ebuild:
+ Add .desktop entry for kunit, closes bug 101577.
07 Jul 2005; George Shapovalov <george@gentoo.org> kunit-0.5.ebuild:
fixed qt dependency in view of upcoming qt-4 (#98180)
diff --git a/sci-calculators/kunit/kunit-0.5.ebuild b/sci-calculators/kunit/kunit-0.5.ebuild
index 2758ae9fbeea..ead1037b027d 100644
--- a/sci-calculators/kunit/kunit-0.5.ebuild
+++ b/sci-calculators/kunit/kunit-0.5.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.2 2005/07/07 11:40:22 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.3 2005/08/23 15:12:00 cryos Exp $
+
+inherit eutils
DESCRIPTION="An excellent qt-based unit conversion tool"
SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz"
@@ -23,4 +25,5 @@ src_install() {
dobin kunit/kunit
dodoc AUTHORS COPYING README
dohtml kunit/docs/*
+ make_desktop_entry kunit KUnit kunit Utility
}