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 | 97466b2c1a46ff17f305f4c5650d154306675e8d (patch) | |
tree | 5e9cead0a70230c682ed8d9934dde6431966c80a /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-97466b2c1a46ff17f305f4c5650d154306675e8d.tar.gz gentoo-2-97466b2c1a46ff17f305f4c5650d154306675e8d.tar.bz2 gentoo-2-97466b2c1a46ff17f305f4c5650d154306675e8d.zip |
Version bump.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby')
-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 | ||||
-rw-r--r-- | dev-ruby/og/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/og/Manifest | 12 | ||||
-rw-r--r-- | dev-ruby/og/files/digest-og-0.23.0 | 1 | ||||
-rw-r--r-- | dev-ruby/og/og-0.23.0.ebuild | 18 |
8 files changed, 70 insertions, 22 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." +} diff --git a/dev-ruby/og/ChangeLog b/dev-ruby/og/ChangeLog index ddfd00b4dd09..e4994a58e522 100644 --- a/dev-ruby/og/ChangeLog +++ b/dev-ruby/og/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/og # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/og/ChangeLog,v 1.1 2005/08/16 16:23:09 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/og/ChangeLog,v 1.2 2005/09/15 22:40:02 citizen428 Exp $ + +*og-0.23.0 (15 Sep 2005) + + 15 Sep 2005; Michael Kohl <citizen428@gentoo.org> +og-0.23.0.ebuild: + Version bump. *og-0.22.0 (16 Aug 2005) diff --git a/dev-ruby/og/Manifest b/dev-ruby/og/Manifest index 24966cbb3c9c..e0adbd7558e2 100644 --- a/dev-ruby/og/Manifest +++ b/dev-ruby/og/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 6103ee618d1454bfe67cbff0d7577a1e og-0.22.0.ebuild 534 +MD5 89b9faaa02d9465a6a74555aa1df6c75 og-0.23.0.ebuild 428 MD5 aea63d2c3f56944c07d63f571ea4001f ChangeLog 408 MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 MD5 f8f2357692f7a2bec849eb9cf8e39703 files/digest-og-0.22.0 57 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFDAhMOehlBotwFZuQRAjuBAJ9u3LkOiJrpoklsinb3HYhi0kdiqACgj7fS -cWdMKFWBCGl13zFHRyxilyU= -=yrg3 ------END PGP SIGNATURE----- +MD5 f99441856fec53bd8fc7ce9e5d351ee7 files/digest-og-0.23.0 57 diff --git a/dev-ruby/og/files/digest-og-0.23.0 b/dev-ruby/og/files/digest-og-0.23.0 new file mode 100644 index 000000000000..4496d7eba3e3 --- /dev/null +++ b/dev-ruby/og/files/digest-og-0.23.0 @@ -0,0 +1 @@ +MD5 5745f89c0d73d19ac7e3600e10662580 og-0.23.0.gem 94720 diff --git a/dev-ruby/og/og-0.23.0.ebuild b/dev-ruby/og/og-0.23.0.ebuild new file mode 100644 index 000000000000..a90365b2cb09 --- /dev/null +++ b/dev-ruby/og/og-0.23.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/og/og-0.23.0.ebuild,v 1.1 2005/09/15 22:40:02 citizen428 Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Og (ObjectGraph) is a powerfull object-relational mapping library." +HOMEPAGE="http://www.nitrohq.com/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2 + =dev-ruby/glue-0.23.0" |