public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/acts-as-taggable-on/
Date: Fri, 21 Feb 2014 12:23:23 +0000 (UTC)	[thread overview]
Message-ID: <1392971962.e1ec7bd9cdc8dcee35db02c27b536b47f00a026e.graaff@gentoo> (raw)

commit:     e1ec7bd9cdc8dcee35db02c27b536b47f00a026e
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 21 08:39:22 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 08:39:22 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e1ec7bd9

Cleanup.

Package-Manager: portage-2.2.7

---
 dev-ruby/acts-as-taggable-on/ChangeLog             |  6 +++-
 dev-ruby/acts-as-taggable-on/Manifest              |  1 -
 .../acts-as-taggable-on-2.3.3.ebuild               | 36 ----------------------
 3 files changed, 5 insertions(+), 38 deletions(-)

diff --git a/dev-ruby/acts-as-taggable-on/ChangeLog b/dev-ruby/acts-as-taggable-on/ChangeLog
index 2dbadb2..7e91189 100644
--- a/dev-ruby/acts-as-taggable-on/ChangeLog
+++ b/dev-ruby/acts-as-taggable-on/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/acts-as-taggable-on
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Feb 2014; Hans de Graaff <graaff@gentoo.org>
+  -acts-as-taggable-on-2.3.3.ebuild:
+  Cleanup.
+
   15 Jun 2013; Hans de Graaff <graaff@gentoo.org>
   acts-as-taggable-on-2.4.1.ebuild:
   Restrict tests due to compatibility issues, but they all pass.

diff --git a/dev-ruby/acts-as-taggable-on/Manifest b/dev-ruby/acts-as-taggable-on/Manifest
index 502e2b6..260324b 100644
--- a/dev-ruby/acts-as-taggable-on/Manifest
+++ b/dev-ruby/acts-as-taggable-on/Manifest
@@ -1,2 +1 @@
-DIST acts-as-taggable-on-2.3.3.gem 31744 SHA256 e230ee3ef9b6e59624143f97e6d6801fdf264c80c5f870af820a39a52fa6407d SHA512 c9406f9541b7e5d3e0a931e56f04ad7b8ee8d2ce71f672e44dbfc082f7c0848b228a45d65f43757887a80a1acb4328ba892525dfe44372af826b80f09489304d WHIRLPOOL 5ac8a384a928fb2baa346db7386be730d2eec580b8c15dd802fb3a0e21c77baf0b62fd4fe988576f4ffca76a0be48d12928f50becc2b4d438a59ef23fd8e8787
 DIST acts-as-taggable-on-2.4.1.gem 34816 SHA256 4b75dd427cb721f38fe354e8a37d8c3d217779c9db204398890984694def753d SHA512 7c35d3c8f723870e39d184b8c9877ee735adbda4b1c6d3bd2547e4351a338f515da157ec8ffd0c896894e7c35533295e617dd73f95bb75850689f31a9f3d4fcf WHIRLPOOL f205b73964b16427c4ade9d32f04f6facb3c6914bced7633e353b056380168cb64b1b6ba2758c9221d3b8c0fc6b530ccc9be044f2215f466a5e13d51ecb5a170

diff --git a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.3.3.ebuild b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.3.3.ebuild
deleted file mode 100644
index c672062..0000000
--- a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.3.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-DESCRIPTION="Advanced tagging for Rails."
-HOMEPAGE="https://github.com/mbleigh/acts-as-taggable-on/"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/rails-3*"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 >=dev-ruby/ammeter-0.1.3 dev-ruby/activerecord[sqlite3] )"
-
-all_ruby_prepare() {
-	sed -i -e '/git ls-files/d' ${PN}.gemspec || die
-
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/ s:^:#:' -e '11 s:^:#:' spec/spec_helper.rb || die
-
-	# Provide a database.yml file for sqlite3.
-	cp spec/database.yml.sample spec/database.yml || die
-	sed -i -e '/^mysql/,$d' spec/database.yml || die
-}


             reply	other threads:[~2014-02-21 12:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-21 12:23 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-22 19:00 [gentoo-commits] dev/graaff:master commit in: dev-ruby/acts-as-taggable-on/ Hans de Graaff
2016-08-22 19:00 Hans de Graaff
2016-08-22 19:00 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2014-06-27  7:59 Hans de Graaff
2014-06-06  6:39 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2014-04-24 14:43 Hans de Graaff
2014-04-22 16:54 Hans de Graaff
2014-04-06  6:03 Hans de Graaff
2014-04-02 13:42 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2013-06-16  6:18 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2012-10-03  9:22 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392971962.e1ec7bd9cdc8dcee35db02c27b536b47f00a026e.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox