summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-08-19 11:53:38 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-08-19 11:53:38 +0000
commitf7e5a55010876d81936fb24fe851737db01367b4 (patch)
tree5f521d62824573fe45fbeebf97db2abe44724e36 /sci-chemistry
parentMarked this ~sparc as it should have been committed as maintainer cannot foll... (diff)
downloadgentoo-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')
-rw-r--r--sci-chemistry/gperiodic/ChangeLog6
-rw-r--r--sci-chemistry/gperiodic/files/digest-gperiodic-1.3.21
-rw-r--r--sci-chemistry/gperiodic/gperiodic-1.3.2.ebuild35
-rw-r--r--sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild5
4 files changed, 9 insertions, 38 deletions
diff --git a/sci-chemistry/gperiodic/ChangeLog b/sci-chemistry/gperiodic/ChangeLog
index 0cf03105a085..18d8b54b8786 100644
--- a/sci-chemistry/gperiodic/ChangeLog
+++ b/sci-chemistry/gperiodic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/gperiodic
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.3 2005/02/04 23:48:57 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.4 2005/08/19 11:53:38 cryos Exp $
+
+ 19 Aug 2005; Marcus D. Hanwell <marcus@gentoo.org>
+ -gperiodic-1.3.2.ebuild, gperiodic-2.0.7.ebuild:
+ Removed old version. Fixed typo in .desktop file, closes bug 97202.
04 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> metadata.xml,
gperiodic-2.0.7.ebuild:
diff --git a/sci-chemistry/gperiodic/files/digest-gperiodic-1.3.2 b/sci-chemistry/gperiodic/files/digest-gperiodic-1.3.2
deleted file mode 100644
index 4d7350fcc6e6..000000000000
--- a/sci-chemistry/gperiodic/files/digest-gperiodic-1.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 220a6acfe53d398afc2cff9e4d792987 gperiodic-1.3.2.tar.gz 162498
diff --git a/sci-chemistry/gperiodic/gperiodic-1.3.2.ebuild b/sci-chemistry/gperiodic/gperiodic-1.3.2.ebuild
deleted file mode 100644
index 3486f64bff29..000000000000
--- a/sci-chemistry/gperiodic/gperiodic-1.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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-1.3.2.ebuild,v 1.2 2005/02/04 23:48:57 cryos Exp $
-
-inherit eutils
-
-DESCRIPTION="periodic table application for Linux"
-SRC_URI="ftp://ftp.seul.org/pub/gperiodic/${P}.tar.gz"
-HOMEPAGE="http://gperiodic.seul.org/"
-
-KEYWORDS="x86 amd64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="nls"
-
-DEPEND=">=sys-libs/ncurses-5.2
- =x11-libs/gtk+-1.2*
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff
-}
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- einstall || die
- doman man/gperiodic.1
- dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README
-}
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