aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-17 12:35:11 +0200
committerJustin Lecher <jlec@gentoo.org>2010-06-17 12:35:11 +0200
commitd3bd88bbdc3d59c191557d7b89c146fd9e6a7083 (patch)
tree257b11822933f790cf17e4bcd253ce25135b2d79 /sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild
parentInCvs (diff)
downloadsci-d3bd88bbdc3d59c191557d7b89c146fd9e6a7083.tar.gz
sci-d3bd88bbdc3d59c191557d7b89c146fd9e6a7083.tar.bz2
sci-d3bd88bbdc3d59c191557d7b89c146fd9e6a7083.zip
InCvs
Diffstat (limited to 'sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild')
-rw-r--r--sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild b/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild
deleted file mode 100644
index 9a14f68bf..000000000
--- a/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="GTK-GAMESS is a graphical frontend for GAMESS"
-HOMEPAGE="http://sourceforge.net/projects/gtk-gamess/"
-
-SRC_URI="mirror://sourceforge/gtk-gamess/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND=">=gnome-base/libglade-2.4
- >=x11-libs/gtk+-2.6
- dev-libs/libxml2
- sci-chemistry/gamess"
-
-src_install() {
-
- make DESTDIR="${D}" install || die "install failed"
- dodoc README
-}