From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
Date: Sat, 18 May 2024 17:06:54 +0000 (UTC) [thread overview]
Message-ID: <1716051937.514d2feed3d5cabc95bf6ec13c1c410d4cb81136.sam@gentoo> (raw)
commit: 514d2feed3d5cabc95bf6ec13c1c410d4cb81136
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 17:02:10 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 17:05:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514d2fee
app-misc/gcal: drop 4.1-r1, 4.1-r2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/gcal/gcal-4.1-r1.ebuild | 50 -------------------------------
app-misc/gcal/gcal-4.1-r2.ebuild | 63 ----------------------------------------
2 files changed, 113 deletions(-)
diff --git a/app-misc/gcal/gcal-4.1-r1.ebuild b/app-misc/gcal/gcal-4.1-r1.ebuild
deleted file mode 100644
index 39a20a9fc729..000000000000
--- a/app-misc/gcal/gcal-4.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="The GNU Calendar - a replacement for cal"
-HOMEPAGE="https://www.gnu.org/software/gcal/"
-SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ncurses nls unicode"
-
-RDEPEND="nls? ( virtual/libintl )
- unicode? ( dev-libs/libunistring:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-arch/xz-utils
- nls? ( >=sys-devel/gettext-0.17 )
-"
-
-DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
-
-PATCHES=(
- "${FILESDIR}/${P}-glibc228.patch"
- "${FILESDIR}/${PN}-4.1-configure-clang16.patch"
-)
-
-src_prepare() {
- default
-
- # Drop once ${PN}-4.1-configure-clang16.patch merged
- eautoreconf
-}
-
-src_configure() {
- tc-export CC
- append-cppflags -D_GNU_SOURCE
-
- use unicode && append-libs -lunistring
-
- econf \
- --disable-rpath \
- $(use_enable nls) \
- $(use_enable ncurses term) \
- $(use_enable unicode)
-}
diff --git a/app-misc/gcal/gcal-4.1-r2.ebuild b/app-misc/gcal/gcal-4.1-r2.ebuild
deleted file mode 100644
index 55f7fafd8d71..000000000000
--- a/app-misc/gcal/gcal-4.1-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="The GNU Calendar - a replacement for cal"
-HOMEPAGE="https://www.gnu.org/software/gcal/"
-SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ncurses nls unicode"
-
-RDEPEND="nls? ( virtual/libintl )
- unicode? ( dev-libs/libunistring:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-arch/xz-utils
- nls? ( >=sys-devel/gettext-0.17 )
-"
-
-DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
-
-PATCHES=(
- "${FILESDIR}/${P}-glibc228.patch"
- "${FILESDIR}/${PN}-4.1-configure-clang16.patch"
- "${FILESDIR}/${P}-fortify.patch"
-)
-
-src_prepare() {
- default
-
- # Drop once ${PN}-4.1-configure-clang16.patch merged
- eautoreconf
-}
-
-src_configure() {
- tc-export CC
- append-cppflags -D_GNU_SOURCE
-
- use unicode && append-libs -lunistring
-
- econf \
- --disable-rpath \
- $(use_enable nls) \
- $(use_enable ncurses term) \
- $(use_enable unicode)
-}
-
-src_test() {
- default
-
- # Do basic smoke tests to help catch issues like bug #925560
- # where trivial 'gcal' invocation crashed w/ _F_S=3.
- local -x PATH="${S}/src:${S}:${PATH}"
- local bin
- for bin in gcal2txt tcal txt2gcal gcal ; do
- src/${bin} || die
- done
-}
next reply other threads:[~2024-05-18 17:06 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-18 17:06 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-30 6:25 [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/ Sam James
2024-04-30 6:22 Sam James
2024-04-30 6:22 Sam James
2024-03-13 20:58 Sam James
2024-03-13 20:58 Sam James
2024-03-12 22:01 Sam James
2024-03-12 2:50 Sam James
2023-01-04 4:32 Sam James
2021-10-12 7:10 Agostino Sarubbo
2021-10-11 5:45 Sam James
2021-10-11 4:33 Sam James
2021-01-06 13:19 Fabian Groffen
2018-01-30 8:12 Ulrich Müller
2018-01-30 8:12 Ulrich Müller
2018-01-26 21:26 Patrice Clement
2017-01-29 14:59 Fabian Groffen
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=1716051937.514d2feed3d5cabc95bf6ec13c1c410d4cb81136.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