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 1FC86139694 for ; Mon, 13 Feb 2017 08:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C78E0C9D; Mon, 13 Feb 2017 08:04:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50C9EE0C9D for ; Mon, 13 Feb 2017 08:03:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5047D341236 for ; Mon, 13 Feb 2017 08:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 247964635 for ; Mon, 13 Feb 2017 08:03:48 +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: <1486973014.e07be435cb2243eb05411aad9d73e09569da4cfd.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/irda-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/irda-utils/irda-utils-0.9.18-r4.ebuild X-VCS-Directories: net-wireless/irda-utils/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e07be435cb2243eb05411aad9d73e09569da4cfd X-VCS-Branch: master Date: Mon, 13 Feb 2017 08:03:48 +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: be463850-be5e-4b26-a8fa-783974fe4ef8 X-Archives-Hash: ad0f6c20692f48eed338522eca984ddd commit: e07be435cb2243eb05411aad9d73e09569da4cfd Author: Michael Palimaka gentoo org> AuthorDate: Mon Feb 13 08:02:15 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Feb 13 08:03:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07be435 net-wireless/irda-utils: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../irda-utils/irda-utils-0.9.18-r4.ebuild | 96 ---------------------- 1 file changed, 96 deletions(-) diff --git a/net-wireless/irda-utils/irda-utils-0.9.18-r4.ebuild b/net-wireless/irda-utils/irda-utils-0.9.18-r4.ebuild deleted file mode 100644 index 7f13001c8a..0000000000 --- a/net-wireless/irda-utils/irda-utils-0.9.18-r4.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils toolchain-funcs flag-o-matic udev - -DESCRIPTION="IrDA management and handling utilities" -HOMEPAGE="http://irda.sourceforge.net" -SRC_URI="mirror://sourceforge/irda/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~sh x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - >=sys-apps/pciutils-2.2.7-r1 - sys-process/procps - sys-apps/setserial - sys-apps/grep - virtual/udev -" -DEPEND="${RDEPEND} - virtual/pkgconfig - !app-laptop/smcinit -" - -src_prepare() { - epatch "${FILESDIR}"/irda-utils-rh1.patch \ - "${FILESDIR}"/${P}-makefile.diff \ - "${FILESDIR}"/${P}-smcinit.diff \ - "${FILESDIR}"/${P}-io.h.diff \ - "${FILESDIR}"/${P}-dofail.patch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-ldflags.patch \ - "${FILESDIR}"/${P}-headers.patch - - # fix crosscompile, respect CFLAGS (Bug 200295) - sed -i -e "/^CC/s:gcc:$(tc-getCC):" \ - -e "/^LD/s:ld:$(tc-getLD):" \ - -e "/^AR/s:ar:$(tc-getAR):" \ - -e "/^RANLIB/s:ranlib:$(tc-getRANLIB):" \ - -e "/^CFLAGS/s:-O2:${CFLAGS}:" Makefile */Makefile || die - - # fix compile when pciutils is compiled with USE=zlib (Bug 200295) - sed -i -e "s:-lpci:$(pkg-config --libs libpci):g" smcinit/Makefile || die - - # disable etc subdir in Makefile - sed -i -e "s:^\(DIRS.*=.* \)etc \(.*\):\1\2:g" Makefile || die - - # disable write_pid(), because we don't need it - sed -i -e "s:\(write_pid();\):/* \1 */:g" irattach/util.c || die - - append-flags "-fno-strict-aliasing" # bug???? -} - -src_compile() { - emake RPM_OPT_FLAGS="${CFLAGS}" RPM_BUILD_ROOT="${D}" ROOT="${D}" -} - -src_install () { - dodir /usr/bin - dodir /usr/sbin - - emake install RPM_OPT_FLAGS="${CFLAGS}" ROOT="${D}" \ - MANDIR="${D}usr/share/man" - - newdoc ethereal/README README.wireshark - newdoc irattach/README README.irattach - newdoc irdadump/README README.irdadump - newdoc irdaping/README README.irdaping - newdoc irsockets/README README.irsockets - newdoc tekram/README README.tekram - newdoc smcinit/README README.smcinit - newdoc smcinit/README.Peri README.smcinit.Peri - newdoc smcinit/README.Rob README.smcinit.Rob - newdoc smcinit/README.Tom README.smcinit.Tom - newdoc irattach/ChangeLog ChangeLog.irattach - newdoc irdadump/ChangeLog ChangeLog.irdadump - newdoc smcinit/ChangeLog ChangeLog.smcinit - dohtml smcinit/RobMiller-irda.html - dodoc README - - newconfd "${FILESDIR}/irda.confd" irda - newinitd "${FILESDIR}/irda.initd" irda - - insinto /etc/modprobe.d - newins "${FILESDIR}/irda.modsd" irda.conf - - udev_newrules "${FILESDIR}/irda.rules" 53-irda.rules - exeinto "$(get_udevdir)" - newexe "${FILESDIR}/irda-setup.sh" irda-setup - newexe "${FILESDIR}/irda-usb.sh" irda-usb -}