diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-31 11:01:16 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-31 11:01:16 +0000 |
commit | 5f346bc6391ca2f06b37e2a7c8e307bce0aae161 (patch) | |
tree | ca8d034871e9b5339dc36840cc1362f4652d87fa /media-sound/grip | |
parent | Fixed typo. (Manifest recommit) (diff) | |
download | gentoo-2-5f346bc6391ca2f06b37e2a7c8e307bce0aae161.tar.gz gentoo-2-5f346bc6391ca2f06b37e2a7c8e307bce0aae161.tar.bz2 gentoo-2-5f346bc6391ca2f06b37e2a7c8e307bce0aae161.zip |
Only install .desktop to applications.
Diffstat (limited to 'media-sound/grip')
-rw-r--r-- | media-sound/grip/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/grip/grip-3.2.0.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/grip/ChangeLog b/media-sound/grip/ChangeLog index da993d7e29e7..961cb3a53e35 100644 --- a/media-sound/grip/ChangeLog +++ b/media-sound/grip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/grip # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.42 2004/10/20 05:24:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.43 2004/10/31 10:58:29 eradicator Exp $ + + 31 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> grip-3.2.0.ebuild: + Only install .desktop to applications. 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -grip-3.0.7.ebuild, -grip-3.1.10.ebuild, -grip-3.1.9.ebuild: diff --git a/media-sound/grip/grip-3.2.0.ebuild b/media-sound/grip/grip-3.2.0.ebuild index 5df1591cf63e..354b7dd70125 100644 --- a/media-sound/grip/grip-3.2.0.ebuild +++ b/media-sound/grip/grip-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.2.0.ebuild,v 1.8 2004/10/20 05:24:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.2.0.ebuild,v 1.9 2004/10/31 10:58:29 eradicator Exp $ IUSE="nls oggvorbis" @@ -35,8 +35,5 @@ src_compile() { src_install () { make DESTDIR="${D}" install || die - insinto /usr/share/applnk/Multimedia - doins ${D}/usr/share/applications/grip.desktop - dodoc AUTHORS CREDITS ChangeLog README TODO } |