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 EF87C1396D0 for ; Thu, 31 Aug 2017 10:33:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F13531FC0C7; Thu, 31 Aug 2017 10:33:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D0A0A1FC0C7 for ; Thu, 31 Aug 2017 10:33:30 +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 1834534164B for ; Thu, 31 Aug 2017 10:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1648388F8 for ; Thu, 31 Aug 2017 10:33:26 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1504174898.a392cd2a099151cc29315f9276b3771fe1d28d7a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/sic/Manifest net-irc/sic/sic-1.1.ebuild X-VCS-Directories: net-irc/sic/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a392cd2a099151cc29315f9276b3771fe1d28d7a X-VCS-Branch: master Date: Thu, 31 Aug 2017 10:33:26 +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-Archives-Salt: 8c6f4abd-9c76-4c80-aac3-27edc41b9578 X-Archives-Hash: bd70351474464c86f44ea93174a89325 commit: a392cd2a099151cc29315f9276b3771fe1d28d7a Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 10:21:38 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 10:21:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a392cd2a net-irc/sic: Old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-irc/sic/Manifest | 1 - net-irc/sic/sic-1.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/net-irc/sic/Manifest b/net-irc/sic/Manifest index a8907531bdd..aad62287318 100644 --- a/net-irc/sic/Manifest +++ b/net-irc/sic/Manifest @@ -1,2 +1 @@ -DIST sic-1.1.tar.gz 5061 SHA256 f24d63c7ae5f3715f3c3885f5bd07d45ffa1b0af830a25523baec94653484dc2 SHA512 6cb4f609ec57f9ccc21ec2502eee27abed3b51000ffbd55a7c9ca25fb8d67526b193c5c0d5f155e207b4ce20487fb7bd8f392a9d802cb143abe3aac58c73f84e WHIRLPOOL f2b1a23fb443f2adb1f357ec0bb58c9054366dff2e2f7da965311d98078b37cb0db9c1e9c013ec482df9b01812645f4de91bf62c82b0ed23d0c4c7b36eb0e88d DIST sic-1.2.tar.gz 4563 SHA256 ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185 SHA512 5659ed9d8a5986dda90dbe1155c27a5fd0ab4b1fcad2c1a20997c530bf03864e6c08bdeffc025c728629ab11872af6a1250761160b91f148dc37d77a49046dc9 WHIRLPOOL 1fa1dd4caeff1122b954b1a54f131e2268cb805907746e5fad54467c6510d3e103c0e44b3f1716a4d7c27dae763580bbc95141c84011bd52d5b7a26be64a1268 diff --git a/net-irc/sic/sic-1.1.ebuild b/net-irc/sic/sic-1.1.ebuild deleted file mode 100644 index e820ee5b653..00000000000 --- a/net-irc/sic/sic-1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit toolchain-funcs - -DESCRIPTION="An extremly simple IRC client" -HOMEPAGE="https://tools.suckless.org/sic" -SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" - -src_prepare() { - sed -i \ - -e "s/CFLAGS =/CFLAGS +=/g" \ - -e "s/-Os//" \ - -e "s/LDFLAGS =/LDFLAGS +=/" \ - -e "s/-s //g" \ - -e "s/= cc/= $(tc-getCC)/g" \ - config.mk || die "sed failed" -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install -}