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 BCC1D138332 for ; Sun, 7 Jan 2018 05:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D942BE08D4; Sun, 7 Jan 2018 05:50:23 +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 B3D75E08C9 for ; Sun, 7 Jan 2018 05:50:23 +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 8D5BD335D17 for ; Sun, 7 Jan 2018 05:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2340A1A7 for ; Sun, 7 Jan 2018 05:50:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1515304212.014bac24a04a5e5242156bf13e04c325653e152b.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/b5i2iso/b5i2iso-0.2.ebuild X-VCS-Directories: app-cdr/b5i2iso/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 014bac24a04a5e5242156bf13e04c325653e152b X-VCS-Branch: master Date: Sun, 7 Jan 2018 05:50:21 +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: e5708c09-cf88-46f9-bb9f-50e6504d722a X-Archives-Hash: a5f5beb131368a364b702eec46056655 commit: 014bac24a04a5e5242156bf13e04c325653e152b Author: Michael Palimaka gentoo org> AuthorDate: Sun Jan 7 05:49:58 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jan 7 05:50:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014bac24 app-cdr/b5i2iso: remove 0.2-r0 Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-cdr/b5i2iso/b5i2iso-0.2.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild deleted file mode 100644 index 7790eb38d22..00000000000 --- a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="BlindWrite image to ISO image file converter" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${PN}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_compile() { - $(tc-getCC) ${LDFLAGS} ${CFLAGS} src/${PN}.c -o ${PN} || die -} - -src_install() { - dobin ${PN} -}