Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/
Date: Sat, 23 May 2020 14:15:43
Message-Id: 1590243290.01a4e92dc9136172e3ef15378790bb12cd617cb1.floppym@gentoo
1 commit: 01a4e92dc9136172e3ef15378790bb12cd617cb1
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 14:09:29 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 14:14:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a4e92d
7
8 net-p2p/transmission: bump to 3.00
9
10 Closes: https://bugs.gentoo.org/607336
11 Bug: https://bugs.gentoo.org/723258
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 net-p2p/transmission/Manifest | 1 +
15 .../{transmission-9999.ebuild => transmission-3.00.ebuild} | 12 ++----------
16 net-p2p/transmission/transmission-9999.ebuild | 10 +---------
17 3 files changed, 4 insertions(+), 19 deletions(-)
18
19 diff --git a/net-p2p/transmission/Manifest b/net-p2p/transmission/Manifest
20 index 07399390981..5fd51e6815c 100644
21 --- a/net-p2p/transmission/Manifest
22 +++ b/net-p2p/transmission/Manifest
23 @@ -1 +1,2 @@
24 DIST transmission-2.94.tar.xz 3365952 BLAKE2B d0215a2c595dd3ebb2ed5c94cc3d380c78f62b98388557620534b88b9e2304bb6ac91960395541267f82d70800c4860d0e58125bca33dd158da992d19b4c0def SHA512 ee411743940f2897aa0bbc351ce79f11d860075d2e9e399d60301eae8cfc453e20426ef553fc62ee43019a07c052d512f5d7972cc4411fb57b1312c2c1558da7
25 +DIST transmission-3.00.tar.xz 3995080 BLAKE2B fb1be44aa630e6a1cf15511ab4ab40156edb16f9410b83058c53548f466fb9502c23157756a29e921e4468db1ebac7832b755cfcf98451c663c64401559f5498 SHA512 c8fb96086ba4b18f04d6181a29f6e2af85864840c533f3470a202dfa686e9431caeccd25f12c975a9a8f9b7802ca0bd73c4edc1ca06bdbada682326cad188a76
26
27 diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-3.00.ebuild
28 similarity index 92%
29 copy from net-p2p/transmission/transmission-9999.ebuild
30 copy to net-p2p/transmission/transmission-3.00.ebuild
31 index 36907b345d4..04a6fdf4529 100644
32 --- a/net-p2p/transmission/transmission-9999.ebuild
33 +++ b/net-p2p/transmission/transmission-3.00.ebuild
34 @@ -9,8 +9,8 @@ if [[ ${PV} == 9999 ]]; then
35 inherit git-r3
36 EGIT_REPO_URI="https://github.com/transmission/transmission"
37 else
38 - SRC_URI="https://github.com/transmission/transmission-releases/raw/master/${P}.tar.xz"
39 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
40 + SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz"
41 + KEYWORDS="~amd64 ~x86"
42 fi
43
44 DESCRIPTION="A fast, easy, and free BitTorrent client"
45 @@ -84,14 +84,6 @@ RDEPEND="${COMMON_DEPEND}
46 ${ACCT_DEPEND}
47 "
48
49 -src_unpack() {
50 - if [[ ${PV} == 9999 ]]; then
51 - git-r3_src_unpack
52 - else
53 - unpack ${P}.tar.gz
54 - fi
55 -}
56 -
57 src_configure() {
58 local mycmakeargs=(
59 -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
60
61 diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild
62 index 36907b345d4..50983831d05 100644
63 --- a/net-p2p/transmission/transmission-9999.ebuild
64 +++ b/net-p2p/transmission/transmission-9999.ebuild
65 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
66 EGIT_REPO_URI="https://github.com/transmission/transmission"
67 else
68 SRC_URI="https://github.com/transmission/transmission-releases/raw/master/${P}.tar.xz"
69 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
70 + KEYWORDS="~amd64 ~x86"
71 fi
72
73 DESCRIPTION="A fast, easy, and free BitTorrent client"
74 @@ -84,14 +84,6 @@ RDEPEND="${COMMON_DEPEND}
75 ${ACCT_DEPEND}
76 "
77
78 -src_unpack() {
79 - if [[ ${PV} == 9999 ]]; then
80 - git-r3_src_unpack
81 - else
82 - unpack ${P}.tar.gz
83 - fi
84 -}
85 -
86 src_configure() {
87 local mycmakeargs=(
88 -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}