public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/mwavem/
Date: Sun, 25 Feb 2018 20:36:21 +0000 (UTC)	[thread overview]
Message-ID: <1519590693.23769019326f5c6c53c5bce306a95bf420e10da9.pacho@gentoo> (raw)

commit:     23769019326f5c6c53c5bce306a95bf420e10da9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 20:31:33 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 20:31:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23769019

net-dialup/mwavem: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dialup/mwavem/mwavem-2.0-r1.ebuild | 63 ----------------------------------
 1 file changed, 63 deletions(-)

diff --git a/net-dialup/mwavem/mwavem-2.0-r1.ebuild b/net-dialup/mwavem/mwavem-2.0-r1.ebuild
deleted file mode 100644
index 1ff1d46784f..00000000000
--- a/net-dialup/mwavem/mwavem-2.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-AT_M4DIR="m4"
-
-inherit autotools eutils
-
-DESCRIPTION="User level application for IBM Mwave modem"
-HOMEPAGE="http://oss.software.ibm.com/acpmodem/"
-SRC_URI="ftp://www-126.ibm.com/pub/acpmodem/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-gentoo.patch \
-		"${FILESDIR}"/${P}-glibc-2.10.patch
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-
-	dosbin "${FILESDIR}/mwave-dev-handler"
-
-	insinto /etc/devfs.d
-	newins "${FILESDIR}/mwave.devfs" mwave
-
-	insinto /etc/modprobe.d
-	newins "${FILESDIR}/mwave.modules" mwave.conf
-
-	dodoc AUTHORS ChangeLog FAQ NEWS README README.devfs THANKS
-	docinto doc
-	dodoc doc/mwave.sgml doc/mwave.txt
-	dohtml doc/mwave.html
-}
-
-pkg_postinst() {
-	# Below is to get /etc/modules.d/mwave loaded into /etc/modules.conf
-	if [ "$ROOT" = "/" ]; then
-		[ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update
-	fi
-
-	if [ -e "${ROOT}/dev/.devfsd" ]; then
-		# device node is created by devfs
-		ebegin "Restarting devfsd to reread devfs rules"
-			killall -HUP devfsd
-		eend $?
-	elif [ -e "${ROOT}/dev/.udev" ]; then
-		#the device should be created by udev
-		ebegin "Restarting udev to reread udev rules"
-			udevadm control --reload-rules
-		eend $?
-	else
-		[ ! -d "${ROOT}/dev/modem" ] && mkdir --mode=0755 "${ROOT}/dev/modems"
-		mknod --mode=0660 "${ROOT}/dev/modems/mwave" c 10 219
-	fi
-}


             reply	other threads:[~2018-02-25 20:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-25 20:36 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-25 18:21 [gentoo-commits] repo/gentoo:master commit in: net-dialup/mwavem/ Thomas Deutschmann

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=1519590693.23769019326f5c6c53c5bce306a95bf420e10da9.pacho@gentoo \
    --to=pacho@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