diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-07-24 07:27:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-07-24 07:27:19 +0000 |
commit | fd41fc095273685b4b7ffe55fff9c5cf6234e499 (patch) | |
tree | 9fe47492f6e712f55d0730e01841e1e8603dbec2 /dev-ruby/zentest/zentest-3.6.1.ebuild | |
parent | Version bump; remove old versions (diff) | |
download | gentoo-2-fd41fc095273685b4b7ffe55fff9c5cf6234e499.tar.gz gentoo-2-fd41fc095273685b4b7ffe55fff9c5cf6234e499.tar.bz2 gentoo-2-fd41fc095273685b4b7ffe55fff9c5cf6234e499.zip |
Version bump; remove older versions
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-ruby/zentest/zentest-3.6.1.ebuild')
-rw-r--r-- | dev-ruby/zentest/zentest-3.6.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ruby/zentest/zentest-3.6.1.ebuild b/dev-ruby/zentest/zentest-3.6.1.ebuild new file mode 100644 index 000000000000..36804d618882 --- /dev/null +++ b/dev-ruby/zentest/zentest-3.6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.6.1.ebuild,v 1.1 2007/07/24 07:27:19 graaff Exp $ + +inherit ruby gems + +MY_P=${P/zentest/ZenTest} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Centralized Ruby extension management system" +HOMEPAGE="http://rubyforge.org/projects/zentest/" +LICENSE="Ruby" + +# The URL depends implicitly on the version, unfortunately. Even if you +# change the filename on the end, it still downloads the same file. +SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" + +KEYWORDS="~amd64 ~ia64 ~x86" +SLOT="0" +IUSE="" + +USE_RUBY="ruby18" +DEPEND="virtual/ruby + >=dev-ruby/rubygems-0.9.1 + >=dev-ruby/hoe-1.2.2" |