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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8EB9158042 for ; Wed, 30 Oct 2024 14:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6882E07EA; Wed, 30 Oct 2024 14:31:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC29FE07EA for ; Wed, 30 Oct 2024 14:31:00 +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 DFBE03406D1 for ; Wed, 30 Oct 2024 14:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A62B03 for ; Wed, 30 Oct 2024 14:30:58 +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: <1730298620.a216aa7d0acc09e54dafcdbccd0e4d377d52a81a.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/geomyidae/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/geomyidae/Manifest net-misc/geomyidae/geomyidae-0.96.ebuild X-VCS-Directories: net-misc/geomyidae/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: a216aa7d0acc09e54dafcdbccd0e4d377d52a81a X-VCS-Branch: master Date: Wed, 30 Oct 2024 14:30:58 +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: 0956860a-68cc-4334-a6d3-74b80812c1b8 X-Archives-Hash: 4552eb8e360523f0aeb68f6745dd1bdb commit: a216aa7d0acc09e54dafcdbccd0e4d377d52a81a Author: Petr Vaněk gentoo org> AuthorDate: Wed Oct 30 11:05:28 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Oct 30 14:30:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a216aa7d net-misc/geomyidae: add 0.96 - Append -D_FILE_OFFSET_BITS=64 to CFLAGS for splice, bug 927733 - Correct acct deps; the acct-group/gopherd needs to be in BDEPEND as it is used in src_install phase Closes: https://bugs.gentoo.org/927733 Signed-off-by: Petr Vaněk gentoo.org> net-misc/geomyidae/Manifest | 1 + net-misc/geomyidae/geomyidae-0.96.ebuild | 53 ++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/net-misc/geomyidae/Manifest b/net-misc/geomyidae/Manifest index 61b389f74027..c279898c0643 100644 --- a/net-misc/geomyidae/Manifest +++ b/net-misc/geomyidae/Manifest @@ -1,2 +1,3 @@ DIST geomyidae-v0.34.tgz 22242 BLAKE2B bc25f50c49c10e5a04b83a12cdcd7546b33f6a7d93eab504122bcfb2fdacfbcb82205890d5fd999d1b8b681c65dc0ef0dc5f95ea2d56a795fa371031c4af43b8 SHA512 55b7845c8b9fbee70b2e2bd71d2e3bb8e34c3029a1ea410cb39750763c81d5c31af8c703f7b673aa28fbfd61dd7915300ed4ff22f94c8430ac754681bc30ce41 DIST geomyidae-v0.69.tar.gz 34631 BLAKE2B a1d7e33d403df5d6bb4d5fdc0999fdcfa94da058dd5dc1c0f22c49b9cc1b06cf45fafdb839eb91dec78be0aa778e3a74bf26d8ffa5054d45e5c6e86918480ad4 SHA512 c66f751472c35107c2c91f1675ab40bf68da1d3d5742ec94125c8ecba54b2832e82c8106a3627da53216cf3802ae7900ef8457c383160614ecce2a07b318662a +DIST geomyidae-v0.96.tar.gz 38373 BLAKE2B 30bc409e8a124a6375ef113919f6b78fcb59103243237e57951ee0cc2907adf9a45168e7ceed55cb29af09d83e96a2e8f6123ba4586e4f216dc1eb4eb8f031c9 SHA512 3c73baca4ae3a58dfc2b064c448ec7c1d34b110f8b88c301a4287d0565ad22ee1676a5cf18707771bb26352291f04586276d5dec74c10b66d3a1c340805afc91 diff --git a/net-misc/geomyidae/geomyidae-0.96.ebuild b/net-misc/geomyidae/geomyidae-0.96.ebuild new file mode 100644 index 000000000000..ef00c25d6afd --- /dev/null +++ b/net-misc/geomyidae/geomyidae-0.96.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="A daemon to serve the gopher protocol" +HOMEPAGE="http://r-36.net/scm/geomyidae/" +SRC_URI="ftp://bitreich.org/releases/geomyidae/${PN}-v${PV}.tar.gz" + +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +BDEPEND="acct-group/gopherd" +DEPEND="dev-libs/libretls:0=" +RDEPEND=" + ${BDEPEND} + ${DEPEND} + acct-user/gopherd +" + +src_prepare() { + # remove /usr/lib from LDFLAGS, bug #731672 + sed -i \ + -e '/GEOM_LDFLAGS/s:-L/usr/lib ::' \ + Makefile || die 'sed on Makefile failed' + + eapply_user +} + +src_compile() { + append-cflags -D_FILE_OFFSET_BITS=64 # bug 927733 + emake CC="$(tc-getCC)" +} + +src_install() { + dosbin ${PN} + + newinitd rc.d/Gentoo.init.d ${PN} + newconfd rc.d/Gentoo.conf.d ${PN} + + insinto /var/gopher + doins index.gph + fowners -R root:gopherd /var/gopher + fperms -R g=rX,o=rX /var/gopher + + doman ${PN}.8 + dodoc CGI.md README +}