Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 562286 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +9 lines)
Line  Link Here
0
-- ruby-2.2.3.ebuild
0
++ ruby-2.2.3-r1.ebuild
Lines 28-44 Link Here
28
DESCRIPTION="An object-oriented scripting language"
28
DESCRIPTION="An object-oriented scripting language"
29
HOMEPAGE="http://www.ruby-lang.org/"
29
HOMEPAGE="http://www.ruby-lang.org/"
30
SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
30
SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
31
		 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
31
		 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET%-r*}.tar.bz2"
32
32
33
LICENSE="|| ( Ruby-BSD BSD-2 )"
33
LICENSE="|| ( Ruby-BSD BSD-2 )"
34
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
34
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
35
IUSE="berkdb debug doc examples gdbm ipv6 jemalloc +rdoc rubytests socks5 ssl xemacs ncurses +readline"
35
IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl xemacs ncurses +readline"
36
36
37
RDEPEND="
37
RDEPEND="
38
	berkdb? ( sys-libs/db:= )
38
	berkdb? ( sys-libs/db:= )
39
	gdbm? ( sys-libs/gdbm )
39
	gdbm? ( sys-libs/gdbm )
40
	jemalloc? ( dev-libs/jemalloc )
40
	jemalloc? ( dev-libs/jemalloc )
41
	ssl? ( dev-libs/openssl:0 )
41
	ssl? (
42
		!libressl? ( dev-libs/openssl:0 )
43
		libressl? ( dev-libs/libressl )
44
	)
42
	socks5? ( >=net-proxy/dante-1.1.13 )
45
	socks5? ( >=net-proxy/dante-1.1.13 )
43
	ncurses? ( sys-libs/ncurses:0= )
46
	ncurses? ( sys-libs/ncurses:0= )
44
	readline?  ( sys-libs/readline:0 )
47
	readline?  ( sys-libs/readline:0 )
Lines 69-74 Link Here
69
	EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
72
	EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
70
		epatch "${WORKDIR}/patches"
73
		epatch "${WORKDIR}/patches"
71
74
75
	epatch "${FILESDIR}"/${PN}-2.2.3-libressl.patch
76
72
	# We can no longer unbundle all of rake because rubygems now depends
77
	# We can no longer unbundle all of rake because rubygems now depends
73
	# on this. We leave the actual rake code around to bootstrap
78
	# on this. We leave the actual rake code around to bootstrap
74
	# rubygems, but remove the bits that would cause a file collision.
79
	# rubygems, but remove the bits that would cause a file collision.

Return to bug 562286