diff options
Diffstat (limited to 'dev-ruby/amstd')
-rw-r--r-- | dev-ruby/amstd/ChangeLog | 21 | ||||
-rw-r--r-- | dev-ruby/amstd/amstd-1.9.5.ebuild | 5 |
2 files changed, 17 insertions, 9 deletions
diff --git a/dev-ruby/amstd/ChangeLog b/dev-ruby/amstd/ChangeLog index 112ae22be9ec..338476c4d987 100644 --- a/dev-ruby/amstd/ChangeLog +++ b/dev-ruby/amstd/ChangeLog @@ -1,13 +1,18 @@ # ChangeLog for dev-ruby/amstd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.2 2002/07/08 01:40:28 agriffis Exp $ *amstd-1.9.5 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that + the comments should well explained and written in clean English. The + details about writing correct changelogs are explained in the + skel.ChangeLog file which you can find in the root directory of the + portage repository. + + 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> amstd-1.9.5.ebuild : + + Updated with LICENSE, KEYWORDS, SLOT. diff --git a/dev-ruby/amstd/amstd-1.9.5.ebuild b/dev-ruby/amstd/amstd-1.9.5.ebuild index 347a04ade4a0..1ebe9e5eec5b 100644 --- a/dev-ruby/amstd/amstd-1.9.5.ebuild +++ b/dev-ruby/amstd/amstd-1.9.5.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-1.9.5.ebuild,v 1.3 2001/11/10 12:17:54 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-1.9.5.ebuild,v 1.4 2002/07/08 01:40:28 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard libraries for Ruby" SRC_URI="http://www1.u-netsurf.ne.jp/~brew/mine/soft/${P}.tar.gz" HOMEPAGE="http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html" +LICENSE="LGPL" +KEYWORDS="x86" +SLOT="0" DEPEND=">=dev-lang/ruby-1.6.1" |