diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-19 11:53:38 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-19 11:53:38 +0000 |
commit | f7e5a55010876d81936fb24fe851737db01367b4 (patch) | |
tree | 5f521d62824573fe45fbeebf97db2abe44724e36 /sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild | |
parent | Marked this ~sparc as it should have been committed as maintainer cannot foll... (diff) | |
download | gentoo-2-f7e5a55010876d81936fb24fe851737db01367b4.tar.gz gentoo-2-f7e5a55010876d81936fb24fe851737db01367b4.tar.bz2 gentoo-2-f7e5a55010876d81936fb24fe851737db01367b4.zip |
Removed old version. Fixed typo in .desktop file, closes bug 97202.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild')
-rw-r--r-- | sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild b/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild index 735cc63c4ba9..ce31a7dc6400 100644 --- a/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild +++ b/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.2 2005/02/04 23:48:57 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.3 2005/08/19 11:53:38 cryos Exp $ inherit toolchain-funcs @@ -47,6 +47,9 @@ src_install() { chmod 644 ${D}/usr/share/pixmaps/* chmod 644 ${D}/usr/share/applications/* + # Fix the chemistry category in the .desktop file, bug 97202. + sed -i -e "s|Chemestry|Chemistry|" ${D}/usr/share/applications/gperiodic.desktop + # The man page seems to have been removed too. # doman man/gperiodic.1 dodoc AUTHORS ChangeLog README NEWS |