diff options
author | 2004-10-05 12:03:07 +0000 | |
---|---|---|
committer | 2004-10-05 12:03:07 +0000 | |
commit | e70eeb7c6f8f7417ebe4fd11ae7552f55158dffe (patch) | |
tree | 043f772c3f4ae3d4baf52d4613e18dcb9966922a /net-dialup | |
parent | mark 0.2.41 stable, bump to 0.2.45 (Manifest recommit) (diff) | |
download | gentoo-2-e70eeb7c6f8f7417ebe4fd11ae7552f55158dffe.tar.gz gentoo-2-e70eeb7c6f8f7417ebe4fd11ae7552f55158dffe.tar.bz2 gentoo-2-e70eeb7c6f8f7417ebe4fd11ae7552f55158dffe.zip |
x86 stable and cleaning out the cobwebs. Thanks to Stephan
Diffstat (limited to 'net-dialup')
6 files changed, 9 insertions, 114 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog index 73a8377efbdb..0e5e0982242a 100644 --- a/net-dialup/capi4k-utils/ChangeLog +++ b/net-dialup/capi4k-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/capi4k-utils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.12 2004/10/02 15:28:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.13 2004/10/05 12:03:07 dragonheart Exp $ + + 05 Oct 2004; Daniel Black <dragonheart@gentoo.org> + -capi4k-utils-20020701.ebuild, -capi4k-utils-20030616.ebuild, + capi4k-utils-20040810.ebuild: + x86 stable and cleaning out the cobwebs. Thanks to Stephan Litterst + <stephan.litterst@web.de> for testing 27 Sep 2004; Daniel Black <dragonheart@gentoo.org> files/capi-init-20040810: Fixed path in init script. Bug #65294 Thanks to tuXXer <bs.net@gmx.de> diff --git a/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild deleted file mode 100644 index eaf8b9db9302..000000000000 --- a/net-dialup/capi4k-utils/capi4k-utils-20020701.ebuild +++ /dev/null @@ -1,44 +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/capi4k-utils/capi4k-utils-20020701.ebuild,v 1.11 2004/07/14 22:39:53 agriffis Exp $ - -YEAR_PV=${PV:0:4} -MON_PV=${PV:4:2} -DAY_PV=${PV:6:2} - -MY_P=${PN}-${YEAR_PV}-${MON_PV}-${DAY_PV} - -S=${WORKDIR}/${PN} -DESCRIPTION="Capi4Linux Utils" -SRC_URI="ftp://ftp.in-berlin.de/pub/capi4linux/OLD/${MY_P}.tar.gz" -HOMEPAGE="ftp://ftp.in-berlin.de/pub/capi4linux/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/linux-sources - sys-devel/automake" - -src_compile() { - emake subconfig || die - emake || die -} - -src_install() { - dodir /dev - make install DESTDIR=${D} || die - rm -rf ${D}/dev - newdoc rcapid/README README.rcapid - newdoc pppdcapiplugin/README README.pppdcapiplugin - docinto examples.pppdcapiplugin; dodoc pppdcapiplugin/examples/* - exeinto /etc/init.d - doexe ${FILESDIR}/capi -} - -pkg_postinst() { - einfo "To use isdn4linux with CAPI replace" - einfo "I4L_MODULE=\"hisax\" with I4L_MODULE=\"capidrv\"," - einfo "start /etc/init.d/capi and load the module" - einfo "capidrv." -} diff --git a/net-dialup/capi4k-utils/capi4k-utils-20030616.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20030616.ebuild deleted file mode 100644 index 8eaa22c1307c..000000000000 --- a/net-dialup/capi4k-utils/capi4k-utils-20030616.ebuild +++ /dev/null @@ -1,65 +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/capi4k-utils/capi4k-utils-20030616.ebuild,v 1.4 2004/07/14 22:39:53 agriffis Exp $ - -YEAR_PV=${PV:0:4} -MON_PV=${PV:4:2} -DAY_PV=${PV:6:2} - -MY_P=${PN}-${YEAR_PV}-${MON_PV}-${DAY_PV} - -S=${WORKDIR}/${PN} -DESCRIPTION="Capi4Linux Utils" -SRC_URI="ftp://ftp.in-berlin.de/pub/capi4linux/${MY_P}.tar.gz ftp://ftp.in-berlin.de/pub/capi4linux/OLD/${MY_P}.tar.gz" -HOMEPAGE="ftp://ftp.in-berlin.de/pub/capi4linux/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/linux-sources - sys-devel/automake" - -src_compile() { - echo "CONFIG_DATADIR='/usr/share'" >> .config - echo "#" > .config - echo "# Automatically generated by emerge: don't edit" >> .config - echo "#" >> .config - echo "CONFIG_KERNELDIR='/usr/src/linux'" >> .config - echo "CONFIG_BINDIR='/usr/bin'" >> .config - echo "CONFIG_SBINDIR='/usr/sbin'" >> .config - echo "CONFIG_MANDIR='/usr/man'" >> .config - echo "CONFIG_AVMCAPICTRL=y" >> .config - echo "CONFIG_CAPIFAX=y" >> .config - echo "CONFIG_RCAPID=y" >> .config - echo "CONFIG_PPPDCAPIPLUGIN=y" >> .config - emake subconfig || die - emake || die -} - -src_install() { - dodir /dev - emake install DESTDIR=${D} || die - rm -rf ${D}/dev - newdoc rcapid/README README.rcapid - newdoc pppdcapiplugin/README README.pppdcapiplugin - docinto examples.pppdcapiplugin; dodoc pppdcapiplugin/examples/* - exeinto /etc/init.d - doexe ${FILESDIR}/capi - insinto /etc - insopts -m 0600 - doins capiinit/capi.conf -} - -pkg_postinst() { - einfo "To use isdn4linux with CAPI replace" - einfo "I4L_MODULE=\"hisax\" with I4L_MODULE=\"capidrv\"," - einfo "start /etc/init.d/capi and load the module" - einfo "capidrv." - einfo "" - einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):" - einfo "Please download the latest firmware from" - einfo "ftp://ftp.in-berlin.de/pub/capi4linux and copy the files " - einfo "to /usr/lib/isdn and check your /etc/capi.conf file" - einfo "" -} diff --git a/net-dialup/capi4k-utils/capi4k-utils-20040810.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20040810.ebuild index f158b7dfb2cc..dbf4117267dc 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20040810.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20040810.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20040810.ebuild,v 1.1 2004/09/24 00:00:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20040810.ebuild,v 1.2 2004/10/05 12:03:07 dragonheart Exp $ YEAR_PV=${PV:0:4} MON_PV=${PV:4:2} @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.in-berlin.de/pub/capi4linux/${MY_P}.tar.gz ftp://ftp.in-berli HOMEPAGE="ftp://ftp.in-berlin.de/pub/capi4linux/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/linux-sources diff --git a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20020701 b/net-dialup/capi4k-utils/files/digest-capi4k-utils-20020701 deleted file mode 100644 index a4860ad196ed..000000000000 --- a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20020701 +++ /dev/null @@ -1 +0,0 @@ -MD5 35b491a2b5b867f6378d7bc7286629c2 capi4k-utils-2002-07-01.tar.gz 433102 diff --git a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20030616 b/net-dialup/capi4k-utils/files/digest-capi4k-utils-20030616 deleted file mode 100644 index bee17899b70b..000000000000 --- a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20030616 +++ /dev/null @@ -1 +0,0 @@ -MD5 8aea2bcdc8e44459043092000c570073 capi4k-utils-2003-06-16.tar.gz 472007 |