summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/activerecord-jdbc')
-rw-r--r--dev-ruby/activerecord-jdbc/ChangeLog8
-rw-r--r--dev-ruby/activerecord-jdbc/activerecord-jdbc-0.3.1.ebuild19
2 files changed, 6 insertions, 21 deletions
diff --git a/dev-ruby/activerecord-jdbc/ChangeLog b/dev-ruby/activerecord-jdbc/ChangeLog
index 1cec50646c22..e426624d17bb 100644
--- a/dev-ruby/activerecord-jdbc/ChangeLog
+++ b/dev-ruby/activerecord-jdbc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activerecord-jdbc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord-jdbc/ChangeLog,v 1.3 2007/06/22 04:34:41 nichoj Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord-jdbc/ChangeLog,v 1.4 2008/12/26 14:48:35 graaff Exp $
+
+ 26 Dec 2008; Hans de Graaff <graaff@gentoo.org>
+ -activerecord-jdbc-0.3.1.ebuild:
+ Remove old version.
*activerecord-jdbc-0.4 (22 Jun 2007)
diff --git a/dev-ruby/activerecord-jdbc/activerecord-jdbc-0.3.1.ebuild b/dev-ruby/activerecord-jdbc/activerecord-jdbc-0.3.1.ebuild
deleted file mode 100644
index bc3cf60a31a6..000000000000
--- a/dev-ruby/activerecord-jdbc/activerecord-jdbc-0.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord-jdbc/activerecord-jdbc-0.3.1.ebuild,v 1.2 2007/06/26 02:00:51 mr_bones_ Exp $
-
-inherit ruby gems
-
-MY_PN="ActiveRecord-JDBC"
-MY_P="${MY_PN}-${PV}"
-USE_RUBY="ruby18"
-DESCRIPTION="A database adapter for Rails' ActiveRecord component that can be used with JRuby"
-HOMEPAGE="http://rubyforge.org/projects/activerecord/"
-SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.5"