diff options
Diffstat (limited to 'app-sci/babel')
-rw-r--r-- | app-sci/babel/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/babel/babel-1.6.ebuild | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/app-sci/babel/ChangeLog b/app-sci/babel/ChangeLog index a6c2fb7333aa..52768da20b16 100644 --- a/app-sci/babel/ChangeLog +++ b/app-sci/babel/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-sci/babel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/babel/ChangeLog,v 1.1 2002/05/08 02:04:28 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/babel/ChangeLog,v 1.2 2002/07/25 16:18:19 aliz Exp $ *babel-1.6 (1 Feb 2002) + 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> babel-1.6.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-sci/babel/babel-1.6.ebuild b/app-sci/babel/babel-1.6.ebuild index e65ec4461a5b..1e855c3a68cb 100644 --- a/app-sci/babel/babel-1.6.ebuild +++ b/app-sci/babel/babel-1.6.ebuild @@ -9,9 +9,13 @@ DESCRIPTION="Babel is a program to interconvert file formats used in molecular m SRC_URI="http://smog.com/chem/babel/files/${P}.tar.Z" HOMEPAGE="http://smog.com/chem/babel/" +KEYWORDS="x86" +SLOT="0" +LICENSE="as-is" #Doesn't really seem to depend on anything (?) DEPEND="virtual/glibc" +RDEPEND=$DEPEND PROVIDE="app-misc/babel" |