Skip to content

Commit

Permalink
Revert "www-client/seamonkey: Added a fix for an configure issue with…
Browse files Browse the repository at this point in the history
… sed-4.3"

This reverts commit ace7925.

Which also changes some other package that had independent changes.
  • Loading branch information
Lars Wendler committed Jan 7, 2017
1 parent ace7925 commit 2a5741d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 52 deletions.
2 changes: 1 addition & 1 deletion media-video/handbrake/handbrake-0.10.5-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REQUIRED_USE="^^ ( fdk libav-aac )"
RDEPEND="
dev-libs/jansson
media-libs/a52dec
media-libs/libass:=
media-libs/libass
media-libs/libbluray
media-libs/libdvdnav
media-libs/libdvdread
Expand Down
2 changes: 1 addition & 1 deletion media-video/handbrake/handbrake-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REQUIRED_USE="^^ ( fdk libav-aac )"
RDEPEND="
dev-libs/jansson
media-libs/a52dec
media-libs/libass:=
media-libs/libass
media-libs/libbluray
media-libs/libdvdnav
media-libs/libdvdread
Expand Down
34 changes: 0 additions & 34 deletions www-client/seamonkey/files/firefox-52-curve.patch

This file was deleted.

14 changes: 0 additions & 14 deletions www-client/seamonkey/files/seamonkey-2.46-configure_regexp.patch

This file was deleted.

3 changes: 1 addition & 2 deletions www-client/seamonkey/seamonkey-2.46.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,12 @@ src_unpack() {
src_prepare() {
# Apply our patches
eapply "${WORKDIR}"/seamonkey
eapply "${FILESDIR}"/${PN}-2.46-configure_regexp.patch

# browser patches go here
pushd "${S}"/mozilla &>/dev/null || die
rm -f "${WORKDIR}"/firefox/2000-firefox_gentoo_install_dirs.patch
eapply "${WORKDIR}"/firefox
eapply "${FILESDIR}"/firefox-52-curve.patch
#eapply "${FILESDIR}"/mozilla-svg-crashfix.patch
popd &>/dev/null || die

# Shell scripts sometimes contain DOS line endings; bug 391889
Expand Down

0 comments on commit 2a5741d

Please sign in to comment.