From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/boxes/
Date: Mon, 10 Feb 2025 13:28:08 +0000 (UTC) [thread overview]
Message-ID: <1739194081.abb98a97ae400dda3b025d81ef45fd1a1b51b6e0.juippis@gentoo> (raw)
commit: abb98a97ae400dda3b025d81ef45fd1a1b51b6e0
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Mon Jan 6 10:26:37 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 13:28:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb98a97
app-misc/boxes: drop 2.2.1, 2.3.0
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/40005
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/boxes/Manifest | 2 --
app-misc/boxes/boxes-2.2.1.ebuild | 47 -----------------------------------
app-misc/boxes/boxes-2.3.0.ebuild | 52 ---------------------------------------
3 files changed, 101 deletions(-)
diff --git a/app-misc/boxes/Manifest b/app-misc/boxes/Manifest
index 96114d517bcd..d731ed0a1a37 100644
--- a/app-misc/boxes/Manifest
+++ b/app-misc/boxes/Manifest
@@ -1,3 +1 @@
-DIST boxes-2.2.1.tar.gz 230900 BLAKE2B 65ab0c8ad52d2764279397135b072bfa6f4bf86e465cc3a4778d30c5b19ce2c0d7c5f8636173529eca92754ee16d38b46a83b067b94315b1ea82448e4b1ac0a8 SHA512 0afa115d5ec01944878ef4d8f33e2887d123b172a0589eda53a04ba671916d9ef1d8299f9df9aeac8989807f86ca1b96b1c34aed03856643a89a07586b82e3b6
-DIST boxes-2.3.0.tar.gz 272302 BLAKE2B 282b41aee214f54aa3c8b237bc9f2e48e4144eebd6619880a38c7a71d9bf7bb434a250f29a05f20746530e8458bb0d062cd7e5bea88ebdf64030f090b1a8674a SHA512 d7580462ed5cf8a3299f528d7e4abea1c9733da2823c204bff69a804c72b768c4d3e8505b4d8881aae066f1fd95133cf9dc52e960333a82d8c529f85eb096fb4
DIST boxes-2.3.1.tar.gz 299074 BLAKE2B 12bf2389d689194a9dc9efd34f6fad3686bf9120874b91671bb871e221e13d5b00e4baca4eb081ccafb346207584be0ba7ffd16bb7a80d45bf83ac2484b2481e SHA512 cfb772c11d4bc169f1a6cc7f550af02947e4fee43cd70cb8ec7c8f9c976d9e59bc017d4b40b77ba60d2c52a76fd826d0a2b962b3dc02021407ca4f0cbcb316d8
diff --git a/app-misc/boxes/boxes-2.2.1.ebuild b/app-misc/boxes/boxes-2.2.1.ebuild
deleted file mode 100644
index ed2d6bff1820..000000000000
--- a/app-misc/boxes/boxes-2.2.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Draw any kind of boxes around your text"
-HOMEPAGE="https://boxes.thomasjensen.com/ https://github.com/ascii-boxes/boxes"
-SRC_URI="https://github.com/ascii-boxes/boxes/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/libpcre2[pcre32]
- dev-libs/libunistring:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-alternatives/yacc
- app-alternatives/lex
- test? ( app-editors/vim-core )
-"
-
-src_prepare() {
- default
-
- sed \
- -e 's:STRIP=true:STRIP=false:g' \
- -i src/Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS_ADDTL="${CFLAGS}" LDFLAGS_ADDTL="${LDFLAGS}"
-}
-
-src_install() {
- dobin out/boxes
- doman doc/boxes.1
- insinto /usr/share
- newins boxes-config boxes
- einstalldocs
-}
diff --git a/app-misc/boxes/boxes-2.3.0.ebuild b/app-misc/boxes/boxes-2.3.0.ebuild
deleted file mode 100644
index 05b8c350d99f..000000000000
--- a/app-misc/boxes/boxes-2.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Draw any kind of boxes around your text"
-HOMEPAGE="https://boxes.thomasjensen.com/ https://github.com/ascii-boxes/boxes"
-SRC_URI="https://github.com/ascii-boxes/boxes/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/libpcre2:=[pcre32]
- dev-libs/libunistring:=
- sys-libs/ncurses:=
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- app-alternatives/yacc
- app-alternatives/lex
- test? ( app-editors/vim-core )
-"
-
-PATCHES=( "${FILESDIR}/${P}-ncurses-gentoo.patch" )
-
-src_prepare() {
- default
-
- sed \
- -e 's:STRIP=true:STRIP=false:g' \
- -i src/Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS_ADDTL="${CFLAGS}" LDFLAGS_ADDTL="${LDFLAGS}"
-}
-
-src_install() {
- dobin out/boxes
- doman doc/boxes.1
- insinto /usr/share
- newins boxes-config boxes
- einstalldocs
-}
next reply other threads:[~2025-02-10 13:28 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 13:28 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-25 5:51 [gentoo-commits] repo/gentoo:master commit in: app-misc/boxes/ Arthur Zamarin
2024-12-25 5:51 Arthur Zamarin
2024-12-25 1:48 Sam James
2024-12-25 1:48 Sam James
2024-11-06 11:41 Joonas Niilola
2023-10-26 16:17 Arthur Zamarin
2023-10-18 15:42 Arthur Zamarin
2023-10-16 8:15 Sam James
2023-10-16 8:15 Sam James
2023-10-16 7:12 Sam James
2023-09-15 5:25 Arthur Zamarin
2022-11-22 7:05 Sam James
2022-11-19 1:49 Sam James
2022-11-19 1:49 Sam James
2022-11-19 1:49 Sam James
2022-11-19 1:35 Sam James
2022-11-19 1:35 Sam James
2022-10-17 23:34 Sam James
2022-10-17 22:03 Sam James
2017-08-01 21:05 Patrice Clement
2016-06-18 4:50 Nicolas Bock
2015-11-27 8:25 Justin Lecher
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=1739194081.abb98a97ae400dda3b025d81ef45fd1a1b51b6e0.juippis@gentoo \
--to=juippis@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