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
commitea99fb7b704f57d3b420405bad232ea13af2973b (patch)
treed39f406ecaab16a0680bf10e495151c90f45cac9 /sci-calculators
parentAdd ~sparc keyword (Bug #103250) --- builds and installs on sparc, and (diff)
downloadhistorical-ea99fb7b704f57d3b420405bad232ea13af2973b.tar.gz
historical-ea99fb7b704f57d3b420405bad232ea13af2973b.tar.bz2
historical-ea99fb7b704f57d3b420405bad232ea13af2973b.zip
Add .desktop entry for kunit, closes bug 101577.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/kunit/ChangeLog7
-rw-r--r--sci-calculators/kunit/Manifest14
-rw-r--r--sci-calculators/kunit/kunit-0.5.ebuild5
3 files changed, 21 insertions, 5 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/Manifest b/sci-calculators/kunit/Manifest
index 60266bc99242..a187284d527f 100644
--- a/sci-calculators/kunit/Manifest
+++ b/sci-calculators/kunit/Manifest
@@ -1,4 +1,14 @@
-MD5 24181120ddbd79bc48bcd7a1b220a74c kunit-0.5.ebuild 652
-MD5 7b0960cdfefc546677eeabbd284a898a ChangeLog 845
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 c7a618ac811efeb552df32e2f8ff494e kunit-0.5.ebuild 713
+MD5 16177e057111b0097e5c85ed077dae15 ChangeLog 967
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 0c90d280bdbe0daf16c2cb881e61683a files/digest-kunit-0.5 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFDCzzXntT9W3vfTuoRAma9AKCJ+4AeXNBKcd1fbtO52/byy6PSjgCgjPyJ
+8UWqBer3IhmgAd/+Z2APFkk=
+=xCps
+-----END PGP SIGNATURE-----
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
}