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 05CAA1581D3 for ; Sat, 25 May 2024 17:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDD11E2A03; Sat, 25 May 2024 17:30:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 580A8E29FD for ; Sat, 25 May 2024 17:30:37 +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 4254F33BF28 for ; Sat, 25 May 2024 17:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA7451887 for ; Sat, 25 May 2024 17:30:34 +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: <1716658225.eb4799435b0150af32c7097e75590e36683e200e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssistats/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/irssistats/irssistats-0.75-r1.ebuild X-VCS-Directories: net-irc/irssistats/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: eb4799435b0150af32c7097e75590e36683e200e X-VCS-Branch: master Date: Sat, 25 May 2024 17:30:34 +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: 2a616761-3d1b-412c-8dc2-75018a8198ae X-Archives-Hash: 5400941d036d2831b74d1e96e81fba4c commit: eb4799435b0150af32c7097e75590e36683e200e Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 25 17:25:47 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 25 17:30:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb479943 net-irc/irssistats: drop 0.75-r1 Signed-off-by: Arthur Zamarin gentoo.org> net-irc/irssistats/irssistats-0.75-r1.ebuild | 33 ---------------------------- 1 file changed, 33 deletions(-) diff --git a/net-irc/irssistats/irssistats-0.75-r1.ebuild b/net-irc/irssistats/irssistats-0.75-r1.ebuild deleted file mode 100644 index 0a674f4d68c6..000000000000 --- a/net-irc/irssistats/irssistats-0.75-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Generates HTML IRC stats based on irssi logs" -HOMEPAGE="http://royale.zerezo.com/irssistats/" -SRC_URI="http://royale.zerezo.com/irssistats/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="amd64 ppc sparc x86" - -DEPEND="net-irc/irssi" - -src_prepare() { - default - eapply "${FILESDIR}/${P}-Makefile.patch" -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake \ - PRE="${D}"/usr \ - DOC="${D}"/usr/share/doc/${PF} \ - install -}