Skip to content

Commit

Permalink
Revert "dev-lang/ruby: fix stack scavenge crash on ia64, bug #561780"
Browse files Browse the repository at this point in the history
This reverts commit fca8965.

Non-maintainer commit that does not use our patchsets.
  • Loading branch information
graaff committed May 27, 2017
1 parent d75377c commit dc2abb5
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 73 deletions.
63 changes: 0 additions & 63 deletions dev-lang/ruby/files/ruby-2.1.9-ia64.patch

This file was deleted.

1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.1.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.1.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.2.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.2.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.3.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

einfo "Unbundling gems..."
cd "$S"
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.3.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

einfo "Unbundling gems..."
cd "$S"
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.3.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch

einfo "Unbundling gems..."
cd "$S"
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.4.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
eapply "${FILESDIR}"/${PN}-2.1.9-ia64.patch

einfo "Unbundling gems..."
cd "$S"
Expand Down
1 change: 0 additions & 1 deletion dev-lang/ruby/ruby-2.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ PDEPEND="
src_prepare() {
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"
eapply "${FILESDIR}"/${PN}-2.1.9-ia64.patch

einfo "Unbundling gems..."
cd "$S"
Expand Down

0 comments on commit dc2abb5

Please sign in to comment.