commit:     5b8c3415540ebf7e2e6359a3c4c864360221759c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 09:37:52 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 09:38:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8c3415

net-irc/sic: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/sic/sic-1.2.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/net-irc/sic/sic-1.2.ebuild b/net-irc/sic/sic-1.2.ebuild
deleted file mode 100644
index 67faf284d4f..00000000000
--- a/net-irc/sic/sic-1.2.ebuild
+++ /dev/null
@@ -1,35 +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 = -s/LDFLAGS +=/" \
-               -e "/^LIBS =/d" \
-               -e "s/= cc/= $(tc-getCC)/g" \
-               config.mk || die "sed failed"
-
-       # enable verbose build
-       sed -i 's/@${CC}/${CC}/' Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="/usr" install
-}

Reply via email to