From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tk/
Date: Tue, 29 Oct 2019 07:33:30 +0000 (UTC) [thread overview]
Message-ID: <1572334387.ca48a9f81dbb74abf23be86d84a5a3256bfe9694.tupone@gentoo> (raw)
commit: ca48a9f81dbb74abf23be86d84a5a3256bfe9694
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 07:33:07 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 07:33:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca48a9f8
dev-lang/tk: remove SLOT 8.5
Bug: https://bugs.gentoo.org/697828
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-lang/tk/Manifest | 1 -
dev-lang/tk/tk-8.5.17-r101.ebuild | 96 ---------------------------------------
2 files changed, 97 deletions(-)
diff --git a/dev-lang/tk/Manifest b/dev-lang/tk/Manifest
index 0eba5281bb3..f0c0f3835b4 100644
--- a/dev-lang/tk/Manifest
+++ b/dev-lang/tk/Manifest
@@ -1,4 +1,3 @@
-DIST tcl8.5.17-src.tar.gz 4546317 BLAKE2B 27031dd3bd5790d03692e77edf91eb7fae8a40d8d193d8c8ce4e79b21f90e683bfc9d5b71764760223987fb163be844e6096d0aea1058b8ce255731d97e2a0ea SHA512 ad5ddb4cd6378fd6bbea8cd85ceb1cf90392b2e8c49fbfb3e4b35c81d3ae3e3f087697c41fcba8c8e06de1d9e7539397e26d58b864dc01ba65abe4ba4efa9568
DIST tk8.5.17-src.tar.gz 4095985 BLAKE2B 4cbb140c30ca717ee499b9ad9e1a3df27a470a78613edbaec425c39afaa41d59276bbe487933a4e77a9722fcafa9113b203cf5c828660bdeb38f667c3263c3cd SHA512 ddadc738c2567e35d1257b59212c8a0eb70a1bf041d986bc6df3b841b51d934d79a0ef389c928223a64516a92cae3357b2c789edca9c8a626ff4c1cf320c4f4f
DIST tk8.6.8-src.tar.gz 4319854 BLAKE2B 167c5dc6c32e49653c04bc067c3d75df022ca230657be32797021b0e2f7748215d9ad0493c8020b8d1be1f005b9b2d561339a6a0b209721c0d05dd222d47d377 SHA512 d0d30637b733fb0b0d38461b6d872934c04af422fcdb7ec41a72331b2529cc94414e6f441f95a98642d69505e4f41469847fedd1cbe58bd08cdd818fcabd1db9
DIST tk8.6.9-src.tar.gz 4364606 BLAKE2B 9c96d977aa72dcc0c8d2a570d644284a1eef217ef082d8a78461bdcb4845e206ccad59cb5bc21ef80e32ea19951fa3a845e45059bb9eaf0756f128a95530260c SHA512 654d73aad006e628110057681477b958b7ec0a42287bc78259fb4b84635e7ebe757e69099d66c0c73479bc506ca66fa5baf13f13b0f403d60b2c54fd48a4a686
diff --git a/dev-lang/tk/tk-8.5.17-r101.ebuild b/dev-lang/tk/tk-8.5.17-r101.ebuild
deleted file mode 100644
index 62d3c0a9ef2..00000000000
--- a/dev-lang/tk/tk-8.5.17-r101.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils flag-o-matic multilib prefix toolchain-funcs versionator virtualx
-
-MY_P="${PN}${PV/_beta/b}"
-
-DESCRIPTION="Tk Widget Set"
-HOMEPAGE="http://www.tcl.tk/"
-SRC_URI="
- mirror://sourceforge/tcl/${MY_P}-src.tar.gz
- mirror://sourceforge/tcl/${MY_P//tk/tcl}-src.tar.gz
- "
-
-LICENSE="tcltk"
-SLOT="8.5"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug threads truetype aqua xscreensaver"
-
-RDEPEND="
- !aqua? (
- media-libs/fontconfig
- media-libs/freetype:2
- x11-libs/libX11
- x11-libs/libXt
- truetype? ( x11-libs/libXft )
- xscreensaver? ( x11-libs/libXScrnSaver )
- )
- ~dev-lang/tcl-${PV}:8.5=
- !~dev-lang/tk-8.5:0"
-DEPEND="${RDEPEND}
- !aqua? ( x11-base/xorg-proto )"
-
-SPARENT="${WORKDIR}/${MY_P}"
-S="${SPARENT}"/unix
-
-DOCS=()
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-8.5.11-fedora-xft.patch \
- "${FILESDIR}"/${PN}-8.5.13-multilib.patch
-
- epatch "${FILESDIR}"/${PN}-8.4.15-aqua.patch
- eprefixify Makefile.in
-
- # Bug 125971
- epatch "${FILESDIR}"/${PN}-8.5.14-conf.patch
-
- # Bug 648570
- epatch "${FILESDIR}"/${PN}-8.6.8-libieee.patch
-
- # Make sure we use the right pkg-config, and link against fontconfig
- # (since the code base uses Fc* functions).
- sed \
- -e 's/FT_New_Face/XftFontOpen/g' \
- -e "s:\<pkg-config\>:$(tc-getPKG_CONFIG):" \
- -e 's:xft freetype2:xft freetype2 fontconfig:' \
- -i configure.in || die
- rm -f configure || die
-
- append-cppflags \
- -I"${WORKDIR}/${MY_P//tk/tcl}/generic" \
- -I"${WORKDIR}/${MY_P//tk/tcl}/unix"
-
- sed \
- -e '/chmod/s:555:755:g' \
- -i Makefile.in || die
-
- tc-export CC
-
- eautoconf
-}
-
-src_configure() {
- local v1=$(get_version_component_range 1-2)
- local mylibdir=$(get_libdir)
-
- econf \
- --with-tcl="${EPREFIX}/usr/${mylibdir}/tcl${v1}" \
- $(use_enable threads) \
- $(use_enable aqua) \
- $(use_enable truetype xft) \
- $(use_enable xscreensaver xss) \
- $(use_enable debug symbols)
-}
-
-src_test() {
- Xemake test
-}
-
-src_install() {
- dolib.so libtk8.5.so
-}
next reply other threads:[~2019-10-29 7:33 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-29 7:33 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 18:16 [gentoo-commits] repo/gentoo:master commit in: dev-lang/tk/ Alfredo Tupone
2025-02-08 10:16 Arthur Zamarin
2024-11-08 2:49 Sam James
2024-11-03 13:31 Michał Górny
2024-11-03 6:42 Sam James
2024-11-03 4:40 Sam James
2024-10-15 12:47 Arthur Zamarin
2024-10-10 12:20 Arthur Zamarin
2024-10-04 17:37 Andreas Sturmlechner
2024-09-28 13:56 Arthur Zamarin
2024-09-26 10:36 Jakov Smolić
2024-09-26 10:36 Jakov Smolić
2024-09-26 10:36 Jakov Smolić
2024-09-26 10:36 Jakov Smolić
2024-09-23 16:56 Alfredo Tupone
2024-03-14 7:10 Alfredo Tupone
2024-02-25 18:49 Alfredo Tupone
2023-12-16 8:49 Sam James
2023-12-16 8:49 Sam James
2023-12-16 8:49 Sam James
2023-12-16 8:49 Sam James
2023-12-16 8:49 Sam James
2023-10-03 14:15 Sam James
2023-09-29 0:54 Sam James
2023-03-11 21:37 Alfredo Tupone
2022-11-04 5:37 Sam James
2022-11-04 3:49 Sam James
2022-01-30 22:29 Sam James
2022-01-30 22:29 Sam James
2022-01-30 22:26 Sam James
2022-01-30 22:26 Sam James
2022-01-30 8:04 Agostino Sarubbo
2022-01-30 8:02 Agostino Sarubbo
2022-01-29 22:27 Jakov Smolić
2022-01-02 9:13 David Seifert
2022-01-01 11:10 Sam James
2021-12-12 8:47 罗百科
2021-09-13 19:41 Alfredo Tupone
2021-09-07 11:57 Agostino Sarubbo
2021-09-07 11:55 Agostino Sarubbo
2021-09-06 17:29 Sam James
2021-09-05 20:07 Agostino Sarubbo
2021-09-05 20:04 Agostino Sarubbo
2021-09-05 16:54 Sam James
2021-09-05 6:02 Sam James
2021-06-30 17:55 Marek Szuba
2021-03-31 19:59 Andreas Sturmlechner
2021-01-19 7:13 Alfredo Tupone
2020-06-04 17:14 Mart Raudsepp
2019-11-15 7:28 Alfredo Tupone
2019-10-22 12:48 Alfredo Tupone
2019-01-03 9:28 Lars Wendler
2018-12-28 15:10 Mikle Kolyada
2018-12-22 9:51 Mikle Kolyada
2018-10-20 17:53 Andreas Hüttel
2018-10-20 16:11 Andreas Hüttel
2018-10-17 18:38 Sergei Trofimovich
2018-10-14 16:25 Mikle Kolyada
2018-10-14 9:01 Mikle Kolyada
2018-10-11 16:50 Tobias Klausmann
2018-09-22 11:31 Sergei Trofimovich
2018-09-22 11:31 Sergei Trofimovich
2018-09-21 11:25 Mikle Kolyada
2018-09-19 17:35 Thomas Deutschmann
2018-09-18 22:11 Sergei Trofimovich
2018-09-17 20:18 Sergei Trofimovich
2017-08-13 8:00 Amy Liffey
2017-06-17 14:41 Alexis Ballier
2017-01-14 13:37 Jeroen Roovers
2016-12-31 22:20 Agostino Sarubbo
2016-12-26 12:39 Markus Meier
2016-11-27 20:22 Tobias Klausmann
2016-08-31 22:13 Daniel Campbell
2016-08-08 7:50 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1572334387.ca48a9f81dbb74abf23be86d84a5a3256bfe9694.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox