summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-06-25 07:01:38 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-06-25 07:01:38 +0000
commite4ba1d500bcded18cd8c70d2428ddfc4884f90ad (patch)
treedf09aad87add77ca8655e6bf191212a1db95f5ce /net-misc/zaptel
parentstable on ppc64 (diff)
downloadgentoo-2-e4ba1d500bcded18cd8c70d2428ddfc4884f90ad.tar.gz
gentoo-2-e4ba1d500bcded18cd8c70d2428ddfc4884f90ad.tar.bz2
gentoo-2-e4ba1d500bcded18cd8c70d2428ddfc4884f90ad.zip
Removing old ebuilds
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/zaptel')
-rw-r--r--net-misc/zaptel/ChangeLog6
-rw-r--r--net-misc/zaptel/files/digest-zaptel-1.0.01
-rw-r--r--net-misc/zaptel/files/digest-zaptel-1.0.11
-rw-r--r--net-misc/zaptel/files/digest-zaptel-1.0.21
-rw-r--r--net-misc/zaptel/zaptel-1.0.0.ebuild111
-rw-r--r--net-misc/zaptel/zaptel-1.0.1.ebuild110
-rw-r--r--net-misc/zaptel/zaptel-1.0.2.ebuild107
7 files changed, 5 insertions, 332 deletions
diff --git a/net-misc/zaptel/ChangeLog b/net-misc/zaptel/ChangeLog
index cae66969eecd..e0e4ab048a4d 100644
--- a/net-misc/zaptel/ChangeLog
+++ b/net-misc/zaptel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/zaptel
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.45 2005/06/24 16:40:42 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.46 2005/06/25 07:01:38 stkn Exp $
+
+ 24 Jun 2005; Stefan Knoblich <stkn@gentoo.org> -zaptel-1.0.0.ebuild,
+ -zaptel-1.0.1.ebuild, -zaptel-1.0.2.ebuild:
+ Removing old zaptel ebuilds
*zaptel-1.0.4-r1 (24 Jun 2005)
diff --git a/net-misc/zaptel/files/digest-zaptel-1.0.0 b/net-misc/zaptel/files/digest-zaptel-1.0.0
deleted file mode 100644
index 1ae4460f487f..000000000000
--- a/net-misc/zaptel/files/digest-zaptel-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9088735d344cb79bb703a8d73e4ee0d3 zaptel-1.0.0.tar.gz 296584
diff --git a/net-misc/zaptel/files/digest-zaptel-1.0.1 b/net-misc/zaptel/files/digest-zaptel-1.0.1
deleted file mode 100644
index 98b70d17c5da..000000000000
--- a/net-misc/zaptel/files/digest-zaptel-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 728bad0a3aa73905ef6a57d13779d6da zaptel-1.0.1.tar.gz 296861
diff --git a/net-misc/zaptel/files/digest-zaptel-1.0.2 b/net-misc/zaptel/files/digest-zaptel-1.0.2
deleted file mode 100644
index 022f57234e1c..000000000000
--- a/net-misc/zaptel/files/digest-zaptel-1.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d7d83046cef106892fe22a8de02f66f zaptel-1.0.2.tar.gz 314916
diff --git a/net-misc/zaptel/zaptel-1.0.0.ebuild b/net-misc/zaptel/zaptel-1.0.0.ebuild
deleted file mode 100644
index d47ed33336fa..000000000000
--- a/net-misc/zaptel/zaptel-1.0.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.0.ebuild,v 1.4 2005/01/27 19:40:38 stkn Exp $
-
-IUSE="devfs26"
-
-inherit eutils kernel-mod
-
-DESCRIPTION="Pseudo-TDM engine"
-HOMEPAGE="http://www.asterisk.org"
-SRC_URI="ftp://ftp.asterisk.org/pub/telephony/zaptel/zaptel-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-
-DEPEND="virtual/libc
- virtual/linux-sources
- >=dev-libs/newt-0.50.0"
-
-pkg_setup() {
- einfo "Please make sure that your kernel has the appropriate"
- einfo "ppp support enabled or present as modules before merging"
- einfo "e.g."
- einfo "CONFIG_PPP=m"
- einfo "CONFIG_PPP_ASYNC=m"
- einfo "CONFIG_PPP_DEFLATE=m"
- einfo "CONFIG_PPPOE=m"
- einfo "Otherwise quit this ebuild, rebuild your kernel and reboot"
-
- # show an nice warning message about zaptel not supporting devfs on 2.6
- if is_kernel 2 6 ; then
- echo
- einfo "You're using zaptel with linux-2.6:"
- ewarn " Zaptel doesn't support devfs with 2.6, you'll need to use udev or disable devfs"
- ewarn " or use devfs and write a script which re-creates the device nodes for you"
- echo
- ewarn "There's an experimental patch which adds devfs support when using linux-2.6, but:"
- ewarn " 1. It's an ugly hack atm and needs a cleanup..."
- ewarn " 2. I was only able to test loading / unloading with the ztd-eth driver..."
- ewarn " 3. I _really_ don't know if it works with real hardware..."
- echo
- eerror " 4. And more important: This is not officially supported by Digium / the Asterisk project!!!"
- echo
- ewarn "If you're still interested, abort now (ctrl+c) and enable the devfs26 USE-flag"
- einfo "Feedback and bug-reports should go to: stkn@gentoo.org"
- echo
- ewarn "You have been warned!"
-
- echo
- einfo "Sleeping 20 Seconds..."
- epause 20
- else
- echo
- einfo "Sleeping 10 Seconds..."
- epause 10
- fi
-
-}
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # >= 0.9.1 requires new patch
- epatch ${FILESDIR}/${P}-modulesd.diff
-
- # remove all from install target
- sed -i -e "s#^\(install:\)[ \t]\+all[ \t]\+\(.*\)#\1 \2#" Makefile
-
- # enable ztdummy...
- sed -i -e "s:#\( ztdummy.*\):\1:" Makefile
-
- # devfs support
- if use devfs26; then
- einfo "Enabling experimental devfs support for linux-2.6..."
- epatch ${FILESDIR}/${P}-experimental-devfs26.diff
- fi
-}
-
-src_compile() {
- set_arch_to_kernel
- make || die
- set_arch_to_portage
-}
-
-src_install() {
- make INSTALL_PREFIX=${D} install || die
-
- dodoc ChangeLog README README.udev README.Linux26 README.fxsusb zaptel.init zaptel.sysconfig
- dodoc zaptel.conf.sample
-
- # additional tools
- dobin ztmonitor ztspeed zttest
-
- # install init script
- exeinto /etc/init.d
- newexe ${FILESDIR}/zaptel.rc6 zaptel
- insinto /etc/conf.d
- newins ${FILESDIR}/zaptel.confd zaptel
-}
-
-pkg_postinst() {
- if use devfs26; then
- ewarn "*** Warning! ***"
- ewarn "Devfs support for linux-2.6 is experimental and not"
- ewarn "supported by digium or the asterisk project!"
- echo
- ewarn "Send bug-reports to: stkn@gentoo.org"
- fi
-}
diff --git a/net-misc/zaptel/zaptel-1.0.1.ebuild b/net-misc/zaptel/zaptel-1.0.1.ebuild
deleted file mode 100644
index 8fc5172be91c..000000000000
--- a/net-misc/zaptel/zaptel-1.0.1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.1.ebuild,v 1.2 2005/01/05 01:49:19 stkn Exp $
-
-IUSE="devfs26"
-
-inherit eutils kernel-mod
-
-DESCRIPTION="Pseudo-TDM engine"
-HOMEPAGE="http://www.asterisk.org"
-SRC_URI="ftp://ftp.asterisk.org/pub/telephony/zaptel/zaptel-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-
-DEPEND="virtual/libc
- virtual/linux-sources
- >=dev-libs/newt-0.50.0"
-
-pkg_setup() {
- einfo "Please make sure that your kernel has the appropriate"
- einfo "ppp support enabled or present as modules before merging"
- einfo "e.g."
- einfo "CONFIG_PPP=m"
- einfo "CONFIG_PPP_ASYNC=m"
- einfo "CONFIG_PPP_DEFLATE=m"
- einfo "CONFIG_PPPOE=m"
- einfo "Otherwise quit this ebuild, rebuild your kernel and reboot"
-
- # show an nice warning message about zaptel not supporting devfs on 2.6
- if [ $(echo $KV | cut -d. -f1) -eq 2 ] && [ $(echo $KV|cut -d. -f2) -eq 6 ]; then
- echo
- einfo "You're using zaptel with linux-2.6:"
- ewarn " Zaptel doesn't support devfs with 2.6, you'll need to use udev or disable devfs"
- ewarn " or use devfs and write a script which re-creates the device nodes for you"
- ewarn ""
- ewarn "There's an experimental patch which adds devfs support when using linux-2.6, but:"
- ewarn " 1. It's an ugly hack atm and needs a cleanup..."
- ewarn " 2. I was only abled to test loding / unloading with the ztd-eth driver..."
- ewarn " 3. I _really_ don't know if it works with real hardware..."
- eerror " 4. And more important: This is not officially supported by Digium / the Asterisk project!!!"
- ewarn ""
- ewarn "If you're still interested, abort now (ctrl+c) and enable the devfs26 USE-flag"
- einfo "Feedback and bug-reports should go to: stkn@gentoo.org"
- ewarn "You have been warned!"
- echo
- einfo "Sleeping 20 Seconds..."
- epause 20
- else
- echo
- einfo "Sleeping 10 Seconds..."
- epause 10
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # >= 0.9.1 requires new patch
- epatch ${FILESDIR}/${P}-modulesd.diff
-
- # skbuff fix for >=linux-2.6.9
- epatch ${FILESDIR}/${P}-skbuff.diff
-
- # remove all from install target
- sed -i -e "s#^\(install:\)[ \t]\+all[ \t]\+\(.*\)#\1 \2#" Makefile
-
- # enable ztdummy...
- sed -i -e "s:#\( ztdummy.*\):\1:" Makefile
-
- # devfs support
- if use devfs26; then
- einfo "Enabling experimental devfs support for linux-2.6..."
- epatch ${FILESDIR}/${PN}-1.0.0-experimental-devfs26.diff
- fi
-}
-
-src_compile() {
- set_arch_to_kernel
- make || die
- set_arch_to_portage
-}
-
-src_install() {
- make INSTALL_PREFIX=${D} install || die
-
- dodoc ChangeLog README README.udev README.Linux26 README.fxsusb zaptel.init zaptel.sysconfig
- dodoc zaptel.conf.sample
-
- # additional tools
- dobin ztmonitor ztspeed zttest
-
- # install init script
- exeinto /etc/init.d
- newexe ${FILESDIR}/zaptel.rc6 zaptel
- insinto /etc/conf.d
- newins ${FILESDIR}/zaptel.confd zaptel
-}
-
-pkg_postinst() {
- if use devfs26; then
- ewarn "*** Warning! ***"
- ewarn "Devfs support for linux-2.6 is experimental and not"
- ewarn "supported by digium or the asterisk project!"
- echo
- ewarn "Send bug-reports to: stkn@gentoo.org"
- fi
-}
diff --git a/net-misc/zaptel/zaptel-1.0.2.ebuild b/net-misc/zaptel/zaptel-1.0.2.ebuild
deleted file mode 100644
index 25d3274099e7..000000000000
--- a/net-misc/zaptel/zaptel-1.0.2.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.2.ebuild,v 1.3 2005/01/05 01:49:19 stkn Exp $
-
-IUSE="devfs26"
-
-inherit eutils kernel-mod
-
-DESCRIPTION="Pseudo-TDM engine"
-HOMEPAGE="http://www.asterisk.org"
-SRC_URI="ftp://ftp.asterisk.org/pub/telephony/zaptel/old/zaptel-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-
-DEPEND="virtual/libc
- virtual/linux-sources
- >=dev-libs/newt-0.50.0"
-
-pkg_setup() {
- einfo "Please make sure that your kernel has the appropriate"
- einfo "ppp support enabled or present as modules before merging"
- einfo "e.g."
- einfo "CONFIG_PPP=m"
- einfo "CONFIG_PPP_ASYNC=m"
- einfo "CONFIG_PPP_DEFLATE=m"
- einfo "CONFIG_PPPOE=m"
- einfo "Otherwise quit this ebuild, rebuild your kernel and reboot"
-
- # show an nice warning message about zaptel not supporting devfs on 2.6
- if [ $(echo $KV | cut -d. -f1) -eq 2 ] && [ $(echo $KV|cut -d. -f2) -eq 6 ]; then
- echo
- einfo "You're using zaptel with linux-2.6:"
- ewarn " Zaptel doesn't support devfs with 2.6, you'll need to use udev or disable devfs"
- ewarn " or use devfs and write a script which re-creates the device nodes for you"
- ewarn ""
- ewarn "There's an experimental patch which adds devfs support when using linux-2.6, but:"
- ewarn " 1. It's an ugly hack atm and needs a cleanup..."
- ewarn " 2. I was only abled to test loding / unloading with the ztd-eth driver..."
- ewarn " 3. I _really_ don't know if it works with real hardware..."
- eerror " 4. And more important: This is not officially supported by Digium / the Asterisk project!!!"
- ewarn ""
- ewarn "If you're still interested, abort now (ctrl+c) and enable the devfs26 USE-flag"
- einfo "Feedback and bug-reports should go to: stkn@gentoo.org"
- ewarn "You have been warned!"
- echo
- einfo "Sleeping 20 Seconds..."
- epause 20
- else
- echo
- einfo "Sleeping 10 Seconds..."
- epause 10
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # >= 0.9.1 requires new patch
- epatch ${FILESDIR}/${PN}-1.0.1-modulesd.diff
-
- # remove all from install target
- sed -i -e "s#^\(install:\)[ \t]\+all[ \t]\+\(.*\)#\1 \2#" Makefile
-
- # enable ztdummy...
- sed -i -e "s:#\( ztdummy.*\):\1:" Makefile
-
- # devfs support
- if use devfs26; then
- einfo "Enabling experimental devfs support for linux-2.6..."
- epatch ${FILESDIR}/${PN}-1.0.0-experimental-devfs26.diff
- fi
-}
-
-src_compile() {
- set_arch_to_kernel
- make || die
- set_arch_to_portage
-}
-
-src_install() {
- make INSTALL_PREFIX=${D} install || die
-
- dodoc ChangeLog README README.udev README.Linux26 README.fxsusb zaptel.init zaptel.sysconfig
- dodoc zaptel.conf.sample
-
- # additional tools
- dobin ztmonitor ztspeed zttest
-
- # install init script
- exeinto /etc/init.d
- newexe ${FILESDIR}/zaptel.rc6 zaptel
- insinto /etc/conf.d
- newins ${FILESDIR}/zaptel.confd zaptel
-}
-
-pkg_postinst() {
- if use devfs26; then
- ewarn "*** Warning! ***"
- ewarn "Devfs support for linux-2.6 is experimental and not"
- ewarn "supported by digium or the asterisk project!"
- echo
- ewarn "Send bug-reports to: stkn@gentoo.org"
- fi
-}