diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-02-07 21:29:37 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-02-07 21:29:37 +0000 |
commit | 9156db378df96fc0f6137e06076195932d88ad5d (patch) | |
tree | 9d2baf0ebfe8491277d8762ae0230d65e34eb77a /net-dialup/mwavem | |
parent | Now juk has a fixed dep on akode, so it needs its libs and its headers. (diff) | |
download | gentoo-2-9156db378df96fc0f6137e06076195932d88ad5d.tar.gz gentoo-2-9156db378df96fc0f6137e06076195932d88ad5d.tar.bz2 gentoo-2-9156db378df96fc0f6137e06076195932d88ad5d.zip |
stable on x86; remove obsolete ebuild
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dialup/mwavem')
-rw-r--r-- | net-dialup/mwavem/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/mwavem/files/digest-mwavem-1.0.2 | 1 | ||||
-rw-r--r-- | net-dialup/mwavem/files/mwavem-1.0.2-gentoo.diff | 45 | ||||
-rw-r--r-- | net-dialup/mwavem/mwavem-1.0.2.ebuild | 47 | ||||
-rw-r--r-- | net-dialup/mwavem/mwavem-1.0.4.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/mwavem/mwavem-2.0.ebuild | 6 |
6 files changed, 11 insertions, 100 deletions
diff --git a/net-dialup/mwavem/ChangeLog b/net-dialup/mwavem/ChangeLog index 309cac55b384..9fa60a46273a 100644 --- a/net-dialup/mwavem/ChangeLog +++ b/net-dialup/mwavem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/mwavem -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/ChangeLog,v 1.3 2004/12/05 15:40:26 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/ChangeLog,v 1.4 2005/02/07 21:29:37 mrness Exp $ + + 07 Feb 2005; Alin Nastac <mrness@gentoo.org> + -files/mwavem-1.0.2-gentoo.diff, -mwavem-1.0.2.ebuild, mwavem-2.0.ebuild: + Mark stable on x86 and remove obsolete ebuild. *mwavem-2.0 (05 Dec 2004) diff --git a/net-dialup/mwavem/files/digest-mwavem-1.0.2 b/net-dialup/mwavem/files/digest-mwavem-1.0.2 deleted file mode 100644 index b2ae0902d40c..000000000000 --- a/net-dialup/mwavem/files/digest-mwavem-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 29ed2dda14b6b3ee424178e296007fe1 mwavem-1.0.2.tar.gz 1384418 diff --git a/net-dialup/mwavem/files/mwavem-1.0.2-gentoo.diff b/net-dialup/mwavem/files/mwavem-1.0.2-gentoo.diff deleted file mode 100644 index 966828be1dd2..000000000000 --- a/net-dialup/mwavem/files/mwavem-1.0.2-gentoo.diff +++ /dev/null @@ -1,45 +0,0 @@ -diff -u -r mwavem-1.0.2.orig/src/mwavem/Makefile.am mwavem-1.0.2/src/mwavem/Makefile.am ---- mwavem-1.0.2.orig/src/mwavem/Makefile.am Wed Jul 17 08:25:02 2002 -+++ mwavem-1.0.2/src/mwavem/Makefile.am Wed Jul 17 08:25:35 2002 -@@ -6,12 +6,13 @@ - - install-exec-local: - -chmod 755 mwaved -- -mkdir -p /dev/modems -- -mknod --mode=660 /dev/modems/mwave c 10 219 -- -cp -f /etc/modules.conf /etc/modules.conf~ -- -grep 'alias char-major-10-219 mwave' /etc/modules.conf || echo "alias char-major-10-219 mwave" >>/etc/modules.conf -+# -mkdir -p /dev/modems -+# -mknod --mode=660 /dev/modems/mwave c 10 219 -+ -mkdir -p ${D}/etc/modules.d -+ -cp -f /etc/modules.d/aliases ${D}/etc/modules.d -+ -grep 'alias char-major-10-219 mwave' ${D}/etc/modules.d/aliases || echo "alias char-major-10-219 mwave" >>${D}/etc/modules.d/aliases - - uninstall-local: -- -cp -f /etc/modules.conf /etc/modules.conf~ -- -grep -v 'alias char-major-10-219 mwave' /etc/modules.conf~ >/etc/modules.conf -+# -cp -f /etc/modules.conf /etc/modules.conf~ -+# -grep -v 'alias char-major-10-219 mwave' /etc/modules.conf~ >/etc/modules.conf - -diff -u -r mwavem-1.0.2.orig/src/mwavem/Makefile.in mwavem-1.0.2/src/mwavem/Makefile.in ---- mwavem-1.0.2.orig/src/mwavem/Makefile.in Wed Jul 17 08:25:02 2002 -+++ mwavem-1.0.2/src/mwavem/Makefile.in Wed Jul 17 08:26:01 2002 -@@ -321,14 +321,15 @@ - - install-exec-local: - -chmod 755 mwaved -- -mkdir -p /dev/modems -- -mknod --mode=660 /dev/modems/mwave c 10 219 -- -cp -f /etc/modules.conf /etc/modules.conf~ -- -grep 'alias char-major-10-219 mwave' /etc/modules.conf || echo "alias char-major-10-219 mwave" >>/etc/modules.conf -+# -mkdir -p /dev/modems -+# -mknod --mode=660 /dev/modems/mwave c 10 219 -+ -mkdir -p ${D}/etc/modules.d -+ -cp -f /etc/modules.d/aliases ${D}/etc/modules.d -+ -grep 'alias char-major-10-219 mwave' ${D}/etc/modules.d/aliases || echo "alias char-major-10-219 mwave" >>${D}/etc/modules.d/aliases - - uninstall-local: -- -cp -f /etc/modules.conf /etc/modules.conf~ -- -grep -v 'alias char-major-10-219 mwave' /etc/modules.conf~ >/etc/modules.conf -+# -cp -f /etc/modules.conf /etc/modules.conf~ -+# -grep -v 'alias char-major-10-219 mwave' /etc/modules.conf~ >/etc/modules.conf diff --git a/net-dialup/mwavem/mwavem-1.0.2.ebuild b/net-dialup/mwavem/mwavem-1.0.2.ebuild deleted file mode 100644 index ab283216a99c..000000000000 --- a/net-dialup/mwavem/mwavem-1.0.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-1.0.2.ebuild,v 1.1 2004/12/05 08:18:33 mrness Exp $ - -inherit 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/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="X" - -DEPEND="virtual/libc - X? ( virtual/x11 )" - -src_compile() { - epatch ${FILESDIR}/${P}-gentoo.diff - ./configure \ - --disable-mwavedd \ - --host=${CHOST} \ - || die "./configure failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install ||die - dosbin ${FILESDIR}/mwave-dev-handler -} - -pkg_postinst() { - einfo - einfo "To use the MWave Modem device you must setup the proper entries in /dev" - einfo - einfo "If you are using devfs, add the following entries to /etc/devfsd.conf:" - einfo - einfo "REGISTER ^misc/mwave$ EXECUTE /usr/sbin/mwave-dev-handler register" - einfo "UNREGISTER ^misc/mwave$ EXECUTE /usr/sbin/mwave-dev-handler unregister" - einfo - einfo "If you are not using devfs, execute the following commands:" - einfo - einfo "# mkdir -p /dev/modems" - einfo "# mknod --mode=660 /dev/modems/mwave c 10 219" - einfo -} diff --git a/net-dialup/mwavem/mwavem-1.0.4.ebuild b/net-dialup/mwavem/mwavem-1.0.4.ebuild index 1319e1d37a49..12c5873e7f68 100644 --- a/net-dialup/mwavem/mwavem-1.0.4.ebuild +++ b/net-dialup/mwavem/mwavem-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-1.0.4.ebuild,v 1.2 2004/12/05 09:34:44 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-1.0.4.ebuild,v 1.3 2005/02/07 21:29:37 mrness Exp $ inherit eutils diff --git a/net-dialup/mwavem/mwavem-2.0.ebuild b/net-dialup/mwavem/mwavem-2.0.ebuild index 957efe9e4059..b13be0fe4d54 100644 --- a/net-dialup/mwavem/mwavem-2.0.ebuild +++ b/net-dialup/mwavem/mwavem-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-2.0.ebuild,v 1.1 2004/12/05 09:34:44 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-2.0.ebuild,v 1.2 2005/02/07 21:29:37 mrness Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://www-126.ibm.com/pub/acpmodem/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="X" DEPEND="virtual/libc |