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 6B0DB158066 for ; Tue, 3 Sep 2024 16:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78516E2A08; Tue, 3 Sep 2024 16:56:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D52AE2A08 for ; Tue, 3 Sep 2024 16:56:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 621D93430CD for ; Tue, 3 Sep 2024 16:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C157A1EC3 for ; Tue, 3 Sep 2024 16:56:11 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1725381813.dfd403340b7cb80b17e13d9167aded61e491859e.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/astrolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/astrolog/astrolog-7.40.ebuild X-VCS-Directories: app-misc/astrolog/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: dfd403340b7cb80b17e13d9167aded61e491859e X-VCS-Branch: master Date: Tue, 3 Sep 2024 16:56:11 +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: 1abe64f5-df8c-4742-af9a-65fb5f78e1b4 X-Archives-Hash: c71f3d31ca3333b1957d6116b8982339 commit: dfd403340b7cb80b17e13d9167aded61e491859e Author: Petr Vaněk gentoo org> AuthorDate: Tue Sep 3 11:20:48 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Sep 3 16:43:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd40334 app-misc/astrolog: drop 7.40 Signed-off-by: Petr Vaněk gentoo.org> app-misc/astrolog/astrolog-7.40.ebuild | 63 ---------------------------------- 1 file changed, 63 deletions(-) diff --git a/app-misc/astrolog/astrolog-7.40.ebuild b/app-misc/astrolog/astrolog-7.40.ebuild deleted file mode 100644 index ab421e0eb9aa..000000000000 --- a/app-misc/astrolog/astrolog-7.40.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Please bump with app-misc/astrolog-ephemeris - -inherit toolchain-funcs - -DESCRIPTION="A many featured astrology chart calculation program" -HOMEPAGE="https://www.astrolog.org/astrolog.htm" -SRC_URI="https://www.astrolog.org/ftp/ast74src.zip" - -LICENSE="astrolog" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="X" - -DEPEND="X? ( x11-libs/libX11 )" -RDEPEND="${DEPEND}" -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" - -src_prepare() { - default - - # remove stripping of created binary, dump hardcoded CFLAGS, - # respect CC (bug #243606), and CFLAGS (bug #240057) - sed \ - -e 's:strip:#strip:' -e 's:^CFLAGS = :#CFLAGS = :' \ - -e 's:\tcc :\t$(CC) $(CFLAGS) $(LDFLAGS) :' \ - -i Makefile || die - - # we use /usr/share/astrolog for config and (optional) ephemeris-data-files - sed -i -e "s:~/astrolog:/usr/share/astrolog:g" astrolog.h || die - - # if we do NOT use X, we disable it by removing the -lX11 from the Makefile - # and remove the "#define X11" and "#define MOUSE" from astrolog.h - use X || ( sed -i -e "s:-lm -lX11:-lm:g" Makefile || die - sed -i -e "s:#define X11:/*#define X11:g" astrolog.h || die - sed -i -e "s:#define MOUSE:/*#define MOUSE:g" astrolog.h || die) -} - -src_compile() { - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin astrolog - dodoc astrolog.doc changes.doc - insinto /usr/share/astrolog - doins astrolog.as -} - -pkg_postinst() { - elog "There is a sample config file /usr/share/astrolog/astrolog.as" - elog "astrolog looks in current dir for a file astrolog.as before" - elog "using the file in /usr/share/astrolog" - elog "If you want extended accuracy of astrolog's calculations you" - elog "can emerge the optional package \"astrolog-ephemeris\" which" - elog "needs ~32.9 MB additional diskspace for the ephemeris-files" -}