commit: e1cce8b3852e6b60916ba252f522587de07ca261 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Sun Jun 21 06:03:36 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 06:03:36 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e1cce8b3
No longer in use. Use papertrail instead. dev-ruby/acts_as_versioned/ChangeLog | 20 --------------- dev-ruby/acts_as_versioned/Manifest | 16 ------------ .../acts_as_versioned-0.5.2.ebuild | 30 ---------------------- .../acts_as_versioned-0.6.0.ebuild | 30 ---------------------- dev-ruby/acts_as_versioned/metadata.xml | 5 ---- 5 files changed, 101 deletions(-) diff --git a/dev-ruby/acts_as_versioned/ChangeLog b/dev-ruby/acts_as_versioned/ChangeLog deleted file mode 100644 index 3fd67c4..0000000 --- a/dev-ruby/acts_as_versioned/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ -# ChangeLog for dev-ruby/acts_as_versioned -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*acts_as_versioned-0.5.2 (16 Aug 2011) - - 16 Aug 2011; Hans de Graaff <gra...@gentoo.org> - +acts_as_versioned-0.5.2.ebuild: - Add last rails_2 version. - - 16 Aug 2011; Hans de Graaff <gra...@gentoo.org> - acts_as_versioned-0.6.0.ebuild: - Put into a slot and depend on activerecord:3.0 - -*acts_as_versioned-0.6.0 (16 Aug 2011) - - 16 Aug 2011; Hans de Graaff <gra...@gentoo.org> - +acts_as_versioned-0.6.0.ebuild, +metadata.xml: - Initial import. - diff --git a/dev-ruby/acts_as_versioned/Manifest b/dev-ruby/acts_as_versioned/Manifest deleted file mode 100644 index b5858c5..0000000 --- a/dev-ruby/acts_as_versioned/Manifest +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST acts_as_versioned-0.5.2.tgz 15342 RMD160 c2e039810e9b7b376d8f87e4b14579f90e37da6f SHA1 d18361836bd61fffe71845dba50c5f0cd4ac4ff7 SHA256 18be6c7fb6a6cdbda9a9aba1db2fbeea5e457142d0d01f34419ef0397010f8a4 -DIST acts_as_versioned-0.6.0.gem 18432 RMD160 91194ca22df78cdf30d48bd0a272d0fcbe434ef1 SHA1 3ce0432ecb50a04220a9f1dba2a1a3facd5d424a SHA256 5b5c6c5aac2fc9da1ac6881e22c5614cdebfc008f90449c6613eebb7775978db -EBUILD acts_as_versioned-0.5.2.ebuild 742 RMD160 4dd814d456df30ac492af788368253694aa087f5 SHA1 4a120ad2ae009aea6a9588cbc32209748fa5163d SHA256 1ccd42f4d0709b4b486e70fcebc143f3e29f099ee08ea1f4de99701849dd1975 -EBUILD acts_as_versioned-0.6.0.ebuild 691 RMD160 88180e09ca1f93d8a7af8b189b07e32e40ff74ce SHA1 cbed72fb9d8a15df0ffa36c4b1ea44c2ae04ceb8 SHA256 6b7f177167cae7635204fadcf16dbaf25a814634c226213abaf06204d317ceba -MISC ChangeLog 574 RMD160 298130c8c50c436770c24c308e471a1c6e559dbd SHA1 a1e325ae175b7abc3ffffcf2c3f550339098d259 SHA256 ce9a6850cd635e71eb5c510a30aa7a6e63bc42db02810064756849a266cc43b6 -MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iF4EAREIAAYFAk5KWHIACgkQiIP6VqMIqNdRQAD/QiPjmb2mxG6qNvAtfxxzeM/0 -qzgMJ/nZO0B2/BK10JcBAInALMMN9DtDk5MCMnW4il6muTwjdZPL15z3HIw9tXpe -=RPu7 ------END PGP SIGNATURE----- diff --git a/dev-ruby/acts_as_versioned/acts_as_versioned-0.5.2.ebuild b/dev-ruby/acts_as_versioned/acts_as_versioned-0.5.2.ebuild deleted file mode 100644 index 02847c6..0000000 --- a/dev-ruby/acts_as_versioned/acts_as_versioned-0.5.2.ebuild +++ /dev/null @@ -1,30 +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" - -inherit ruby-fakegem - -# There are tests but they don't work with rails 3 installed. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -DESCRIPTION="This library adds simple versioning to an ActiveRecord module." -HOMEPAGE="http://rubyforge.org/projects/ar-versioned"; -SRC_URI="https://github.com/technoweenie/acts_as_versioned/tarball/rails_2 -> ${P}.tgz" -RUBY_S="technoweenie-acts_as_versioned-*" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64" -IUSE="" - -RESTRICT="test" - -ruby_add_rdepend "dev-ruby/activerecord:2.3" diff --git a/dev-ruby/acts_as_versioned/acts_as_versioned-0.6.0.ebuild b/dev-ruby/acts_as_versioned/acts_as_versioned-0.6.0.ebuild deleted file mode 100644 index 3123f75..0000000 --- a/dev-ruby/acts_as_versioned/acts_as_versioned-0.6.0.ebuild +++ /dev/null @@ -1,30 +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" - -inherit ruby-fakegem - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -DESCRIPTION="This library adds simple versioning to an ActiveRecord module." -HOMEPAGE="http://rubyforge.org/projects/ar-versioned"; - -LICENSE="MIT" -SLOT="3" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit dev-ruby/sqlite3-ruby )" - -ruby_add_rdepend "dev-ruby/activerecord:3.0" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile test/abstract_unit.rb || die -} diff --git a/dev-ruby/acts_as_versioned/metadata.xml b/dev-ruby/acts_as_versioned/metadata.xml deleted file mode 100644 index f977299..0000000 --- a/dev-ruby/acts_as_versioned/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version = '1.0' encoding = 'UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";> -<pkgmetadata> -<maintainer><email>gra...@gentoo.org</email></maintainer> -</pkgmetadata>