* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mwavem/
@ 2018-02-25 18:21 Thomas Deutschmann
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Deutschmann @ 2018-02-25 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 05cf94c99594a320d5b2e4e0eb2448e9320f68c4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 18:10:29 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 18:10:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cf94c9
net-dialup/mwavem: x86 stable (bug #648394)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-dialup/mwavem/mwavem-2.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/mwavem/mwavem-2.0-r2.ebuild b/net-dialup/mwavem/mwavem-2.0-r2.ebuild
index 33cba49517d..c682b08f9ea 100644
--- a/net-dialup/mwavem/mwavem-2.0-r2.ebuild
+++ b/net-dialup/mwavem/mwavem-2.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="ftp://www-126.ibm.com/pub/acpmodem/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DOCS=( AUTHORS ChangeLog FAQ NEWS README README.devfs THANKS )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/mwavem/
@ 2018-02-25 20:36 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2018-02-25 20:36 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-25 20:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-25 20:36 [gentoo-commits] repo/gentoo:master commit in: net-dialup/mwavem/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2018-02-25 18:21 Thomas Deutschmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox