From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk/
Date: Fri, 13 Aug 2021 01:05:35 +0000 (UTC) [thread overview]
Message-ID: <1628816717.516f8fa5d88c5c01c7ceabab355e88a053b231f7.sam@gentoo> (raw)
commit: 516f8fa5d88c5c01c7ceabab355e88a053b231f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 00:49:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 01:05:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516f8fa5
dev-perl/Tk: drop 804.33.0, 804.34.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Tk/Manifest | 2 --
dev-perl/Tk/Tk-804.33.0.ebuild | 52 ----------------------------------
dev-perl/Tk/Tk-804.34.0.ebuild | 64 ------------------------------------------
3 files changed, 118 deletions(-)
diff --git a/dev-perl/Tk/Manifest b/dev-perl/Tk/Manifest
index f22c4ec21df..cf867f09051 100644
--- a/dev-perl/Tk/Manifest
+++ b/dev-perl/Tk/Manifest
@@ -1,3 +1 @@
-DIST Tk-804.033.tar.gz 6924238 BLAKE2B 72ea4ca69a7602e3c7386254995983e6896c5d722f06e552b423df2dc9d5fc0a70bed6408cc1b797e803560b00a17223503a2807b847360721104a3edc324df2 SHA512 ea56be8246123bbc570d86a7d4f1610349cced91ad92ab740baca4c280822aac2e3acab6334bef60b10a70d5840f331fa40b507aba47a7929f44960df95f2aee
-DIST Tk-804.034.tar.gz 6937691 BLAKE2B ee676f82bc805ecb193c2fe999c3d451281a16a4bcd8072f0687859e6634d16cd1db40cc252b1540a3f7b883b4ca585d2b5ef1fa48f12cacffd72ca84693bdc4 SHA512 8d04fd902db72f80f749256453703e40c94fd009c6a196c608dd3bde4eeb99f974a154d5f52b28baa9e67f75529f0180619989c16cae28a9417b647908de04b6
DIST Tk-804.036.tar.gz 7024993 BLAKE2B 0ec47bc7f24af7ea5cf3fb539b2636e978a22707d591cea0a5c1ba9182a70afcf749a9fbc03fd2bf7e969ddb1a57572bd6e1b7b68210ad38b1804c877cb771ee SHA512 7d8b82127a5fdbb2f0387f541af8844a09f1230f377b92d511ecb12e81bfd5ef56d4fe925cac064a798a96a003bb8465b6df37cff18a960f3631bb3a214cd812
diff --git a/dev-perl/Tk/Tk-804.33.0.ebuild b/dev-perl/Tk/Tk-804.33.0.ebuild
deleted file mode 100644
index 989083490fe..00000000000
--- a/dev-perl/Tk/Tk-804.33.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SREZIC
-MODULE_VERSION=804.033
-inherit multilib perl-module
-
-DESCRIPTION="A Perl Module for Tk"
-
-LICENSE+=" tcltk BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
- media-libs/freetype
- >=media-libs/libpng-1.4:0
- virtual/jpeg
- x11-libs/libX11
- x11-libs/libXft"
-RDEPEND="${DEPEND}"
-
-# No test running here, requires an X server, and fails lots anyway.
-SRC_TEST="skip"
-PATCHES=(
- "${FILESDIR}"/${P}-xorg.patch
- )
-
-src_prepare() {
- MAKEOPTS+=" -j1" #333049
- myconf=( X11ROOT=${EPREFIX}/usr XFT=1 -I${EPREFIX}/usr/include/ -l${EPREFIX}/usr/$(get_libdir) )
- mydoc="ToDo VERSIONS"
-
- perl-module_src_prepare
- # fix detection logic for Prefix, bug #385621
- sed -i -e "s:/usr:${EPREFIX}/usr:g" myConfig || die
- # having this around breaks with perl-module and a case-IN-sensitive fs
- rm build_ptk || die
-
- # Remove all bundled libs, fixes #488194
- local BUNDLED="PNG/libpng \
- PNG/zlib \
- JPEG/jpeg"
- for dir in ${BUNDLED}; do
- rm -r "${S}/${dir}" || die "Can't remove bundle"
- # Makefile.PL can copy files to ${S}/${dir}, so recreate them back.
- mkdir -p "${S}/${dir}" || die "Can't restore bundled dir"
- sed -i "\#^${dir}#d" "${S}"/MANIFEST || die 'Can not remove bundled libs from MANIFEST'
- done
-}
diff --git a/dev-perl/Tk/Tk-804.34.0.ebuild b/dev-perl/Tk/Tk-804.34.0.ebuild
deleted file mode 100644
index 56e5f1c8358..00000000000
--- a/dev-perl/Tk/Tk-804.34.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SREZIC
-DIST_VERSION=804.034
-DIST_EXAMPLES=("examples/*")
-inherit multilib perl-module virtualx
-
-DESCRIPTION="A Perl Module for Tk"
-
-LICENSE+=" tcltk BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
- media-libs/freetype
- >=media-libs/libpng-1.4:0
- virtual/jpeg
- x11-libs/libX11
- x11-libs/libXft"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-804.034-xorg.patch
-)
-PERL_RM_FILES=( "t/pod.t" )
-src_prepare() {
- MAKEOPTS+=" -j1" #333049
- myconf=( X11ROOT=${EPREFIX}/usr XFT=1 -I${EPREFIX}/usr/include/ -l${EPREFIX}/usr/$(get_libdir) )
- mydoc="ToDo VERSIONS"
-
- perl-module_src_prepare
- # fix detection logic for Prefix, bug #385621
- sed -i -e "s:/usr:${EPREFIX}/usr:g" myConfig || die
- # having this around breaks with perl-module and a case-IN-sensitive fs
- rm build_ptk || die
-
- # Remove all bundled libs, fixes #488194
- local BUNDLED="PNG/libpng \
- PNG/zlib \
- JPEG/jpeg"
-
- # Move files required for tests temporarily
-
- mkdir -p "${T}/stash" || die "can't create temporary stash"
- mv "${S}/JPEG/jpeg/testimg.jpg" "${T}/stash/testimg.jpg" || die "can't move testimg.jpg"
-
- for dir in ${BUNDLED}; do
- einfo "Removing bundled: ${dir}"
- rm -r "${S}/${dir}" || die "Can't remove bundle"
- # Makefile.PL can copy files to ${S}/${dir}, so recreate them back.
- mkdir -p "${S}/${dir}" || die "Can't restore bundled dir"
- sed -i "\#^${dir}#d" "${S}"/MANIFEST || die 'Can not remove bundled libs from MANIFEST'
- done
-
- # Restore test files
- mv "${T}/stash/testimg.jpg" "${S}/JPEG/jpeg/testimg.jpg" || die "can't restore testimg.jpg"
-}
-src_test() {
- virtx perl-module_src_test
-}
next reply other threads:[~2021-08-13 1:05 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-13 1:05 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-27 18:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk/ Andreas K. Hüttel
2024-11-24 23:31 Sam James
2024-10-31 21:04 Andreas K. Hüttel
2024-07-27 12:00 Sam James
2024-03-12 4:29 Ionen Wolkens
2024-03-10 5:08 Ionen Wolkens
2024-03-10 5:08 Ionen Wolkens
2024-03-09 11:03 Jakov Smolić
2024-03-09 11:03 Jakov Smolić
2024-03-09 11:03 Jakov Smolić
2024-03-09 11:03 Jakov Smolić
2024-01-10 15:03 Sam James
2023-12-05 6:39 Sam James
2023-11-04 16:13 Arthur Zamarin
2023-11-04 10:50 Sam James
2023-05-01 10:41 Arthur Zamarin
2023-03-24 14:12 Arthur Zamarin
2023-03-22 5:31 Sam James
2023-03-22 5:27 Sam James
2023-03-22 5:27 Sam James
2023-03-22 5:27 Sam James
2023-03-22 5:27 Sam James
2022-12-05 5:30 WANG Xuerui
2022-03-10 21:12 Sam James
2021-10-07 23:59 Andreas K. Hüttel
2021-07-02 12:26 Marek Szuba
2021-06-04 14:25 Sergei Trofimovich
2021-06-02 12:50 Sam James
2021-06-02 10:39 Sam James
2021-06-02 10:39 Sam James
2021-06-02 10:39 Sam James
2021-06-02 1:13 Sam James
2021-06-01 15:29 Sam James
2021-05-11 23:12 Andreas K. Hüttel
2018-06-30 21:23 Mikle Kolyada
2018-03-21 11:08 Mart Raudsepp
2017-06-18 13:25 Alexis Ballier
2017-01-29 16:59 Fabian Groffen
2016-12-27 20:00 Andreas Hüttel
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=1628816717.516f8fa5d88c5c01c7ceabab355e88a053b231f7.sam@gentoo \
--to=sam@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