diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 12:25:25 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 12:25:25 +0000 |
commit | e175afe4f63f4eda35cd0523ca87b1340fb6e5f6 (patch) | |
tree | 213423d2b01c9dd4a236c941e746c49fcd6cb9fc /app-sci/rasmol | |
parent | Adding IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-e175afe4f63f4eda35cd0523ca87b1340fb6e5f6.tar.gz gentoo-2-e175afe4f63f4eda35cd0523ca87b1340fb6e5f6.tar.bz2 gentoo-2-e175afe4f63f4eda35cd0523ca87b1340fb6e5f6.zip |
Adding IUSE
Diffstat (limited to 'app-sci/rasmol')
-rw-r--r-- | app-sci/rasmol/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/rasmol/rasmol-2.7.1.1.ebuild | 3 | ||||
-rw-r--r-- | app-sci/rasmol/rasmol-2.7.2.1.1.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-sci/rasmol/ChangeLog b/app-sci/rasmol/ChangeLog index a7adad77277b..af58df422a02 100644 --- a/app-sci/rasmol/ChangeLog +++ b/app-sci/rasmol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/rasmol # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/ChangeLog,v 1.10 2004/04/01 19:44:53 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/ChangeLog,v 1.11 2004/04/19 12:20:49 phosphan Exp $ + + 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> rasmol-2.7.1.1.ebuild, + rasmol-2.7.2.1.1.ebuild: + Adding IUSE 01 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; rasmol-2.6_beta2.ebuild, rasmol-2.7.1.1.ebuild: diff --git a/app-sci/rasmol/rasmol-2.7.1.1.ebuild b/app-sci/rasmol/rasmol-2.7.1.1.ebuild index cb33e995e65c..478f52fa0152 100644 --- a/app-sci/rasmol/rasmol-2.7.1.1.ebuild +++ b/app-sci/rasmol/rasmol-2.7.1.1.ebuild @@ -1,6 +1,6 @@ # 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.1.1.ebuild,v 1.2 2004/04/01 19:44:53 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/rasmol-2.7.1.1.ebuild,v 1.3 2004/04/19 12:20:49 phosphan Exp $ MY_P="RasMol_${PV}" @@ -8,6 +8,7 @@ DESCRIPTION="Free program that displays molecular structure." HOMEPAGE="http://www.openrasmol.org/" KEYWORDS="x86" SLOT="0" +IUSE="" LICENSE="public-domain" DEPEND="virtual/x11" 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 e20520e9b818..7d12ec9b5131 100644 --- a/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild +++ b/app-sci/rasmol/rasmol-2.7.2.1.1.ebuild @@ -1,6 +1,6 @@ # 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.1 2004/04/01 09:31:26 phosphan Exp $ +# $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 $ MY_P="RasMol_${PV}" @@ -8,6 +8,7 @@ DESCRIPTION="Free program that displays molecular structure." HOMEPAGE="http://www.openrasmol.org/" KEYWORDS="~x86" SLOT="0" +IUSE="" LICENSE="as-is" DEPEND="virtual/x11" |