diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:40:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:40:49 +0000 |
commit | 38bd5437dec91a6cf15d6e41d176aa934b51d8b1 (patch) | |
tree | 5ed8cb95112f50570bff49d7d65f1c9e15f5f003 /dev-util/gquilt | |
parent | app-office/texstudio: Version Bump; Update desktop mime db; drop old (diff) | |
download | gentoo-2-38bd5437dec91a6cf15d6e41d176aa934b51d8b1.tar.gz gentoo-2-38bd5437dec91a6cf15d6e41d176aa934b51d8b1.tar.bz2 gentoo-2-38bd5437dec91a6cf15d6e41d176aa934b51d8b1.zip |
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/gquilt')
-rw-r--r-- | dev-util/gquilt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/gquilt/gquilt-0.25.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-util/gquilt/ChangeLog b/dev-util/gquilt/ChangeLog index a68a2a90fb9c..9102f3365c8c 100644 --- a/dev-util/gquilt/ChangeLog +++ b/dev-util/gquilt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gquilt -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/ChangeLog,v 1.18 2011/04/25 20:11:55 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/ChangeLog,v 1.19 2012/09/05 07:40:49 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> gquilt-0.25.ebuild: + Use domenu instead insinto + doins to install .desktop files *gquilt-0.25 (25 Apr 2011) @@ -96,4 +99,3 @@ 20 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +files/gquilt-0.06-fix-makefile.diff, +metadata.xml, +gquilt-0.06.ebuild: Initial commit. Ebuild based on one submitted by Andrew Fink in bug 94340. - diff --git a/dev-util/gquilt/gquilt-0.25.ebuild b/dev-util/gquilt/gquilt-0.25.ebuild index a2dcc26a9ed2..f96179f82aba 100644 --- a/dev-util/gquilt/gquilt-0.25.ebuild +++ b/dev-util/gquilt/gquilt-0.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.25.ebuild,v 1.1 2011/04/25 20:11:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.25.ebuild,v 1.2 2012/09/05 07:40:49 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -37,6 +37,5 @@ src_install() { dobin ${PN} || die "dobin failed" - insinto /usr/share/applications - doins gquilt.desktop || die "doins failed" + domenu gquilt.desktop || die "doins failed" } |