diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-10-17 21:09:53 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-10-17 21:09:53 +0000 |
commit | 3694435b661e7136d0070487d051ae3520e06d4a (patch) | |
tree | 7be2ab0c640e389edc1378bce5bc2dbe4624588c /net-dialup | |
parent | Fixed installation of default /shared/ reported in bug #106906. (diff) | |
download | historical-3694435b661e7136d0070487d051ae3520e06d4a.tar.gz historical-3694435b661e7136d0070487d051ae3520e06d4a.tar.bz2 historical-3694435b661e7136d0070487d051ae3520e06d4a.zip |
Version bump
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/misdn/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/misdn/Manifest | 16 | ||||
-rw-r--r-- | net-dialup/misdn/files/digest-misdn-20051017 | 1 | ||||
-rw-r--r-- | net-dialup/misdn/misdn-20051017.ebuild | 98 |
4 files changed, 114 insertions, 8 deletions
diff --git a/net-dialup/misdn/ChangeLog b/net-dialup/misdn/ChangeLog index e1bf9a5d1615..fd18b25413ad 100644 --- a/net-dialup/misdn/ChangeLog +++ b/net-dialup/misdn/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/misdn # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.5 2005/09/03 20:05:10 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.6 2005/10/17 21:09:53 genstef Exp $ + +*misdn-20051017 (17 Oct 2005) + + 17 Oct 2005; Stefan Schweizer <genstef@gentoo.org> +misdn-20051017.ebuild: + Version bump 03 Sep 2005; Stefan Briesenick <sbriesen@gentoo.org> files/misdn.modulesd: updated modules.d/misdn config diff --git a/net-dialup/misdn/Manifest b/net-dialup/misdn/Manifest index 7a9bd6e0ab30..bbf0356e16e9 100644 --- a/net-dialup/misdn/Manifest +++ b/net-dialup/misdn/Manifest @@ -1,12 +1,14 @@ -MD5 ebea3cc6a50b31c2733de19ec1898085 misdn-20050508.ebuild 3342 -MD5 ec4d12a72b13796107b3f34417e2f80d misdn-20050519.ebuild 3342 -MD5 4fa04d78d54dfa1346e895e697011466 misdn-20050514.ebuild 3342 -MD5 1788ac55437d5f1f6753542295913557 misdn-20050409.ebuild 3316 -MD5 6ec93fce0497f5310393aff45492594f ChangeLog 1055 -MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 4966ea8f0ed13958aac99675523e0b57 files/misdn.modulesd 2909 +MD5 494faa716430134c9b3535ceb96b3ba6 ChangeLog 1178 MD5 591b7a0690f210221ae79ac9f1ae5633 files/change-pci_find_subsys-to-pci_get_subsys.patch 919 MD5 9b0b0d0760eb4e9f26bd420c16a1dc5d files/digest-misdn-20050409 73 MD5 3df61544e763fc35f2001a51edfc6f3b files/digest-misdn-20050508 73 MD5 be8104b2e9408328f43ee4fe05d6bab4 files/digest-misdn-20050514 73 MD5 92c3a36fcea882f904ffe816753b5447 files/digest-misdn-20050519 73 +MD5 967da5f09499c4d24de3c6030bafd180 files/digest-misdn-20051017 73 +MD5 4966ea8f0ed13958aac99675523e0b57 files/misdn.modulesd 2909 +MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 +MD5 1788ac55437d5f1f6753542295913557 misdn-20050409.ebuild 3316 +MD5 ebea3cc6a50b31c2733de19ec1898085 misdn-20050508.ebuild 3342 +MD5 4fa04d78d54dfa1346e895e697011466 misdn-20050514.ebuild 3342 +MD5 ec4d12a72b13796107b3f34417e2f80d misdn-20050519.ebuild 3342 +MD5 7c81f695492a9f6e97ce6a350e5a3194 misdn-20051017.ebuild 3531 diff --git a/net-dialup/misdn/files/digest-misdn-20051017 b/net-dialup/misdn/files/digest-misdn-20051017 new file mode 100644 index 000000000000..505aa721ec48 --- /dev/null +++ b/net-dialup/misdn/files/digest-misdn-20051017 @@ -0,0 +1 @@ +MD5 dafe284107aab11fb420c1e99e240ebf mISDN-CVS-2005-10-17.tar.bz2 259343 diff --git a/net-dialup/misdn/misdn-20051017.ebuild b/net-dialup/misdn/misdn-20051017.ebuild new file mode 100644 index 000000000000..92522de55e29 --- /dev/null +++ b/net-dialup/misdn/misdn-20051017.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-20051017.ebuild,v 1.1 2005/10/17 21:09:53 genstef Exp $ + +inherit eutils linux-mod + +MY_P=mISDN-CVS-${PV:0:4}-${PV:4:2}-${PV:6:2} +DESCRIPTION="mISDN (modular ISDN) is the new ISDN stack of the linux kernel version 2.6." +HOMEPAGE="http://www.isdn4linux.de/mISDN" +SRC_URI="ftp://ftp.isdn4linux.de/pub/isdn4linux/CVS-Snapshots/${MY_P}.tar.bz2 + ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/isdn4linux/CVS-Snapshots/${MY_P}.tar.bz2 + ftp://ftp.cs.tu-berlin.de/pub/net/isdn/isdn4linux/CVS-Snapshots/${MY_P}.tar.bz2 + ftp://ftp.gwdg.de/pub/linux/isdn/isdn4linux/CVS-Snapshots/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +RDEPEND=">=net-dialup/capi4k-utils-20050322-r1" +S=${WORKDIR}/${MY_P}/drivers/isdn/hardware/mISDN/ + +MISDN_MODULES=("avmfritz" "hfcpci" "hfcmulti" "hfcsusb" "sedlfax" "w6692pci") +MISDN_KCONFIG=("AVM_FRITZ" "HFCPCI" "HFCMULTI" "HFCUSB" "SPEEDFAX" "W6692" ) + +pkg_setup() { + CONFIG_CHECK="ISDN_CAPI ISDN_CAPI_CAPI20 ISDN_CAPI_CAPIFS_BOOL" + linux-mod_pkg_setup + MODULE_NAMES="mISDN_capi(net:) mISDN_dtmf(net:) mISDN_l1(net:) + mISDN_x25dte(net:) l3udss1(net:) mISDN_core(net:) mISDN_isac(net:) + mISDN_l2(net:) mISDN_dsp(net:)" + BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} EXTRA_CFLAGS=-I${WORKDIR}/${MY_P}/include CONFIG_MISDN_DRV=m CONFIG_MISDN_DSP=y" + BUILD_TARGETS="modules" + #I4LmISDN(net:) does not compile :( CONFIG_I4L_CAPI_LAYER=m + # the i4l->capi simulation seems to be only for kernel 2.4 + + if [ -n "${MISDN_CARDS}" ]; then + #Check existence of user selected cards + for USERCARD in ${MISDN_CARDS} ; do + for ((CARD=0; CARD < ${#MISDN_MODULES[*]}; CARD++)); do + if [ "${USERCARD}" = "${MISDN_MODULES[CARD]}" ]; then + MODULE_NAMES="${MODULE_NAMES} ${MISDN_MODULES[CARD]}(net:)" + [ "sedlfax" = "${MISDN_MODULES[CARD]}" ] && MODULE_NAMES="${MODULE_NAMES} faxl3(net:)" + BUILD_PARAMS="${BUILD_PARAMS} CONFIG_MISDN_${MISDN_KCONFIG[CARD]}=y" + continue 2 + fi + done + die "Module ${USERCARD} not present in ${P}" + done + else + einfo + einfo "You can control the modules which are built with the variable" + einfo "MISDN_CARDS which should contain a blank separated list" + einfo "of a selection from the following cards:" + einfo " ${MISDN_MODULES[*]}" + einfo + ewarn "I give you the chance of hitting Ctrl-C and make the necessary" + ewarn "adjustments in /etc/make.conf." + + # enable everything + for ((CARD=0; CARD < ${#MISDN_MODULES[*]}; CARD++)); do + MODULE_NAMES="${MODULE_NAMES} ${MISDN_MODULES[CARD]}(net:)" + [ "sedlfax" = "${MISDN_MODULES[CARD]}" ] && MODULE_NAMES="${MODULE_NAMES} faxl3(net:)" + BUILD_PARAMS="${BUILD_PARAMS} CONFIG_MISDN_${MISDN_KCONFIG[CARD]}=y" + done + fi +} + +src_unpack() { + unpack ${A} + cd ${S} + sed -i "s:pci_find_subsys:pci_get_subsys:g" hfc_multi.c + sed -i "s:PCI_DEVICE_ID_SITECOM_DC105:PCI_DEVICE_ID_SITECOM_DC105V2:" hfc_pci.c +} + +src_compile() { + mv Makefile.v2.6 Makefile + linux-mod_src_compile +} + +src_install() { + linux-mod_src_install + + insinto /etc/modules.d + newins ${FILESDIR}/misdn.modulesd misdn + + dodoc Kconfig.v2.6 +} + +pkg_postinst() { + update_depmod + update_modules + + ewarn + ewarn "This driver is still under heavy development" + ewarn "Please report ebuild related bugs / wishes to http://bugs.gentoo.org" + ewarn "Please report driver bugs to the mISDN mailing-list:" + ewarn " https://www.isdn4linux.de/mailman/listinfo/isdn4linux" +} |