From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11FAC138330 for ; Wed, 14 Sep 2016 16:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AE2DE0B95; Wed, 14 Sep 2016 16:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CE42E0B69 for ; Wed, 14 Sep 2016 16:33:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AC19340A3B for ; Wed, 14 Sep 2016 16:33:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA0B72481 for ; Wed, 14 Sep 2016 16:33:05 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1473870618.4ff8903a00af9928ea908f89d063f2e07e423adf.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rtmpdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/rtmpdump/rtmpdump-2.4_p20131018-r1.ebuild media-video/rtmpdump/rtmpdump-9999.ebuild X-VCS-Directories: media-video/rtmpdump/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4ff8903a00af9928ea908f89d063f2e07e423adf X-VCS-Branch: master Date: Wed, 14 Sep 2016 16:33:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7badc7e-9805-4e7b-a551-57184be503a1 X-Archives-Hash: 6c30d341535b639607f5da18d1d8d643 commit: 4ff8903a00af9928ea908f89d063f2e07e423adf Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 14 16:30:18 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 14 16:30:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff8903a Revert "media-video/rtmpdump: Move to EAPI6 and git-r3." It doesnt even build... This reverts commit 3252a86b2afff788707c84c540504cca87ac8630. .../rtmpdump/rtmpdump-2.4_p20131018-r1.ebuild | 79 ---------------------- media-video/rtmpdump/rtmpdump-9999.ebuild | 13 ++-- 2 files changed, 5 insertions(+), 87 deletions(-) diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20131018-r1.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20131018-r1.ebuild deleted file mode 100644 index 5a9d6d3..00000000 --- a/media-video/rtmpdump/rtmpdump-2.4_p20131018-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="6" - -inherit multilib toolchain-funcs multilib-minimal - -DESCRIPTION="RTMP client intended to stream audio or video flash content" -HOMEPAGE="http://rtmpdump.mplayerhq.hu/" -SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" - -# the library is LGPL-2.1, the command is GPL-2 -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~amd64-fbsd ~amd64-linux ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-linux" -IUSE="gnutls polarssl ssl libressl" - -DEPEND="ssl? ( - gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] ) - polarssl? ( !gnutls? ( >=net-libs/polarssl-1.3.4[${MULTILIB_USEDEP}] ) ) - !gnutls? ( !polarssl? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:0 ) ) ) - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - )" -RDEPEND="${DEPEND}" - -DOCS=( README ChangeLog ) -HTML_DOCS=( rtmpdump.1.html rtmpgw.8.html ) - -pkg_setup() { - if ! use ssl && { use gnutls || use polarssl; }; then - ewarn "USE='gnutls polarssl' are ignored without USE='ssl'." - ewarn "Please review the local USE flags for this package." - fi -} - -src_prepare() { - default - - # fix #571106 by restoring pre-GCC5 inline semantics - append-cflags -std=gnu89 - # fix Makefile ( bug #298535 , bug #318353 and bug #324513 ) - sed -i 's/\$(MAKEFLAGS)//g' Makefile \ - || die "failed to fix Makefile" - sed -i -e 's:OPT=:&-fPIC :' \ - -e 's:OPT:OPTS:' \ - -e 's:CFLAGS=.*:& $(OPT):' librtmp/Makefile \ - || die "failed to fix Makefile" - multilib_copy_sources - - if use ssl ; then - if use gnutls ; then - crypto="GNUTLS" - elif use polarssl ; then - crypto="POLARSSL" - else - crypto="OPENSSL" - fi - fi -} - -multilib_src_compile() { - #fix multilib-script support. Bug #327449 - sed -i "/^libdir/s:lib$:$(get_libdir):" librtmp/Makefile || die - if ! multilib_is_native_abi; then - cd librtmp || die - fi - emake CC="$(tc-getCC)" LD="$(tc-getLD)" \ - OPT="${CFLAGS}" XLDFLAGS="${LDFLAGS}" CRYPTO="${crypto}" SYS=posix -} - -multilib_src_install() { - mkdir -p "${ED}"/usr/$(get_libdir) || die - if ! multilib_is_native_abi; then - cd librtmp || die - fi - emake DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man" \ - CRYPTO="${crypto}" install -} diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild index 4c568c3..c9348c0 100644 --- a/media-video/rtmpdump/rtmpdump-9999.ebuild +++ b/media-video/rtmpdump/rtmpdump-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI="4" -inherit git-r3 multilib toolchain-funcs multilib-minimal +inherit git-2 multilib toolchain-funcs multilib-minimal DESCRIPTION="RTMP client intended to stream audio or video flash content" HOMEPAGE="http://rtmpdump.mplayerhq.hu/" @@ -24,9 +24,6 @@ DEPEND="ssl? ( )" RDEPEND="${DEPEND}" -DOCS=( README ChangeLog ) -HTML_DOCS=( rtmpdump.1.html rtmpgw.8.html ) - pkg_setup() { if ! use ssl && { use gnutls || use polarssl; }; then ewarn "USE='gnutls polarssl' are ignored without USE='ssl'." @@ -35,8 +32,6 @@ pkg_setup() { } src_prepare() { - default - # fix #571106 by restoring pre-GCC5 inline semantics append-cflags -std=gnu89 # fix Makefile ( bug #298535 , bug #318353 and bug #324513 ) @@ -70,7 +65,9 @@ multilib_src_compile() { multilib_src_install() { mkdir -p "${ED}"/usr/$(get_libdir) || die - if ! multilib_is_native_abi; then + if multilib_is_native_abi; then + dodoc README ChangeLog rtmpdump.1.html rtmpgw.8.html + else cd librtmp || die fi emake DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man" \