diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-07-12 07:24:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-07-12 07:24:16 +0000 |
commit | 6a136f25de109e52f38a50b9d05be4982eebd8ab (patch) | |
tree | 4691c90602059f2199a45d4f69cbbde5eb1f3198 /dev-ruby/sexp-processor | |
parent | Remove old version. (diff) | |
download | gentoo-2-6a136f25de109e52f38a50b9d05be4982eebd8ab.tar.gz gentoo-2-6a136f25de109e52f38a50b9d05be4982eebd8ab.tar.bz2 gentoo-2-6a136f25de109e52f38a50b9d05be4982eebd8ab.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/sexp-processor')
-rw-r--r-- | dev-ruby/sexp-processor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/sexp-processor/sexp-processor-3.0.2.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/sexp-processor/ChangeLog b/dev-ruby/sexp-processor/ChangeLog index 2bf1cc1d3f2e..42853045b694 100644 --- a/dev-ruby/sexp-processor/ChangeLog +++ b/dev-ruby/sexp-processor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/sexp-processor # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp-processor/ChangeLog,v 1.2 2009/06/09 06:08:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp-processor/ChangeLog,v 1.3 2009/07/12 07:24:16 graaff Exp $ + +*sexp-processor-3.0.2 (12 Jul 2009) + + 12 Jul 2009; Hans de Graaff <graaff@gentoo.org> + +sexp-processor-3.0.2.ebuild: + Version bump with 2 minor enhancements. *sexp-processor-3.0.1 (09 Jun 2009) diff --git a/dev-ruby/sexp-processor/sexp-processor-3.0.2.ebuild b/dev-ruby/sexp-processor/sexp-processor-3.0.2.ebuild new file mode 100644 index 000000000000..ff9178504560 --- /dev/null +++ b/dev-ruby/sexp-processor/sexp-processor-3.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp-processor/sexp-processor-3.0.2.ebuild,v 1.1 2009/07/12 07:24:16 graaff Exp $ + +inherit gems + +MY_PN="sexp_processor" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="Processor for s-expressions created as part of the ParseTree project." +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 ruby19" |