diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 16:18:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 16:18:19 +0000 |
commit | ccaf843cf6fbfed2897a14c1db524df983756ff8 (patch) | |
tree | 604d331cb5a7cac594f2534407be7c8fdfda52e5 /app-sci/rasmol | |
parent | lintool fixes (diff) | |
download | historical-ccaf843cf6fbfed2897a14c1db524df983756ff8.tar.gz historical-ccaf843cf6fbfed2897a14c1db524df983756ff8.tar.bz2 historical-ccaf843cf6fbfed2897a14c1db524df983756ff8.zip |
repoman and lintool fixes
Diffstat (limited to 'app-sci/rasmol')
-rw-r--r-- | app-sci/rasmol/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/rasmol/rasmol-2.6_beta2.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-sci/rasmol/ChangeLog b/app-sci/rasmol/ChangeLog index 0272ca0698d6..f020df34e549 100644 --- a/app-sci/rasmol/ChangeLog +++ b/app-sci/rasmol/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-sci/rasmol # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/ChangeLog,v 1.1 2002/07/01 20:00:16 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/ChangeLog,v 1.2 2002/07/25 16:18:19 aliz Exp $ *rasmol-2.6_beta2 (01 Jul 2002) + 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> rasmol-2.6_beta2.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 01 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : new package diff --git a/app-sci/rasmol/rasmol-2.6_beta2.ebuild b/app-sci/rasmol/rasmol-2.6_beta2.ebuild index 313f09c64ea9..2e34e805ff08 100644 --- a/app-sci/rasmol/rasmol-2.6_beta2.ebuild +++ b/app-sci/rasmol/rasmol-2.6_beta2.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/rasmol-2.6_beta2.ebuild,v 1.1 2002/07/01 20:00:16 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/rasmol-2.6_beta2.ebuild,v 1.2 2002/07/25 16:18:19 aliz Exp $ DESCRIPTION="Free program which displays molecular structure." HOMEPAGE="http://www.umass.edu/microbio/rasmol/index2.htm" +KEYWORDS="x86" +SLOT="0" +LICENSE="Public" +LICENSE="Domain" -LICENSE="" DEPEND="virtual/x11" |