From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/
Date: Sat, 22 Jun 2024 15:28:23 +0000 (UTC) [thread overview]
Message-ID: <1719069997.4e3502a8840d31c54fc829350d4f3a2e3af24513.tupone@gentoo> (raw)
commit: 4e3502a8840d31c54fc829350d4f3a2e3af24513
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 15:26:37 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 15:26:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3502a8
dev-ml/labltk: drop 8.06.9-r1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/labltk/Manifest | 1 -
dev-ml/labltk/labltk-8.06.9-r1.ebuild | 54 -----------------------------------
2 files changed, 55 deletions(-)
diff --git a/dev-ml/labltk/Manifest b/dev-ml/labltk/Manifest
index 885e85da13df..cadd64aa07af 100644
--- a/dev-ml/labltk/Manifest
+++ b/dev-ml/labltk/Manifest
@@ -4,4 +4,3 @@ DIST labltk-8.06.11.tar.gz 372194 BLAKE2B ea81662201f6166cd6fb46fe1681ffdab94703
DIST labltk-8.06.12.tar.gz 372215 BLAKE2B 27718ad287954c11c0e77579239ad9ad53f4df308f3af3c482c40504e6426b4366d2c3de3acb36ca39e7fd404964fe5caa53a0b47702a0bc45ae1266765e90a0 SHA512 e1564ab2d8922276bd8ad586b37308d60ca2dd563bac3cdd992d8a6ba4de26e5499350a62a1d4cb2bbb9a5b7aff609b5187aad5fba118eb55d1b4c8355d2979a
DIST labltk-8.06.14.tar.gz 384755 BLAKE2B f629a887353f78b388400e1e6e8c242f9d3d2f94ffc0bb2d4d0578bf79efee86426c6c3ee409aabded221d8ead0b7c52e4fcbc777381b3da8bdfd6174d42ffbc SHA512 7e2cfbdb44851e48e1cbde62dd185d6f6f6b7b83d9b835e77ca964b97d05daf07b1c4d2224b5e41deba21c4b4ae64f6de9b47694022c5ffe6a67eee51d943fc9
DIST labltk-8.06.7.tar.gz 370870 BLAKE2B 2d836c824d9adbd4f03d0e7e81faa51669837eecb4f94f6c89c657966774fe7d6ed928459be3ccca7fd3e7cf67a54ee63f7d2d08dcc8b7e853f5ad64769b33a2 SHA512 3c7352d14bc337adfb1939e72bd2658bb5e60b463f10f3748779084d1b7a6e6225028c775b548e355d69984a8944b91580fa978ff904b20b8b762ba9046f5e7d
-DIST labltk-8.06.9.tar.gz 371504 BLAKE2B 587ff01da120501f85f6d9921e46275858f1e1ce730eef205f9e7d7c64f6d3c0ea701cf832fdb8eb0746e1f0cff1151bccb077641740fb18811473b1553e2940 SHA512 fd6defa302d919f229394c486dcefab110b144534525a87082a27d2cab29c0af4ece3da821098fea25416850ad857f7af979d48790330d62dfb8d8db8f2bf6ca
diff --git a/dev-ml/labltk/labltk-8.06.9-r1.ebuild b/dev-ml/labltk/labltk-8.06.9-r1.ebuild
deleted file mode 100644
index a0a9443fbf18..000000000000
--- a/dev-ml/labltk/labltk-8.06.9-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit findlib toolchain-funcs
-
-DESCRIPTION="OCaml interface to the Tcl/Tk GUI framework"
-HOMEPAGE="https://garrigue.github.io/labltk/"
-SRC_URI="https://github.com/garrigue/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="QPL-1.0 LGPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+ocamlopt X"
-
-RDEPEND="dev-lang/tk:=
- <dev-lang/ocaml-4.12
- >=dev-lang/ocaml-4.11:=[ocamlopt?,X(+)?]"
-DEPEND="${RDEPEND}
- dev-ml/findlib
-"
-
-PATCHES=(
- "${FILESDIR}/findlib.patch"
- "${FILESDIR}"/${PN}-8.06.9-configure-clang16.patch
-)
-
-src_prepare() {
- sed -i \
- -e "s|ranlib|$(tc-getRANLIB)|" \
- frx/Makefile \
- || die
- default
-}
-
-src_configure() {
- ./configure --use-findlib --verbose $(usex X "--tk-x11" "--tk-no-x11") || die "configure failed!"
-}
-
-src_compile() {
- emake -j1
- use ocamlopt && emake -j1 opt
-}
-
-src_install() {
- findlib_src_preinst
- dodir /usr/bin
- emake \
- INSTALLDIR="${D}/$(ocamlc -where)/labltk" \
- INSTALLBINDIR="${ED}/usr/bin/" \
- install
- dodoc Changes README.mlTk
-}
next reply other threads:[~2024-06-22 15:28 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-22 15:28 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/ Andreas K. Hüttel
2024-06-22 15:28 Alfredo Tupone
2023-03-30 17:38 Arthur Zamarin
2023-02-15 18:38 Matt Turner
2023-02-11 14:32 Alfredo Tupone
2022-12-26 2:03 WANG Xuerui
2022-11-19 1:35 Sam James
2022-06-28 20:25 Alfredo Tupone
2022-04-05 10:38 Alfredo Tupone
2022-01-21 22:05 Alfredo Tupone
2022-01-12 19:12 Alfredo Tupone
2021-11-07 7:01 Sam James
2021-11-07 1:25 Sam James
2021-10-17 19:09 Sam James
2021-10-17 0:13 Sam James
2021-10-13 6:02 Agostino Sarubbo
2021-10-13 5:54 Agostino Sarubbo
2021-09-30 6:35 Alfredo Tupone
2021-06-09 21:34 Sam James
2021-05-25 19:42 Alfredo Tupone
2020-10-16 10:33 Miroslav Šulc
2020-06-04 17:14 Mart Raudsepp
2020-02-12 7:53 Agostino Sarubbo
2020-02-12 7:47 Agostino Sarubbo
2020-02-11 12:39 Agostino Sarubbo
2020-02-11 11:36 Agostino Sarubbo
2020-02-11 10:54 Agostino Sarubbo
2020-02-11 8:36 Agostino Sarubbo
2020-01-04 18:16 Miroslav Šulc
2017-11-04 9:53 Alexis Ballier
2017-11-04 9:53 Alexis Ballier
2017-07-19 21:30 Alexis Ballier
2017-06-18 15:14 Alexis Ballier
2017-02-14 9:31 Alexis Ballier
2017-02-12 19:59 Markus Meier
2017-01-29 23:02 Jeroen Roovers
2017-01-26 15:28 Agostino Sarubbo
2017-01-26 11:00 Agostino Sarubbo
2017-01-26 10:22 Agostino Sarubbo
2017-01-25 19:21 Tobias Klausmann
2017-01-25 15:52 Agostino Sarubbo
2017-01-25 15:35 Agostino Sarubbo
2017-01-25 14:29 Agostino Sarubbo
2017-01-14 17:14 Mikle Kolyada
2016-11-29 15:05 Alexis Ballier
2016-04-30 14:18 Alexis Ballier
2016-02-04 17:24 Tobias Klausmann
2015-11-21 14:27 Markus Meier
2015-11-12 11:21 Agostino Sarubbo
2015-11-11 9:54 Agostino Sarubbo
2015-11-10 12:01 Agostino Sarubbo
2015-11-03 4:14 Jeroen Roovers
2015-11-01 11:12 Jeroen Roovers
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=1719069997.4e3502a8840d31c54fc829350d4f3a2e3af24513.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