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/aasm/
Date: Sun, 19 May 2013 06:51:35 +0000 (UTC)	[thread overview]
Message-ID: <1368100656.161444fbdac26e54853699c12a81596fb53da0c7.graaff@gentoo> (raw)

commit:     161444fbdac26e54853699c12a81596fb53da0c7
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu May  9 11:57:36 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May  9 11:57:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=161444fb

Cleanup.

Package-Manager: portage-2.1.11.62

---
 dev-ruby/aasm/ChangeLog          |    4 ++++
 dev-ruby/aasm/Manifest           |    2 --
 dev-ruby/aasm/aasm-3.0.14.ebuild |   33 ---------------------------------
 dev-ruby/aasm/aasm-3.0.9.ebuild  |   33 ---------------------------------
 4 files changed, 4 insertions(+), 68 deletions(-)

diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index 29943ed..6b9a92c 100644
--- a/dev-ruby/aasm/ChangeLog
+++ b/dev-ruby/aasm/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 May 2013; Hans de Graaff <graaff@gentoo.org> -aasm-3.0.9.ebuild,
+  -aasm-3.0.14.ebuild:
+  Cleanup.
+
 *aasm-3.0.16 (14 Feb 2013)
 
   14 Feb 2013; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.16.ebuild:

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index b0ab009..880c6f8 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,4 +1,2 @@
-DIST aasm-3.0.14.gem 25600 SHA256 824188a4958aaae0dc362e39b301c378f75f5d5a1c3b1c1095a98c4696e2a148 SHA512 648a84b932d38b0b68e648c1e61359bc332bd4c367403ac5a5b906ce3402520b597bb59bfd97de137b30298486307548d3e94177e8ca41b3a28cc865ea171404 WHIRLPOOL 7415e38cfe5419c455e0765768c094ee090e7dc1fd683b8eac6dca0211ac46e45cfad21c868ffe0a7ee92eac610ff6ce21a86f3939708417aec6204c4bdaad80
 DIST aasm-3.0.15.gem 26112 SHA256 d05d737f2b1442bca105da1144a0530e76156d17634ecfb157cf26e04be2101c SHA512 2e79a34cfd322b3ca7b86e4f68a8195cfefcbe6fc69307eeda0f54039ceb0917c356160dd2a905ad7c275a5ae27134dffccd93d7a65996c1509f52a289158871 WHIRLPOOL b3616c0b056d964227497f15ea620343cd6ca8250c151af22d9264421e4d74bb4ba0ad1850c4b814a496bd0849649ed97574cf78ea243df8b1b37111931c4514
 DIST aasm-3.0.16.gem 27136 SHA256 684ec7c3916aba6f7b2194243f3521d4a6ccb4c4c12875e398a1b69d4be31dce SHA512 daac299b467e8221bf1d01e8630d051440b473ef84ad03a22732fa7ce30936a892d098c171f22dc80baa7f73fc12a1ecb4a12ec71e07488574d79f2cc98c5e53 WHIRLPOOL 998d3388b8533ca9ea71710024e4fb4018b60dc45e9db19fe23c3c502f964c3401b9bdd1a6b4c59f32f773518bef85f8d4b755e55ce26dd4433fd9ce3e35e29b
-DIST aasm-3.0.9.gem 23552 SHA256 8088e8427dd27caf068faefdb8fad3e4817bdd597fc0c2d69080acf24e6082c1 SHA512 667424c242f585374771d34e177e2590df2bc2c0b3437e019cb85f325a48696360286956838881558a9868cd5f9848a1ab9a13fc67802180ba1e45a666c5064c WHIRLPOOL d4ed68c81d6a3727100f9b17d31281800edea1c8f3c8f9622678796ebdea1a4418f3ef8925856d3888dae49e94a36230e145d65927445486be7683eb2ac39320

diff --git a/dev-ruby/aasm/aasm-3.0.14.ebuild b/dev-ruby/aasm/aasm-3.0.14.ebuild
deleted file mode 100644
index d0bf390..0000000
--- a/dev-ruby/aasm/aasm-3.0.14.ebuild
+++ /dev/null
@@ -1,33 +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 ree18"
-
-# Requires sdoc which is not yet available in Gentoo.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for adding finite state machines to Ruby classes."
-HOMEPAGE="https://github.com/rubyist/aasm"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/activerecord"
-ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/rr )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' Rakefile || die
-
-	# We currently don't package sdoc
-	sed -i -e '/sdoc/d' Rakefile || die
-}

diff --git a/dev-ruby/aasm/aasm-3.0.9.ebuild b/dev-ruby/aasm/aasm-3.0.9.ebuild
deleted file mode 100644
index d0bf390..0000000
--- a/dev-ruby/aasm/aasm-3.0.9.ebuild
+++ /dev/null
@@ -1,33 +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 ree18"
-
-# Requires sdoc which is not yet available in Gentoo.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for adding finite state machines to Ruby classes."
-HOMEPAGE="https://github.com/rubyist/aasm"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/activerecord"
-ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/rr )"
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' Rakefile || die
-
-	# We currently don't package sdoc
-	sed -i -e '/sdoc/d' Rakefile || die
-}


             reply	other threads:[~2013-05-19  6:51 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-19  6:51 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27  7:07 [gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/ Hans de Graaff
2016-08-15 13:34 Hans de Graaff
2016-08-15 13:34 Hans de Graaff
2016-04-01  7:01 Hans de Graaff
2016-04-01  7:01 Hans de Graaff
2015-12-09  6:36 Hans de Graaff
2015-10-29  6:14 Hans de Graaff
2015-10-29  6:14 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-07-01 21:34 Hans de Graaff
2015-05-22  7:06 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2015-01-16 13:10 Hans de Graaff
2015-01-16 13:10 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-09-15  6:42 Hans de Graaff
2014-09-15  6:42 Hans de Graaff
2014-07-24 13:38 Hans de Graaff
2014-08-19  6:45 ` Hans de Graaff
2014-07-15  9:03 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2014-04-02 13:42 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-07 10:11 Hans de Graaff
2014-02-07 10:11 Hans de Graaff
2013-11-29  9:54 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-09-13  9:46 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2013-02-14 15:52 Hans de Graaff
2013-01-08 12:06 Hans de Graaff
2012-12-31 14:27 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2012-07-05  8:47 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2012-04-03 11:46 Hans de Graaff
2012-01-02  9:55 Hans de Graaff
2012-01-02  9:55 Hans de Graaff
2011-10-14 12:30 Hans de Graaff
2011-09-12 12:12 Hans de Graaff
2011-06-15 11:38 Hans de Graaff
2011-06-10  7:19 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=1368100656.161444fbdac26e54853699c12a81596fb53da0c7.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