From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4806C138200 for ; Sun, 2 Jun 2013 09:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93334E08CA; Sun, 2 Jun 2013 09:10:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CC21E08CA for ; Sun, 2 Jun 2013 09:10:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F89233E0ED for ; Sun, 2 Jun 2013 09:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A3DCFE545C for ; Sun, 2 Jun 2013 09:10:19 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1370163779.523e02652192054a3fd2295320086c98b57f580e.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/dm-migrations/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/dm-migrations/ChangeLog dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild X-VCS-Directories: dev-ruby/dm-migrations/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 523e02652192054a3fd2295320086c98b57f580e X-VCS-Branch: master Date: Sun, 2 Jun 2013 09:10:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 02d946c8-0498-4ee0-9494-141ed531a307 X-Archives-Hash: ac173eaaf45508f7d95969866ed16124 commit: 523e02652192054a3fd2295320086c98b57f580e Author: Hans de Graaff degraaff org> AuthorDate: Sun Jun 2 09:02:59 2013 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 2 09:02:59 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=523e0265 Cleanup. Package-Manager: portage-2.1.11.62 Manifest-Sign-Key: 0x8883FA56A308A8D7! --- dev-ruby/dm-migrations/ChangeLog | 5 ++++- dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild | 15 --------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/dev-ruby/dm-migrations/ChangeLog b/dev-ruby/dm-migrations/ChangeLog index 785259e..92e071d 100644 --- a/dev-ruby/dm-migrations/ChangeLog +++ b/dev-ruby/dm-migrations/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-ruby/dm-migrations -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Jun 2013; Hans de Graaff -dm-migrations-0.9.7.ebuild: + Cleanup. + *dm-migrations-1.0.0 (21 Aug 2010) 21 Aug 2010; Hans de Graaff diff --git a/dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild b/dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild deleted file mode 100644 index a41a263..0000000 --- a/dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit gems - -DESCRIPTION="DataMapper plugin for writing and specing migrations" -HOMEPAGE="http://github.com/sam/dm-more/tree/master/dm-migrations" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND=">=dev-ruby/dm-core-0.9.7"