From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/
Date: Fri, 21 Feb 2014 12:23:23 +0000 (UTC) [thread overview]
Message-ID: <1392973116.cbaf1d40d88016e91c932bdb8cdf52cdb114b6de.graaff@gentoo> (raw)
commit: cbaf1d40d88016e91c932bdb8cdf52cdb114b6de
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 21 08:58:36 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 08:58:36 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=cbaf1d40
Cleanup.
Package-Manager: portage-2.2.7
---
dev-ruby/paper_trail/ChangeLog | 9 ++++++++-
dev-ruby/paper_trail/Manifest | 12 -----------
dev-ruby/paper_trail/paper_trail-1.6.5.ebuild | 26 ------------------------
dev-ruby/paper_trail/paper_trail-2.6.0.ebuild | 29 ---------------------------
4 files changed, 8 insertions(+), 68 deletions(-)
diff --git a/dev-ruby/paper_trail/ChangeLog b/dev-ruby/paper_trail/ChangeLog
index 74a0b5b..0ac165b 100644
--- a/dev-ruby/paper_trail/ChangeLog
+++ b/dev-ruby/paper_trail/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-ruby/paper_trail
-# Copyright 1999-2012 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> -paper_trail-1.6.5.ebuild,
+ -paper_trail-2.6.0.ebuild:
+ Cleanup.
+
+ 21 Feb 2014; Hans de Graaff <graaff@gentoo.org> -paper_trail-2.6.0.ebuild:
+ Cleanup.
+
24 Nov 2012; Hans de Graaff <graaff@gentoo.org> paper_trail-2.6.0.ebuild,
paper_trail-2.6.3.ebuild:
Update sqlite3 package name.
diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
index 43a6e49..91da9fe 100644
--- a/dev-ruby/paper_trail/Manifest
+++ b/dev-ruby/paper_trail/Manifest
@@ -1,13 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST paper_trail-1.6.5.gem 21504 SHA256 1e5271c9da774bc10d72aa5cca9527e4cb5ae63185742f88f84d40f6f68f3116 SHA512 37c55f1ef68c4d00d6b9bc626e115dfbebaea84ddda16aac2aa22f7ecf52394df4145bb65b62c409006b78940648be86c50c729584124c3e2bf9ba2f086404fe WHIRLPOOL 0e5772f6061cf19c4657c01a2fbe88f12de9e63834de1e8d0acc7de87a89fa879566936f1fbeb937779a9e27cd787169784dcd9409f5c8cfd861c23ef49fce68
-DIST paper_trail-2.6.0.gem 98304 SHA256 1b071e324870aed9b8b0e95909af28be4292be82c1ad91e23a8d99abc945d667 SHA512 6b8487be8d06ebd61fcf8bf71bc1e0895170e43f8f6f677c64ea1a3df93bc8712c2dd33a329054b810c77d2a2d77c40d8c3dd9381e0ee12b0f5b4dc952484ef2 WHIRLPOOL 26fd95f8f6c50152dc02b3950aeef808de782c42809b3245fbff8cf9e0fd4e095373265403de7ed71d022594d7f8527bbe439dbc9bb8a5511e35512430b6c1c7
DIST paper_trail-2.6.3.gem 99328 SHA256 078425d675817b10313fa738d04792eda1560945184b251f3230adc287ff754d SHA512 2f5a552d83b37b128b2faf4146d2a97cbd1f9d1a3b419aa60e517cc3caa4c5af182ea6dbfae93b6fd9536a2222c78fc53923d9171e340796d05b22254d3c90d0 WHIRLPOOL 8944eae9b7f238cbe41dc82b96cc70d2b34c8261bd464afb1e8944c27089bdd34dd7e8d35f66e598cb0d3e0aba38fb8b005e2205a66b7d96d99c950afc9d12d7
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlCwhp0ACgkQiIP6VqMIqNee6wEAi2gl16WQOK8z56IfYiFZzzHF
-VuGB4O0+ky0FOBILdyEA/jNikk4NENxj02OpoXzqq9NPaCC4bFze9GAqjVoidDsO
-=xfVE
------END PGP SIGNATURE-----
diff --git a/dev-ruby/paper_trail/paper_trail-1.6.5.ebuild b/dev-ruby/paper_trail/paper_trail-1.6.5.ebuild
deleted file mode 100644
index cc27154..0000000
--- a/dev-ruby/paper_trail/paper_trail-1.6.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb generators"
-
-inherit ruby-fakegem
-
-DESCRIPTION="PaperTrail lets you track changes to your models' data."
-HOMEPAGE="https://github.com/airblade/paper_trail"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Broken with Rails 3 installed.
-#RESTRICT="test"
-
-ruby_add_rdepend "dev-ruby/activerecord:2.3 dev-ruby/actionpack:2.3"
diff --git a/dev-ruby/paper_trail/paper_trail-2.6.0.ebuild b/dev-ruby/paper_trail/paper_trail-2.6.0.ebuild
deleted file mode 100644
index 3f21720..0000000
--- a/dev-ruby/paper_trail/paper_trail-2.6.0.ebuild
+++ /dev/null
@@ -1,29 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="paper_trail.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="PaperTrail lets you track changes to your models' data."
-HOMEPAGE="https://github.com/airblade/paper_trail"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/sqlite3 dev-ruby/capybara dev-ruby/bundler )"
-
-ruby_add_rdepend "=dev-ruby/rails-3*"
-
-all_ruby_prepare() {
- sed -i -e 's/2.10.3/>= 2.10.3/' paper_trail.gemspec || die
-}
next reply other threads:[~2014-02-21 12:23 UTC|newest]
Thread overview: 26+ 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:01 [gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/ Hans de Graaff
2016-08-22 19:01 Hans de Graaff
2016-04-27 5:54 Hans de Graaff
2016-04-27 5:54 Hans de Graaff
2015-12-23 6:55 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-05-05 9:36 Hans de Graaff
2015-04-01 14:46 Hans de Graaff
2015-04-01 14:46 Hans de Graaff
2014-10-30 10:31 Hans de Graaff
2014-10-30 10:31 Hans de Graaff
2014-07-15 9:03 Hans de Graaff
2014-06-06 6:39 Hans de Graaff
2014-04-06 6:03 Hans de Graaff
2014-02-24 12:21 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2012-11-25 8:30 Hans de Graaff
2012-06-02 15:47 Hans de Graaff
2012-04-30 9:30 Hans de Graaff
2012-03-13 8:31 Hans de Graaff
2011-12-04 8:16 Hans de Graaff
2011-12-04 8:16 Hans de Graaff
2011-10-14 12:30 Hans de Graaff
2011-08-17 12:35 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=1392973116.cbaf1d40d88016e91c932bdb8cdf52cdb114b6de.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