ChangeLog

# ChangeLog for dev-ruby/parsetree
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/ChangeLog,v 1.6 2008/01/26 07:35:57 graaff Exp $

*parsetree-2.1.1 (26 Jan 2008)

26 Jan 2008; Hans de Graaff +parsetree-2.1.1.ebuild:
Version bump: 13 enhancements and 6 bug fixes

14 Oct 2007; Tom Gall parsetree-2.0.2.ebuild:
added ~ppc64

*parsetree-2.0.2 (07 Oct 2007)

07 Oct 2007; Richard Brown -parsetree-1.7.0.ebuild,
-parsetree-2.0.0.ebuild, +parsetree-2.0.2.ebuild:
Version bump. Remove old versions.

*parsetree-2.0.1 (25 Aug 2007)

25 Aug 2007; Hans de Graaff +parsetree-2.0.1.ebuild:
Version bump with a number of enhancements and bug fixes.

*parsetree-2.0.0 (05 Aug 2007)

05 Aug 2007; Hans de Graaff +parsetree-2.0.0.ebuild:
Version bump, thanks to Elias Pipping in bug #187494.

*parsetree-1.7.0 (13 Apr 2007)

13 Apr 2007; Robin H. Johnson
+parsetree-1.7.0.ebuild:
Initial commit. Ebuild by Robin H. Johnson .

Manifest

DIST ParseTree-2.0.1.gem 38912 RMD160 d4f3ee881c211962125d4d5f2f090ca3e9b36506 SHA1 217c57f4f607901629318454fa22a80e427be5ac SHA256 b81d57705e2fcebcccb4b4171ede53cc27cdd1c6a6dd5042c3956070838e18c7
DIST ParseTree-2.0.2.gem 38912 RMD160 1f4310c74c62b351fdd5a78ad5fad2e433eb4ee8 SHA1 0c1f20a0e9f5af4a4b43b44280be8cbf582acdc5 SHA256 cbdcc3ac6ed2d9713f46ab81b13cdc704885d7f1a5329cc64cd944954712789c
DIST ParseTree-2.1.1.gem 44544 RMD160 0f448046aad37e859b4497b6d70b82d8a65dd972 SHA1 066a6c255192c88280ed5482f81bf2c7082727f3 SHA256 32c2b2bc7843a3c459d3800a362dd87602774ae4c98bde7f8b9a95265ee398a7
EBUILD parsetree-2.0.1.ebuild 666 RMD160 c04059fc55130a12d0db3da31d3584e5784409c0 SHA1 31f691e00a634fe1cbd1fa4dbaeaceb018af7fe4 SHA256 17b5b157053da768989d94d3730eeb53d218a218c56b1a50e90f8acbda133b95
EBUILD parsetree-2.0.2.ebuild 672 RMD160 a2e15b8b65471f1e887649b77eaf8857516fa61b SHA1 52ceb0af2c563bc72e2c2ab91b149721816e277f SHA256 14984535652695aa65ffdb499d3e5da1edd8253dc9e3d1b0b819d76991ad50ea
EBUILD parsetree-2.1.1.ebuild 626 RMD160 7484fc295cb4e1cfe75c5572849c72c326c29ae3 SHA1 3a6bc6327a2a7653e564b3115d19e7519972fb8f SHA256 8561d4ece1e8e09ca1bf9294514549c93da36afc847154b7fa8e0e31c8516233
MISC ChangeLog 1156 RMD160 d825e59cd31e8f9a3da638c5a338548836b13c7c SHA1 7ffa9ffc7da48a5f0d21e22cc20f1c801d476508 SHA256 de941fdf84b6fd2e1667ebfaed8d7b0db1a432a3ba029d31fd8a05153cd8e326
MISC metadata.xml 158 RMD160 097f8145a9994f98be4971b43b23b9e5e8bccb66 SHA1 7ac646714b1ab83fda98f3ccdd8b48a31c148b27 SHA256 70b396ab3c7a63a81cb895b7728bd9eccdc9770afdb9919f2c54694b685f7032

metadata.xml




ruby

parsetree-2.0.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/parsetree-2.0.1.ebuild,v 1.1 2007/08/25 12:47:56 graaff Exp $

inherit ruby gems

MY_PN="ParseTree"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="ParseTree extracts the parse tree for a Class or method and returns it as a s-expression."
HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/"
SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

USE_RUBY="ruby18"
DEPEND=">=dev-lang/ruby-1.8.4
>=dev-ruby/ruby-inline-3.6.0
>=dev-ruby/hoe-1.3.0"

parsetree-2.0.2.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/parsetree-2.0.2.ebuild,v 1.2 2007/10/14 05:41:57 tgall Exp $

inherit ruby gems

MY_PN="ParseTree"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="ParseTree extracts the parse tree for a Class or method and returns it as a s-expression."
HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/"
SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

USE_RUBY="ruby18"
DEPEND=">=dev-lang/ruby-1.8.4
>=dev-ruby/ruby-inline-3.6.0
>=dev-ruby/hoe-1.3.0"

parsetree-2.1.1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/parsetree-2.1.1.ebuild,v 1.1 2008/01/26 07:35:57 graaff Exp $

inherit gems

MY_PN="ParseTree"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="ParseTree extracts the parse tree for a Class or method and returns it as a s-expression."
HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/"
SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

DEPEND=">=dev-ruby/ruby-inline-3.6.0
>=dev-ruby/hoe-1.4.0"