dev-ruby/seed-fu: Remove ruby19, fix desc
authorManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 18:41:34 +0000 (19:41 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 18:41:34 +0000 (19:41 +0100)
Package-Manager: portage-2.2.27

dev-ruby/seed-fu/seed-fu-2.3.5.ebuild

index 18f0b935f72133ca8dbbe987d5d739c0e2e1d1d7..73b5e6705ba478082632fbc3b6fdd03b16efb7f0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="yard"
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_DOCDIR="doc"
 
 inherit ruby-fakegem
 
-DESCRIPTION="Advanced seed data handling for Rails, combining the best practices of several methods together"
+DESCRIPTION="Advanced seed data handling for Rails"
 HOMEPAGE="https://github.com/mbleigh/seed-fu"
 SRC_URI="https://github.com/mbleigh/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz"