From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKtD4-0007st-Mh for garchives@archives.gentoo.org; Mon, 31 Oct 2011 14:51:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D5FBE0429; Mon, 31 Oct 2011 14:51:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E977EE0429 for ; Mon, 31 Oct 2011 14:51:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F5231B4015 for ; Mon, 31 Oct 2011 14:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9126F80042 for ; Mon, 31 Oct 2011 14:51:25 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <448be1652e804e86b80c045792548612f255c80f.anarchy@gentoo> Subject: [gentoo-commits] dev/anarchy:master commit in: net-p2p/transmission/ X-VCS-Repository: dev/anarchy X-VCS-Files: net-p2p/transmission/Manifest net-p2p/transmission/transmission-2.41.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 448be1652e804e86b80c045792548612f255c80f Date: Mon, 31 Oct 2011 14:51:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2daaced9-20f6-4735-8b2f-fac303215272 X-Archives-Hash: a332d987c7ee7f79e805582bbf0e165f commit: 448be1652e804e86b80c045792548612f255c80f Author: Jory A. Pratt gentoo org> AuthorDate: Mon Oct 31 14:51:13 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Oct 31 14:51:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/anarchy.git;a=3D= commit;h=3D448be165 apply patch unconditionally --- net-p2p/transmission/Manifest | 2 +- net-p2p/transmission/transmission-2.41.ebuild | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net-p2p/transmission/Manifest b/net-p2p/transmission/Manifes= t index f9a4f11..423be2a 100644 --- a/net-p2p/transmission/Manifest +++ b/net-p2p/transmission/Manifest @@ -5,4 +5,4 @@ AUX transmission-2.41-no_utp.patch 323 RMD160 120286fa0b4= a9ba3cbcc5577fd2c7fe932 AUX transmission-daemon.confd.3 703 RMD160 482953d2bd8e9c69300af33896157= 64649954a63 SHA1 a4d16dde4e2408b48620cc89c4a8759b042797f2 SHA256 4b47acf1= 95a14a322550cfcaa735a59aac38410d1c2c63ffa824ff131c55ca70 AUX transmission-daemon.initd.8 2235 RMD160 2848770ae93c597ea5cd6e8d2285= 7bb99578b9e5 SHA1 683a27b11c84033de6efa831c6dabd1c487feb33 SHA256 370ec8a= 257a5bea28f9bb9d607e76676db94159def8be83932c7bda473f59012 DIST transmission-2.41.tar.xz 2623344 RMD160 a2c9c80cff444978dff305d5730= 07473af5b3084 SHA1 dd9531587778dc46757b1520accacf6afa20c370 SHA256 f31bf7= 98f620b436b2f5ed7047fa27fab78ce4b229d6d02f8c71f9867277685a -EBUILD transmission-2.41.ebuild 3967 RMD160 d20d576c39dd48f16dba5ba78e77= a801a67e60d5 SHA1 20b54d89b37984bde1c80ba98b4ae045709de25a SHA256 51977af= 40712d968c983f15eebdeaceb251512e2136dd4500fbeaf94f293679b +EBUILD transmission-2.41.ebuild 3934 RMD160 43195f95d853beba97fb9433ab83= f9643affca97 SHA1 e8fd9443882a0b91fc1033779718d9bfc364de9a SHA256 a7c8830= 4989c0595279fe3cc973f5462bace7b735ef995f32105903ce7c647c9 diff --git a/net-p2p/transmission/transmission-2.41.ebuild b/net-p2p/tran= smission/transmission-2.41.ebuild index 2062695..26e7774 100644 --- a/net-p2p/transmission/transmission-2.41.ebuild +++ b/net-p2p/transmission/transmission-2.41.ebuild @@ -44,16 +44,14 @@ pkg_setup() { } =20 src_prepare() { - # Bug #387709, workaround redefines - if use !utp; then - epatch "${FILESDIR}/${P}-no_utp.patch" - fi - # https://trac.transmissionbt.com/ticket/4323 epatch "${FILESDIR}/${PN}-2.33-0001-configure.ac.patch" epatch "${FILESDIR}/${PN}-2.33-0002-config.in-4-qt.pro.patch" epatch "${FILESDIR}/${P}-0003-system-miniupnpc.patch" =20 + # Bug #387709 upstream fix + epatch "${FILESDIR}/${P}-no_utp.patch" + # Upstream is not interested in this: https://trac.transmissionbt.com/t= icket/4324 sed -e 's|noinst\(_PROGRAMS =3D $(TESTS)\)|check\1|' -i libtransmission= /Makefile.am || die =20