Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jimtcl/
Date: Sat, 16 Feb 2019 20:41:21
Message-Id: 1550349653.28cd28f5dd96a74d456e2ba070b37439167a1606.alexxy@gentoo
1 commit: 28cd28f5dd96a74d456e2ba070b37439167a1606
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 20:40:23 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 20:40:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cd28f5
7
8 dev-lang/jimtcl: Version bump
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 dev-lang/jimtcl/Manifest | 1 +
14 .../jimtcl/{jimtcl-9999.ebuild => jimtcl-0.78.ebuild} | 13 +++----------
15 dev-lang/jimtcl/jimtcl-9999.ebuild | 15 ++++-----------
16 3 files changed, 8 insertions(+), 21 deletions(-)
17
18 diff --git a/dev-lang/jimtcl/Manifest b/dev-lang/jimtcl/Manifest
19 index c09ee68f127..37fb80cd1cd 100644
20 --- a/dev-lang/jimtcl/Manifest
21 +++ b/dev-lang/jimtcl/Manifest
22 @@ -1 +1,2 @@
23 DIST jimtcl-0.76.zip 2326715 BLAKE2B 50ea032cf46d2edeeecde1dc3b4deffcbd09b5dd3a6880963608b3f20616bf162fafc4ec2869bfe5de90231c4c9a29fb04710bd299cc5e8728ff20a86e46f32d SHA512 50763ea897fb5393083749cdd9e57a3f3d2d6dbebc40ee6371b1b86ebfc2f515e9775cd2acd6627f0f81b54bd72cd8c74be5aa9d0dbefc7c16372887e07f6ea4
24 +DIST jimtcl-0.78.tar.gz 3073533 BLAKE2B f0cdaf2807c7dd0e7c64e37cbc8dd019d8460e6a0320c239b0d01549aede8c86a89d84d7a3c5200c8d8cea428dbd1038d57dc66f5b580bdea8fe39710f967bbb SHA512 2a2cff12d7fdc4cf36734e41727eef08f6d74fb13d70bb0a3e01839e66859e57dd927ddedc161a6a7928881d640bd4e20a1bb313ed24aa2bb7bcb00eaf64fbf6
25
26 diff --git a/dev-lang/jimtcl/jimtcl-9999.ebuild b/dev-lang/jimtcl/jimtcl-0.78.ebuild
27 similarity index 82%
28 copy from dev-lang/jimtcl/jimtcl-9999.ebuild
29 copy to dev-lang/jimtcl/jimtcl-0.78.ebuild
30 index 64b38756f80..de965ef1a8b 100644
31 --- a/dev-lang/jimtcl/jimtcl-9999.ebuild
32 +++ b/dev-lang/jimtcl/jimtcl-0.78.ebuild
33 @@ -1,7 +1,7 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 +# Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI="5"
39 +EAPI="7"
40
41 inherit eutils
42
43 @@ -9,8 +9,7 @@ if [[ ${PV} == *9999 ]] ; then
44 EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git"
45 inherit git-r3
46 else
47 - inherit vcs-snapshot
48 - SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
49 + SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
51 fi
52
53 @@ -30,15 +29,9 @@ src_unpack() {
54 git-2_src_unpack
55 else
56 default
57 - cd "${WORKDIR}"/msteveb-jimtcl-* || die
58 - S=${PWD}
59 fi
60 }
61
62 -src_prepare() {
63 - epatch "${FILESDIR}"/${PN}-0.75-bootstrap.patch
64 -}
65 -
66 src_configure() {
67 CCACHE=None econf --with-jim-shared
68 if use static-libs ; then
69
70 diff --git a/dev-lang/jimtcl/jimtcl-9999.ebuild b/dev-lang/jimtcl/jimtcl-9999.ebuild
71 index 64b38756f80..cd5797414a6 100644
72 --- a/dev-lang/jimtcl/jimtcl-9999.ebuild
73 +++ b/dev-lang/jimtcl/jimtcl-9999.ebuild
74 @@ -1,7 +1,7 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 +# Copyright 1999-2019 Gentoo Authors
77 # Distributed under the terms of the GNU General Public License v2
78
79 -EAPI="5"
80 +EAPI="7"
81
82 inherit eutils
83
84 @@ -9,8 +9,7 @@ if [[ ${PV} == *9999 ]] ; then
85 EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git"
86 inherit git-r3
87 else
88 - inherit vcs-snapshot
89 - SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
90 + SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz"
91 KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
92 fi
93
94 @@ -30,15 +29,9 @@ src_unpack() {
95 git-2_src_unpack
96 else
97 default
98 - cd "${WORKDIR}"/msteveb-jimtcl-* || die
99 - S=${PWD}
100 fi
101 }
102
103 -src_prepare() {
104 - epatch "${FILESDIR}"/${PN}-0.75-bootstrap.patch
105 -}
106 -
107 src_configure() {
108 CCACHE=None econf --with-jim-shared
109 if use static-libs ; then
110 @@ -65,5 +58,5 @@ src_install() {
111 doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h \
112 jim-win32compat.h jim-eventloop.h jim-config.h
113 dodoc AUTHORS README TODO
114 - use doc && dohtml Tcl.html
115 + dodoc Tcl.html
116 }