summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-04-17 23:36:40 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-04-17 23:36:40 +0000
commitb11a908d27e27f5f7bd5f31ea650911990523221 (patch)
tree1b862e8be802ee0b2ba15c21e7253fd7626f2a2c
parentversionbump (diff)
downloadgentoo-2-b11a908d27e27f5f7bd5f31ea650911990523221.tar.gz
gentoo-2-b11a908d27e27f5f7bd5f31ea650911990523221.tar.bz2
gentoo-2-b11a908d27e27f5f7bd5f31ea650911990523221.zip
remove old versions
(Portage version: 2.1_pre7-r5)
-rw-r--r--dev-ruby/nitro/ChangeLog6
-rw-r--r--dev-ruby/nitro/files/digest-nitro-0.22.01
-rw-r--r--dev-ruby/nitro/files/digest-nitro-0.23.01
-rw-r--r--dev-ruby/nitro/files/digest-nitro-0.25.01
-rw-r--r--dev-ruby/nitro/nitro-0.22.0.ebuild26
-rw-r--r--dev-ruby/nitro/nitro-0.23.0.ebuild34
-rw-r--r--dev-ruby/nitro/nitro-0.25.0.ebuild27
7 files changed, 5 insertions, 91 deletions
diff --git a/dev-ruby/nitro/ChangeLog b/dev-ruby/nitro/ChangeLog
index acb3e4d271b1..29a92a87b3f7 100644
--- a/dev-ruby/nitro/ChangeLog
+++ b/dev-ruby/nitro/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/nitro
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.5 2006/04/17 23:35:45 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.6 2006/04/17 23:36:40 caleb Exp $
+
+ 17 Apr 2006; Caleb Tennis <caleb@gentoo.org> -nitro-0.22.0.ebuild,
+ -nitro-0.23.0.ebuild, -nitro-0.25.0.ebuild:
+ remove old versions
*nitro-0.29.0 (17 Apr 2006)
diff --git a/dev-ruby/nitro/files/digest-nitro-0.22.0 b/dev-ruby/nitro/files/digest-nitro-0.22.0
deleted file mode 100644
index 65ea02355171..000000000000
--- a/dev-ruby/nitro/files/digest-nitro-0.22.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1e4d3c22aaec5e91a2dae0310b6457b5 nitro-0.22.0.gem 166912
diff --git a/dev-ruby/nitro/files/digest-nitro-0.23.0 b/dev-ruby/nitro/files/digest-nitro-0.23.0
deleted file mode 100644
index 43845689f157..000000000000
--- a/dev-ruby/nitro/files/digest-nitro-0.23.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6be254ee98e5a695bfa6db4be9bd5134 nitro-0.23.0.gem 173568
diff --git a/dev-ruby/nitro/files/digest-nitro-0.25.0 b/dev-ruby/nitro/files/digest-nitro-0.25.0
deleted file mode 100644
index 9e815fc804a9..000000000000
--- a/dev-ruby/nitro/files/digest-nitro-0.25.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed9e2d8fb01dc8154d3f9757ae0aaf4d nitro-0.25.0.gem 191488
diff --git a/dev-ruby/nitro/nitro-0.22.0.ebuild b/dev-ruby/nitro/nitro-0.22.0.ebuild
deleted file mode 100644
index e355ca27a090..000000000000
--- a/dev-ruby/nitro/nitro-0.22.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.22.0.ebuild,v 1.1 2005/08/16 16:45:07 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://rubyforge.org/frs/download.php/5459/${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.22.0
- =dev-ruby/og-0.22.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 )"
diff --git a/dev-ruby/nitro/nitro-0.23.0.ebuild b/dev-ruby/nitro/nitro-0.23.0.ebuild
deleted file mode 100644
index 15a4ea2ec89d..000000000000
--- a/dev-ruby/nitro/nitro-0.23.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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/nitro/nitro-0.25.0.ebuild b/dev-ruby/nitro/nitro-0.25.0.ebuild
deleted file mode 100644
index 9ada6cdf4759..000000000000
--- a/dev-ruby/nitro/nitro-0.25.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.25.0.ebuild,v 1.2 2006/03/29 16:57:05 agriffis 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="~ia64 ~x86"
-
-IUSE="apache2 fastcgi lighttpd xslt"
-DEPEND=">=dev-lang/ruby-1.8.3
- =dev-ruby/og-${PV}
- =dev-ruby/gen-${PV}
- =dev-ruby/glue-${PV}
- =dev-ruby/redcloth-3.0.3
- =dev-ruby/ruby-breakpoint-0.5.0
- =dev-ruby/daemons-0.4.2
- apache2? ( =net-www/apache-2* )
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )
- lighttpd? ( >=www-servers/lighttpd-1.3.13-r3 )
- xslt? ( >=dev-ruby/ruby-xslt-0.8.1 )"