summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-03-11 06:16:32 +0000
committerHans de Graaff <graaff@gentoo.org>2015-03-11 06:16:32 +0000
commit1b1fd91944a785b7015318e5e177d9d9e07af413 (patch)
treec22dea39d522135752070496c09fc59070721cf6 /dev-ruby/factory_girl
parentCreate stable candidate. (diff)
downloadgentoo-2-1b1fd91944a785b7015318e5e177d9d9e07af413.tar.gz
gentoo-2-1b1fd91944a785b7015318e5e177d9d9e07af413.tar.bz2
gentoo-2-1b1fd91944a785b7015318e5e177d9d9e07af413.zip
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/factory_girl')
-rw-r--r--dev-ruby/factory_girl/ChangeLog6
-rw-r--r--dev-ruby/factory_girl/factory_girl-4.2.0-r1.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/dev-ruby/factory_girl/ChangeLog b/dev-ruby/factory_girl/ChangeLog
index 025df304a747..16245ff886e4 100644
--- a/dev-ruby/factory_girl/ChangeLog
+++ b/dev-ruby/factory_girl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/factory_girl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v 1.6 2015/02/22 07:38:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v 1.7 2015/03/11 06:16:32 graaff Exp $
+
+ 11 Mar 2015; Hans de Graaff <graaff@gentoo.org>
+ -factory_girl-4.2.0-r1.ebuild:
+ Cleanup.
*factory_girl-4.5.0 (22 Feb 2015)
diff --git a/dev-ruby/factory_girl/factory_girl-4.2.0-r1.ebuild b/dev-ruby/factory_girl/factory_girl-4.2.0-r1.ebuild
deleted file mode 100644
index 0c34460de24a..000000000000
--- a/dev-ruby/factory_girl/factory_girl-4.2.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.2.0-r1.ebuild,v 1.2 2014/08/05 22:59:08 mrueg Exp $
-
-EAPI=5
-
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests depend on unpackaged appraisal
-RUBY_FAKEGEM_RECIPE_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="features"
-
-inherit ruby-fakegem
-
-DESCRIPTION="factory_girl provides a framework and DSL for defining and using factories"
-HOMEPAGE="https://github.com/thoughtbot/factory_girl"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0"