summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-04 04:23:56 +0000
committerSam James <sam@gentoo.org>2023-01-04 04:32:00 +0000
commite5742ce69f6e5e68781099a6e3f2e141a6322858 (patch)
tree082da394ace39f1005dc717b74d3ac4899a72f6d /app-misc/gcal/gcal-3.6.3.ebuild
parentapp-crypt/p11-kit: fix configure w/ clang 16 (diff)
downloadgentoo-e5742ce69f6e5e68781099a6e3f2e141a6322858.tar.gz
gentoo-e5742ce69f6e5e68781099a6e3f2e141a6322858.tar.bz2
gentoo-e5742ce69f6e5e68781099a6e3f2e141a6322858.zip
app-misc/gcal: drop 3.6.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/gcal/gcal-3.6.3.ebuild')
-rw-r--r--app-misc/gcal/gcal-3.6.3.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
deleted file mode 100644
index f872ffb027c7..000000000000
--- a/app-misc/gcal/gcal-3.6.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit 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 )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-arch/xz-utils
- nls? ( >=sys-devel/gettext-0.17 )
-"
-
-DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
-
-src_configure() {
- tc-export CC
- append-cppflags -D_GNU_SOURCE
- econf \
- --disable-rpath \
- $(use_enable nls) \
- $(use_enable ncurses term) \
- $(use_enable unicode)
-}