diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-02-07 19:37:52 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-02-07 19:44:53 +0100 |
commit | 5fb8ad4838ba7214c0a127a086768f1bbd0b7f29 (patch) | |
tree | b2ce815af7e5daae84be99471352a061acb8bf35 /x11-libs/motif | |
parent | sys-apps/portage: remove old version 2.3.58 (diff) | |
download | gentoo-5fb8ad4838ba7214c0a127a086768f1bbd0b7f29.tar.gz gentoo-5fb8ad4838ba7214c0a127a086768f1bbd0b7f29.tar.bz2 gentoo-5fb8ad4838ba7214c0a127a086768f1bbd0b7f29.zip |
Revert "x11-libs/motif: use HTTPS, add missing die."
This reverts commit 637bf7adde0a6284c8a89270fe50bbbb2791b39e.
In-place update of stable ebuild without approval of maintainer.
Also introduced a new QA issue.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-libs/motif')
-rw-r--r-- | x11-libs/motif/motif-2.3.8-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/motif/motif-2.3.8-r1.ebuild b/x11-libs/motif/motif-2.3.8-r1.ebuild index 4c9e39515e16..2258ff7c47cc 100644 --- a/x11-libs/motif/motif-2.3.8-r1.ebuild +++ b/x11-libs/motif/motif-2.3.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic multilib toolchain-funcs multilib-minimal DESCRIPTION="The Motif user interface component toolkit" HOMEPAGE="https://sourceforge.net/projects/motif/ - https://motif.ics.com/" + http://motif.ics.com/" SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.tar.gz https://dev.gentoo.org/~ulm/distfiles/${PN}-2.3.6-patches-2.tar.xz" @@ -39,10 +39,10 @@ src_prepare() { eapply_user # disable compilation of demo binaries - sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;}' Makefile.am || die + sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;}' Makefile.am # add X.Org vendor string to aliases for virtual bindings - echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias || die + echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias AT_M4DIR=. eautoreconf @@ -108,7 +108,7 @@ multilib_src_install_all() { newins "${FILESDIR}"/Mwm.defaults Mwm # cleanup - rm -rf "${ED}"/usr/share/Xm || die + rm -rf "${ED}"/usr/share/Xm find "${D}" -type f -name "*.la" -delete || die dodoc BUGREPORT ChangeLog README RELEASE RELNOTES TODO |