From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72CDC1581D3 for ; Sat, 18 May 2024 17:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFC2CE2A84; Sat, 18 May 2024 17:06:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9314DE2A84 for ; Sat, 18 May 2024 17:06:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D875933BDC5 for ; Sat, 18 May 2024 17:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D341ADF for ; Sat, 18 May 2024 17:06:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1716051937.514d2feed3d5cabc95bf6ec13c1c410d4cb81136.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gcal/gcal-4.1-r1.ebuild app-misc/gcal/gcal-4.1-r2.ebuild X-VCS-Directories: app-misc/gcal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 514d2feed3d5cabc95bf6ec13c1c410d4cb81136 X-VCS-Branch: master Date: Sat, 18 May 2024 17:06:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 272ea473-cdfc-4790-a6bf-d8b47a0eb062 X-Archives-Hash: f7578f4d58d34231d45a8a2de08d37b2 commit: 514d2feed3d5cabc95bf6ec13c1c410d4cb81136 Author: Sam James gentoo org> AuthorDate: Sat May 18 17:02:10 2024 +0000 Commit: Sam James gentoo 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 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 -}