From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rf6jl-0001AZ-5X for garchives@archives.gentoo.org; Mon, 26 Dec 2011 09:20:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3624F21C15E; Mon, 26 Dec 2011 09:20:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0B96821C15E for ; Mon, 26 Dec 2011 09:20:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 888701B4006 for ; Mon, 26 Dec 2011 09:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F38518004C for ; Mon, 26 Dec 2011 09:20:34 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <3c9cf58a09c9962e5a1e2412a0101254895ff12c.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/sequel/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/sequel/ChangeLog dev-ruby/sequel/sequel-2.5.0.ebuild X-VCS-Directories: dev-ruby/sequel/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3c9cf58a09c9962e5a1e2412a0101254895ff12c Date: Mon, 26 Dec 2011 09:20:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 624b6215-ff1e-4a6c-ad7d-de5e05ab0dcc X-Archives-Hash: e6754b600156928bfb6ea6edcfc9296d commit: 3c9cf58a09c9962e5a1e2412a0101254895ff12c Author: Hans de Graaff degraaff org> AuthorDate: Mon Dec 26 09:08:23 2011 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 26 09:08:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ruby-overlay.= git;a=3Dcommit;h=3D3c9cf58a Remove old version. (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with= key 0x8883FA56A308A8D7!) --- dev-ruby/sequel/ChangeLog | 5 ++++- dev-ruby/sequel/sequel-2.5.0.ebuild | 19 ------------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/dev-ruby/sequel/ChangeLog b/dev-ruby/sequel/ChangeLog index ef3af1e..d79bdf8 100644 --- a/dev-ruby/sequel/ChangeLog +++ b/dev-ruby/sequel/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-ruby/sequel -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 26 Dec 2011; Hans de Graaff -sequel-2.5.0.ebuild: + Remove old version. + 12 Oct 2008; Alex Legler +sequel-2.6.0.ebuild: Version bump =20 diff --git a/dev-ruby/sequel/sequel-2.5.0.ebuild b/dev-ruby/sequel/sequel= -2.5.0.ebuild deleted file mode 100644 index 2584811..0000000 --- a/dev-ruby/sequel/sequel-2.5.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit ruby gems - -USE_RUBY=3D"ruby18 ruby19" - -DESCRIPTION=3D"A lightweight database toolkit for Ruby" -HOMEPAGE=3D"http://sequel.rubyforge.org" - -LICENSE=3D"MIT" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"" - -DEPEND=3D"" -RDEPEND=3D">=3Ddev-lang/ruby-1.8.4" -