diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-09-15 22:42:34 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-09-15 22:42:34 +0000 |
commit | 185c5f09ee1ebdefa6152d8ce3272e63eae201d8 (patch) | |
tree | 53c179c081a346d9177b9d0e638348da49c6a63c /dev-ruby/nitro | |
parent | Initial import. Added as a dependency for dev-ruby/nitro. (diff) | |
download | historical-185c5f09ee1ebdefa6152d8ce3272e63eae201d8.tar.gz historical-185c5f09ee1ebdefa6152d8ce3272e63eae201d8.tar.bz2 historical-185c5f09ee1ebdefa6152d8ce3272e63eae201d8.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-ruby/nitro')
-rw-r--r-- | dev-ruby/nitro/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/nitro/Manifest | 12 | ||||
-rw-r--r-- | dev-ruby/nitro/files/digest-nitro-0.23.0 | 1 | ||||
-rw-r--r-- | dev-ruby/nitro/nitro-0.23.0.ebuild | 34 |
4 files changed, 43 insertions, 11 deletions
diff --git a/dev-ruby/nitro/ChangeLog b/dev-ruby/nitro/ChangeLog index 8805a2b43966..7579d87a6291 100644 --- a/dev-ruby/nitro/ChangeLog +++ b/dev-ruby/nitro/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/nitro # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.1 2005/08/16 16:45:07 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.2 2005/09/15 22:42:34 citizen428 Exp $ + +*nitro-0.23.0 (15 Sep 2005) + + 15 Sep 2005; Michael Kohl <citizen428@gentoo.org> +nitro-0.23.0.ebuild: + Version bump. *nitro-0.22.0 (16 Aug 2005) diff --git a/dev-ruby/nitro/Manifest b/dev-ruby/nitro/Manifest index acc060a17951..ddd99f2fd62e 100644 --- a/dev-ruby/nitro/Manifest +++ b/dev-ruby/nitro/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b87f7f0a86afab8163edc6663ca331c0 nitro-0.22.0.ebuild 860 MD5 2cebd71b9f6e82441f8b2f6ada4af9eb ChangeLog 420 +MD5 4922e118e8c14da27709afc6f48f45a7 nitro-0.23.0.ebuild 1081 MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 MD5 9b5fb154e4b8126d7b73842030db01e3 files/digest-nitro-0.22.0 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFDAhg2ehlBotwFZuQRAkuMAJ0Vwc8zz+JPJb3Lq/swVkeJIkeAkACcCiEw -+XrcHU2DX5i0uha04puQ48Q= -=62Xw ------END PGP SIGNATURE----- +MD5 c592a2dfc97806ab6737f72d050c9f81 files/digest-nitro-0.23.0 61 diff --git a/dev-ruby/nitro/files/digest-nitro-0.23.0 b/dev-ruby/nitro/files/digest-nitro-0.23.0 new file mode 100644 index 000000000000..43845689f157 --- /dev/null +++ b/dev-ruby/nitro/files/digest-nitro-0.23.0 @@ -0,0 +1 @@ +MD5 6be254ee98e5a695bfa6db4be9bd5134 nitro-0.23.0.gem 173568 diff --git a/dev-ruby/nitro/nitro-0.23.0.ebuild b/dev-ruby/nitro/nitro-0.23.0.ebuild new file mode 100644 index 000000000000..15a4ea2ec89d --- /dev/null +++ b/dev-ruby/nitro/nitro-0.23.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.23.0.ebuild,v 1.1 2005/09/15 22:42:34 citizen428 Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="An engine for developing professional Web Applications in Ruby" +HOMEPAGE="http://www.nitrohq.com/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~x86" + +IUSE="fastcgi mysql postgres sqlite xslt" +DEPEND=">=dev-lang/ruby-1.8.2 + =dev-ruby/glue-0.23.0 + =dev-ruby/og-0.23.0 + >=dev-ruby/ruby-breakpoint-0.5.0 + >=dev-ruby/redcloth-3.0.3 + fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 ) + mysql? ( >=dev-ruby/mysql-ruby-2.5 ) + postgres? ( >=dev-ruby/ruby-postgres-0.7.1 ) + sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) + xslt? ( >=dev-ruby/ruby-xslt-0.8.1 )" + +pkg_postinst() { + ewarn "Please note that 'nitrogen' is broken in this release of Nitro." + ewarn "This bug is know upstream and will be fixed in the next release." + ewarn "In the meantime you can create a new app by simply copying the" + ewarn "the proto directory to the path were you want to create your" + ewarn "new Nitro app." +} |