public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/irda-utils/
Date: Tue,  3 May 2016 17:35:27 +0000 (UTC)	[thread overview]
Message-ID: <1462296883.0482625db14b5b46ab3eeb863db1fbf152f681af.wizardedit@gentoo> (raw)

commit:     0482625db14b5b46ab3eeb863db1fbf152f681af
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 17:34:43 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May  3 17:34:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0482625d

net-wireless/irda-utils: remove old version

Package-Manager: portage-2.2.26

 .../irda-utils/irda-utils-0.9.18-r5.ebuild         | 105 ---------------------
 1 file changed, 105 deletions(-)

diff --git a/net-wireless/irda-utils/irda-utils-0.9.18-r5.ebuild b/net-wireless/irda-utils/irda-utils-0.9.18-r5.ebuild
deleted file mode 100644
index d04d69f..0000000
--- a/net-wireless/irda-utils/irda-utils-0.9.18-r5.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs 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
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-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"
-)
-
-src_prepare() {
-	# TODO: switch to 'default' once udev.eclass is EAPI=6 clean
-	epatch -p1 "${PATCHES[@]}"
-
-	append-flags "-fno-strict-aliasing" # bug????
-
-	# fix Bug 570488 by restoring pre-GCC5 inline semantics
-	append-cflags -std=gnu89
-
-	# 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
-}
-
-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:[~2016-05-03 17:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03 17:35 Austin English [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-13  8:03 Michael Palimaka
2017-02-12 17:01 Agostino Sarubbo
2017-02-12 14:48 Agostino Sarubbo
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=1462296883.0482625db14b5b46ab3eeb863db1fbf152f681af.wizardedit@gentoo \
    --to=wizardedit@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