From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1072834-garchives=archives.gentoo.org@lists.gentoo.org> 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 D74CD138334 for <garchives@archives.gentoo.org>; Sat, 16 Feb 2019 20:41:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A878CE08A5; Sat, 16 Feb 2019 20:41:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64966E08A5 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 20:41:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FFDA335CFB for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 20:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFA7E541 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 20:41:15 +0000 (UTC) From: "Alexey Shvetsov" <alexxy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org> Message-ID: <1550349653.28cd28f5dd96a74d456e2ba070b37439167a1606.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jimtcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/jimtcl/Manifest dev-lang/jimtcl/jimtcl-0.78.ebuild dev-lang/jimtcl/jimtcl-9999.ebuild X-VCS-Directories: dev-lang/jimtcl/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 28cd28f5dd96a74d456e2ba070b37439167a1606 X-VCS-Branch: master Date: Sat, 16 Feb 2019 20:41:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5cdc41bd-2911-4d06-9f17-341bbc417514 X-Archives-Hash: b49ca03fe4d61ca9520f4c25d8779271 commit: 28cd28f5dd96a74d456e2ba070b37439167a1606 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Sat Feb 16 20:40:23 2019 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Sat Feb 16 20:40:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cd28f5 dev-lang/jimtcl: Version bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> dev-lang/jimtcl/Manifest | 1 + .../jimtcl/{jimtcl-9999.ebuild => jimtcl-0.78.ebuild} | 13 +++---------- dev-lang/jimtcl/jimtcl-9999.ebuild | 15 ++++----------- 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/dev-lang/jimtcl/Manifest b/dev-lang/jimtcl/Manifest index c09ee68f127..37fb80cd1cd 100644 --- a/dev-lang/jimtcl/Manifest +++ b/dev-lang/jimtcl/Manifest @@ -1 +1,2 @@ DIST jimtcl-0.76.zip 2326715 BLAKE2B 50ea032cf46d2edeeecde1dc3b4deffcbd09b5dd3a6880963608b3f20616bf162fafc4ec2869bfe5de90231c4c9a29fb04710bd299cc5e8728ff20a86e46f32d SHA512 50763ea897fb5393083749cdd9e57a3f3d2d6dbebc40ee6371b1b86ebfc2f515e9775cd2acd6627f0f81b54bd72cd8c74be5aa9d0dbefc7c16372887e07f6ea4 +DIST jimtcl-0.78.tar.gz 3073533 BLAKE2B f0cdaf2807c7dd0e7c64e37cbc8dd019d8460e6a0320c239b0d01549aede8c86a89d84d7a3c5200c8d8cea428dbd1038d57dc66f5b580bdea8fe39710f967bbb SHA512 2a2cff12d7fdc4cf36734e41727eef08f6d74fb13d70bb0a3e01839e66859e57dd927ddedc161a6a7928881d640bd4e20a1bb313ed24aa2bb7bcb00eaf64fbf6 diff --git a/dev-lang/jimtcl/jimtcl-9999.ebuild b/dev-lang/jimtcl/jimtcl-0.78.ebuild similarity index 82% copy from dev-lang/jimtcl/jimtcl-9999.ebuild copy to dev-lang/jimtcl/jimtcl-0.78.ebuild index 64b38756f80..de965ef1a8b 100644 --- a/dev-lang/jimtcl/jimtcl-9999.ebuild +++ b/dev-lang/jimtcl/jimtcl-0.78.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="7" inherit eutils @@ -9,8 +9,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git" inherit git-r3 else - inherit vcs-snapshot - SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip" + SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86" fi @@ -30,15 +29,9 @@ src_unpack() { git-2_src_unpack else default - cd "${WORKDIR}"/msteveb-jimtcl-* || die - S=${PWD} fi } -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.75-bootstrap.patch -} - src_configure() { CCACHE=None econf --with-jim-shared if use static-libs ; then diff --git a/dev-lang/jimtcl/jimtcl-9999.ebuild b/dev-lang/jimtcl/jimtcl-9999.ebuild index 64b38756f80..cd5797414a6 100644 --- a/dev-lang/jimtcl/jimtcl-9999.ebuild +++ b/dev-lang/jimtcl/jimtcl-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="7" inherit eutils @@ -9,8 +9,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git" inherit git-r3 else - inherit vcs-snapshot - SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip" + SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86" fi @@ -30,15 +29,9 @@ src_unpack() { git-2_src_unpack else default - cd "${WORKDIR}"/msteveb-jimtcl-* || die - S=${PWD} fi } -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.75-bootstrap.patch -} - src_configure() { CCACHE=None econf --with-jim-shared if use static-libs ; then @@ -65,5 +58,5 @@ src_install() { doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h \ jim-win32compat.h jim-eventloop.h jim-config.h dodoc AUTHORS README TODO - use doc && dohtml Tcl.html + dodoc Tcl.html }