summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 07:17:12 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 07:17:12 +0000
commit49e80293caab669150403f1017e67d5bd3db3c54 (patch)
tree1189732c01b7f5a3501f7800e6f2baed2e25ead5 /app-text/tkman
parentold (diff)
downloadhistorical-49e80293caab669150403f1017e67d5bd3db3c54.tar.gz
historical-49e80293caab669150403f1017e67d5bd3db3c54.tar.bz2
historical-49e80293caab669150403f1017e67d5bd3db3c54.zip
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'app-text/tkman')
-rw-r--r--app-text/tkman/ChangeLog7
-rw-r--r--app-text/tkman/tkman-2.2-r1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/app-text/tkman/ChangeLog b/app-text/tkman/ChangeLog
index e519821e4a66..e1798bca2b3b 100644
--- a/app-text/tkman/ChangeLog
+++ b/app-text/tkman/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/tkman
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/ChangeLog,v 1.24 2009/09/09 09:12:32 rbu Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/ChangeLog,v 1.25 2012/09/05 07:17:12 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> tkman-2.2-r1.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
09 Sep 2009; Robert Buchholz <rbu@gentoo.org>
-files/tkman-2.1-r1-gentoo.diff, -tkman-2.1-r1.ebuild:
diff --git a/app-text/tkman/tkman-2.2-r1.ebuild b/app-text/tkman/tkman-2.2-r1.ebuild
index 8a3ef3f04e10..1910fc2dfc5b 100644
--- a/app-text/tkman/tkman-2.2-r1.ebuild
+++ b/app-text/tkman/tkman-2.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.2-r1.ebuild,v 1.6 2009/07/19 17:48:07 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.2-r1.ebuild,v 1.7 2012/09/05 07:17:12 jlec Exp $
EAPI=2
inherit eutils
@@ -33,6 +33,5 @@ src_install() {
insinto /usr/share/icons
doins contrib/TkMan.gif
- insinto /usr/share/applications
- doins "${FILESDIR}"/tkman.desktop
+ domenu "${FILESDIR}"/tkman.desktop
}