public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/irda-utils/
Date: Mon, 13 Feb 2017 08:03:48 +0000 (UTC)	[thread overview]
Message-ID: <1486973014.e07be435cb2243eb05411aad9d73e09569da4cfd.kensington@gentoo> (raw)

commit:     e07be435cb2243eb05411aad9d73e09569da4cfd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 08:02:15 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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
-}


             reply	other threads:[~2017-02-13  8:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13  8:03 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-24 13:32 [gentoo-commits] repo/gentoo:master commit in: net-wireless/irda-utils/ Ben Kohler
2017-02-12 17:01 Agostino Sarubbo
2017-02-12 14:48 Agostino Sarubbo
2016-05-03 17:35 Austin English
2015-11-12 10:34 Michael Palimaka
2015-11-12  9:40 Agostino Sarubbo
2015-11-11  9:12 Agostino Sarubbo
2015-11-09 10:31 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486973014.e07be435cb2243eb05411aad9d73e09569da4cfd.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox