summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-sci/rasmol/rasmol-2.7.2.1.1.ebuild')
-rw-r--r--app-sci/rasmol/rasmol-2.7.2.1.1.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild b/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild
index 7d12ec9b5131..67f89a4dc2ad 100644
--- a/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild
+++ b/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild
@@ -1,18 +1,21 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild,v 1.2 2004/04/19 12:20:49 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild,v 1.3 2004/04/27 08:23:44 vapier Exp $
+
+inherit gcc
MY_P="RasMol_${PV}"
DESCRIPTION="Free program that displays molecular structure."
HOMEPAGE="http://www.openrasmol.org/"
-KEYWORDS="~x86"
+SRC_URI="http://www.bernstein-plus-sons.com/software/${MY_P}.tar.gz"
+
+LICENSE="as-is"
SLOT="0"
+KEYWORDS="~x86"
IUSE=""
-LICENSE="as-is"
-DEPEND="virtual/x11"
-SRC_URI="http://www.bernstein-plus-sons.com/software/${MY_P}.tar.gz"
+DEPEND="virtual/x11"
S="${WORKDIR}/${MY_P}"