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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 998871382C5 for ; Fri, 27 Nov 2020 15:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A4BE0824; Fri, 27 Nov 2020 15:59:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8DFAE0824 for ; Fri, 27 Nov 2020 15:59:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0F50340FCB for ; Fri, 27 Nov 2020 15:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92FA446B for ; Fri, 27 Nov 2020 15:59:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606492757.6d9a364e00353eed842295f842ff5ccf4a70d136.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libircclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libircclient/Manifest net-libs/libircclient/libircclient-1.8.ebuild X-VCS-Directories: net-libs/libircclient/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6d9a364e00353eed842295f842ff5ccf4a70d136 X-VCS-Branch: master Date: Fri, 27 Nov 2020 15:59: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: 760f7f07-1558-417b-8be2-ce26ecc46c6b X-Archives-Hash: 561cfb6f80a088e723bab0fae9adfdbe commit: 6d9a364e00353eed842295f842ff5ccf4a70d136 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 27 15:53:13 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 27 15:59:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9a364e net-libs/libircclient: drop old Signed-off-by: Aaron Bauman gentoo.org> net-libs/libircclient/Manifest | 1 - net-libs/libircclient/libircclient-1.8.ebuild | 48 --------------------------- 2 files changed, 49 deletions(-) diff --git a/net-libs/libircclient/Manifest b/net-libs/libircclient/Manifest index 86cf965dd70..49e3ab87b28 100644 --- a/net-libs/libircclient/Manifest +++ b/net-libs/libircclient/Manifest @@ -1,2 +1 @@ DIST libircclient-1.10.tar.gz 288863 BLAKE2B 28bcfb36553c04be28ef4ffc0cf5fe3af8538704997f628f311719d245a0629ff49bee2c512d29e4d43a24a2803cbafc99512ebda7d5c991d9ecb2f1786a9d24 SHA512 d677ceae0bfabc112671b351fb94d048399a7ad025ff33a2ff1ae6313382fcc78b64d499f2c882eb8b894abdde949562395819e4059fd14640dfae6757b0c259 -DIST libircclient-1.8.tar.gz 291803 BLAKE2B 7fcbf8e8466ac95ca5a27475551af45f828b29385b28071d02271deae03d6bbd3589e86efe56b1fe5020be7894e699534ef1e3a2f2fedca1909e4d8e0c04d067 SHA512 f19e4b55cf49091ab2c83ff3d5cace2252daad6bf23cb61b7677b9c6055fe8a8a7d891f6e1e5962481c836f47b7dcd35ef563c8807737ac81e3c4cee253cfc4a diff --git a/net-libs/libircclient/libircclient-1.8.ebuild b/net-libs/libircclient/libircclient-1.8.ebuild deleted file mode 100644 index ae8c3dd134d..00000000000 --- a/net-libs/libircclient/libircclient-1.8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="Small but powerful library implementing the client-server IRC protocol" -HOMEPAGE="http://www.ulduzsoft.com/libircclient/" -SRC_URI="mirror://sourceforge/libircclient/${P}.tar.gz" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="doc ipv6 ssl static-libs threads" - -DEPEND="ssl? ( dev-libs/openssl:0 )" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-build.patch \ - "${FILESDIR}"/${P}-shared.patch \ - "${FILESDIR}"/${P}-static.patch \ - "${FILESDIR}"/${P}-include.patch - mv configure.in configure.ac || die - eautoconf -} - -src_configure() { - econf \ - $(use_enable threads) \ - $(use_enable ipv6) \ - $(use_enable ssl openssl) \ - $(use_enable ssl threads) -} - -src_compile() { - emake -C src $(usex static-libs "shared static" "shared") -} - -src_install() { - emake -C src DESTDIR="${D}" install-shared $(usex static-libs "install-static" "") - insinto /usr/include/libircclient - doins include/*.h - - dodoc Changelog THANKS - doman man/libircclient.1 -}