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 E2CD31581C1 for ; Fri, 5 Jul 2024 10:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C63F2BC04A; Fri, 5 Jul 2024 10:43:26 +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 22E632BC04A for ; Fri, 5 Jul 2024 10:43:26 +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 2A83E343077 for ; Fri, 5 Jul 2024 10:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B929B97A for ; Fri, 5 Jul 2024 10:43:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1720176188.f82b740c6de7cb189b0e35c27fdefd26edf72dff.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/emech/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/emech/Manifest net-irc/emech/emech-3.0.99_p3-r1.ebuild X-VCS-Directories: net-irc/emech/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f82b740c6de7cb189b0e35c27fdefd26edf72dff X-VCS-Branch: master Date: Fri, 5 Jul 2024 10:43:23 +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: df693a6f-22f4-4414-b6b8-9817a64db64e X-Archives-Hash: 588e711e781e297bf1eaf69deba21bf5 commit: f82b740c6de7cb189b0e35c27fdefd26edf72dff Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jul 5 10:43:08 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jul 5 10:43:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82b740c net-irc/emech: drop 3.0.99_p3-r1 Closes: https://bugs.gentoo.org/901923 Signed-off-by: Arthur Zamarin gentoo.org> net-irc/emech/Manifest | 1 - net-irc/emech/emech-3.0.99_p3-r1.ebuild | 92 --------------------------------- 2 files changed, 93 deletions(-) diff --git a/net-irc/emech/Manifest b/net-irc/emech/Manifest index e553ba254bad..3b2bf0bc4ddd 100644 --- a/net-irc/emech/Manifest +++ b/net-irc/emech/Manifest @@ -1,2 +1 @@ DIST emech-3.0.99_p20221123.tar.gz 290464 BLAKE2B a5b5bb057478e720d7e9039b4f1039b88d31dcb6f07b5fcbe1dfe5d29760336313183763ff35b8b66aba6402316d800a48b5509318a98cf9ab2729da7862a787 SHA512 e69455de286f3666ea8c53b9035ee927d5aff240ecf424c10d9eda6e1e957d97cba476c1b65cc6581e118938785366d313a687a00004e3d5f589a671194db41e -DIST emech-3.0.99p3.tar.gz 249209 BLAKE2B 8ff0806275f7b1c9e49bb2eeda2afa0ac94b894426a2f56508492f970070e4141f14f88ffb3c1c46855817c405d29454cf85ebba53c85b4038d7d9d079f4dff6 SHA512 8ce6f8889e060791ab3af6fa63623469a457c436b4e23c51dcd1833fd09e7692270a324ad1d15beb4ad390e9d481267a8ea60eb17c9fd3195b5ad0daf7341165 diff --git a/net-irc/emech/emech-3.0.99_p3-r1.ebuild b/net-irc/emech/emech-3.0.99_p3-r1.ebuild deleted file mode 100644 index e1ee0f3a47b4..000000000000 --- a/net-irc/emech/emech-3.0.99_p3-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit readme.gentoo-r1 toolchain-funcs - -DESCRIPTION="UNIX compatible IRC bot programmed in the C language" -HOMEPAGE="http://www.energymech.net/" -SRC_URI="http://www.energymech.net/files/${P/_/}.tar.gz" -S="${WORKDIR}/${P/_/}" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug session tcl" -KEYWORDS="amd64 ~x86" - -RDEPEND="virtual/libcrypt:=" -DEPEND="${RDEPEND}" - -DOC_CONTENTS="You can find a compressed sample config file at /usr/share/doc/${PF}" - -src_prepare() { - eapply "${FILESDIR}/${P}-buildfix.patch" - - sed -i \ - -e 's: "help/":"/usr/share/energymech/help/":' \ - -e 's: "messages/":"/usr/share/energymech/messages/":' \ - src/config.h.in || die - # Respect CFLAGS and LDFLAGS - sed -i \ - -e '/^LFLAGS/s/\$(PIPEFLAG)/\0 \$(OPTIMIZE) \$(LDFLAGS)/' \ - -e '/^GDBFLAG/d' \ - -e '/^PIPEFLAG/d' \ - src/Makefile.in || die - - eapply_user -} - -myconf() { - tc-export CC - echo ./configure $* - ./configure $* || die "./configure failed" -} - -src_configure() { - myconf \ - --with-alias \ - --with-botnet \ - --with-bounce \ - --with-ctcp \ - --with-dccfile \ - --with-dynamode \ - --with-dyncmd \ - --with-greet \ - --with-ircd_ext \ - --with-md5 \ - --with-newbie \ - --with-note \ - --with-notify \ - --with-rawdns \ - --with-seen \ - --with-stats \ - --with-telnet \ - --with-toybox \ - --with-trivia \ - --without-uptime \ - --with-web \ - --with-wingate \ - --without-profiling \ - --without-redirect \ - $(use_with tcl) \ - $(use_with session) \ - $(use_with debug) -} - -src_compile() { - emake -C src CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" -} - -src_install() { - dobin src/energymech - - insinto /usr/share/energymech - doins -r help - - insinto /usr/share/energymech/messages - doins messages/*.txt - - dodoc sample.* README* TODO VERSIONS CREDITS checkmech - readme.gentoo_create_doc -}