summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 07:48:29 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 07:48:29 +0000
commit2028e966db39f2dc50e12c2c90cbe98091120eb8 (patch)
tree4de5cd890acf73333686dc1b86e63768eabf5e26 /dev-util/gquilt
parentUse domenu instead insinto + doins to install .desktop files (diff)
downloadhistorical-2028e966db39f2dc50e12c2c90cbe98091120eb8.tar.gz
historical-2028e966db39f2dc50e12c2c90cbe98091120eb8.tar.bz2
historical-2028e966db39f2dc50e12c2c90cbe98091120eb8.zip
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'dev-util/gquilt')
-rw-r--r--dev-util/gquilt/ChangeLog8
-rw-r--r--dev-util/gquilt/gquilt-0.25.ebuild7
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"
}