diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-01-01 14:30:31 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-01-01 14:30:31 +0000 |
commit | 1a3498e244dae23f82504255e4bc499f1e0f2a90 (patch) | |
tree | 9763db2d9c0217afbd2e316132dcbfbf429565b9 /www-servers/thin | |
parent | Remove ruby18 target as dependencies lost support already (diff) | |
download | gentoo-2-1a3498e244dae23f82504255e4bc499f1e0f2a90.tar.gz gentoo-2-1a3498e244dae23f82504255e4bc499f1e0f2a90.tar.bz2 gentoo-2-1a3498e244dae23f82504255e4bc499f1e0f2a90.zip |
Remove ruby18 target as dependencies lost support already
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-servers/thin')
-rw-r--r-- | www-servers/thin/ChangeLog | 9 | ||||
-rw-r--r-- | www-servers/thin/thin-1.5.1-r1.ebuild | 6 | ||||
-rw-r--r-- | www-servers/thin/thin-1.5.1-r2.ebuild | 6 | ||||
-rw-r--r-- | www-servers/thin/thin-1.5.1-r3.ebuild | 6 |
4 files changed, 15 insertions, 12 deletions
diff --git a/www-servers/thin/ChangeLog b/www-servers/thin/ChangeLog index 500c72a2db2d..1587c9cd5dc8 100644 --- a/www-servers/thin/ChangeLog +++ b/www-servers/thin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/thin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.28 2013/11/11 16:29:03 a3li Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.29 2014/01/01 14:30:31 patrick Exp $ + + 01 Jan 2014; Patrick Lauer <patrick@gentoo.org> thin-1.5.1-r1.ebuild, + thin-1.5.1-r2.ebuild, thin-1.5.1-r3.ebuild: + Remove ruby18 target as dependencies lost support already 11 Nov 2013; Alex Legler <a3li@gentoo.org> files/thin.initd-2: Path fix @@ -127,4 +131,3 @@ 16 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> +thin-0.8.1.ebuild, +metadata.xml: Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. - diff --git a/www-servers/thin/thin-1.5.1-r1.ebuild b/www-servers/thin/thin-1.5.1-r1.ebuild index 857776732639..6185ab565974 100644 --- a/www-servers/thin/thin-1.5.1-r1.ebuild +++ b/www-servers/thin/thin-1.5.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.5.1-r1.ebuild,v 1.1 2013/06/27 18:29:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.5.1-r1.ebuild,v 1.2 2014/01/01 14:30:31 patrick Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="spec" diff --git a/www-servers/thin/thin-1.5.1-r2.ebuild b/www-servers/thin/thin-1.5.1-r2.ebuild index 07b76057dc10..dd71237bf546 100644 --- a/www-servers/thin/thin-1.5.1-r2.ebuild +++ b/www-servers/thin/thin-1.5.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.5.1-r2.ebuild,v 1.1 2013/07/16 10:14:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.5.1-r2.ebuild,v 1.2 2014/01/01 14:30:31 patrick Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="spec" diff --git a/www-servers/thin/thin-1.5.1-r3.ebuild b/www-servers/thin/thin-1.5.1-r3.ebuild index 29f6a9095ef6..965d17606fc4 100644 --- a/www-servers/thin/thin-1.5.1-r3.ebuild +++ b/www-servers/thin/thin-1.5.1-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.5.1-r3.ebuild,v 1.1 2013/11/11 14:19:30 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.5.1-r3.ebuild,v 1.2 2014/01/01 14:30:31 patrick Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="spec" |