summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-07-30 01:29:42 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-07-30 01:29:42 +0000
commit2342c0f83a65b750a39103a6c4c025e64997e1f9 (patch)
treeba90c196c16aa872afb81cc9f7fe14c053201563
parentAdded ~mips. (diff)
downloadhistorical-2342c0f83a65b750a39103a6c4c025e64997e1f9.tar.gz
historical-2342c0f83a65b750a39103a6c4c025e64997e1f9.tar.bz2
historical-2342c0f83a65b750a39103a6c4c025e64997e1f9.zip
Removed old asterisk-sccp package
-rw-r--r--net-misc/asterisk-sccp/ChangeLog22
-rw-r--r--net-misc/asterisk-sccp/Manifest15
-rw-r--r--net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild44
-rw-r--r--net-misc/asterisk-sccp/files/asterisk-sccp-0.2-makefile.diff22
-rw-r--r--net-misc/asterisk-sccp/files/digest-asterisk-sccp-0.21
-rw-r--r--net-misc/asterisk-sccp/metadata.xml8
6 files changed, 0 insertions, 112 deletions
diff --git a/net-misc/asterisk-sccp/ChangeLog b/net-misc/asterisk-sccp/ChangeLog
deleted file mode 100644
index 39081d919bea..000000000000
--- a/net-misc/asterisk-sccp/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for net-misc/asterisk-sccp
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-sccp/ChangeLog,v 1.6 2004/11/30 20:24:09 swegener Exp $
-
- 30 Nov 2004; Sven Wegener <swegener@gentoo.org> asterisk-sccp-0.2.ebuild:
- Removed trailing space after ! in DEPEND.
-
- 29 Sep 2004; <stkn@gentoo.org> asterisk-sccp-0.2.ebuild:
- chan_sccp-0.2 won't compile with >=asterisk-1.0.0, blocking that...
-
- 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> asterisk-sccp-0.2.ebuild:
- Fix use invocation
-
- 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> asterisk-sccp-0.2.ebuild:
- Add inherit eutils
-
-*asterisk-sccp-0.2 (19 Feb 2004)
-
- 19 Feb 2004; Stefan Knoblich <stkn@gentoo.org> asterisk-sccp-0.2.ebuild,
- metadata.xml, files/asterisk-sccp-0.2-makefile.diff:
- Initial import
-
diff --git a/net-misc/asterisk-sccp/Manifest b/net-misc/asterisk-sccp/Manifest
deleted file mode 100644
index 96e162b55db3..000000000000
--- a/net-misc/asterisk-sccp/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e12e6a1f376807d66ade287698837e7f asterisk-sccp-0.2.ebuild 930
-MD5 a1581bd398f7aaf09a2db9ae7cece90f ChangeLog 848
-MD5 de41c503f05f5f99a8635b0e333729a5 metadata.xml 217
-MD5 02b226ed4084249e98f947a4832b9aba files/asterisk-sccp-0.2-makefile.diff 867
-MD5 743fb0b56579c0c7b6912c9f3c21924a files/digest-asterisk-sccp-0.2 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBrNbzI1lqEGTUzyQRAgI7AKDccYq/ESDZFH0U71rbu722w0e0PwCgmC7z
-gGlqyc2P9UzfX4OuZeUoOSk=
-=lwpB
------END PGP SIGNATURE-----
diff --git a/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild b/net-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild
deleted file mode 100644
index ecd8b0013d49..000000000000
--- a/net-misc/asterisk-sccp/asterisk-sccp-0.2.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-misc/asterisk-sccp/asterisk-sccp-0.2.ebuild,v 1.7 2004/11/30 20:24:09 swegener Exp $
-
-inherit eutils
-
-IUSE="debug"
-
-DESCRIPTION="SCCP plugin for the Asterisk soft PBX"
-HOMEPAGE="http://www.zozo.org.uk/pages.shtml?page=sccp"
-SRC_URI="http://www.zozo.org.uk/downloads/chan_sccp-${PV}.tar.gz"
-S="${WORKDIR}/chan_sccp-${PV}"
-
-SLOT="0"
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-
-DEPEND=">=net-misc/asterisk-0.5.0
- !>=net-misc/asterisk-1.0.0"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-makefile.diff
-
- if ! use debug; then
- sed -i -e "s:^\(DEBUG=-g\):#\1:" Makefile
- fi
-
- # set cflags
- sed -i -e "s:^CFLAG=\(.*\)\$(DEBUG):CFLAG=${CFLAGS} \$(DEBUG):" \
- Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- emake DESTDIR=${D} install || die
-
- dodoc README conf/*.xml
-}
diff --git a/net-misc/asterisk-sccp/files/asterisk-sccp-0.2-makefile.diff b/net-misc/asterisk-sccp/files/asterisk-sccp-0.2-makefile.diff
deleted file mode 100644
index 10732317e2b4..000000000000
--- a/net-misc/asterisk-sccp/files/asterisk-sccp-0.2-makefile.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig 2004-02-19 01:04:10.727418600 +0100
-+++ Makefile 2004-02-19 01:05:58.225076472 +0100
-@@ -1,4 +1,4 @@
--ASTERISK_SOURCE=/usr/src/asterisk
-+ASTERISK_SOURCE=/usr
- AST_MODULES_DIR=/usr/lib/asterisk/modules
-
- DEBUG=-g
-@@ -31,9 +31,10 @@
- @$(CC) -I/usr/include/ $(CFLAGS) -I$(ASTERISK_SOURCE) $(DEFINE) -c $*.c -o .tmp/$*.o
-
- install: chan_sccp.so
-- rm -f $(AST_MODULES_DIR)/chan_sccp.so
-- cp chan_sccp.so $(AST_MODULES_DIR)
-- if ! [ -f /etc/asterisk/sccp.conf ]; then cp conf/sccp.conf /etc/asterisk/; fi
-+ if ! [ -d $(DESTDIR)$(AST_MODULES_DIR) ]; then mkdir -p $(DESTDIR)$(AST_MODULES_DIR); fi
-+ if ! [ -d $(DESTDIR)/etc/asterisk ]; then mkdir -p $(DESTDIR)/etc/asterisk; fi
-+ cp chan_sccp.so $(DESTDIR)$(AST_MODULES_DIR)
-+ if ! [ -f /etc/asterisk/sccp.conf ]; then cp conf/sccp.conf $(DESTDIR)/etc/asterisk/; fi
-
- clean:
- rm -rf chan_sccp.so .tmp
diff --git a/net-misc/asterisk-sccp/files/digest-asterisk-sccp-0.2 b/net-misc/asterisk-sccp/files/digest-asterisk-sccp-0.2
deleted file mode 100644
index 968fce1498ae..000000000000
--- a/net-misc/asterisk-sccp/files/digest-asterisk-sccp-0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d816be2ab8b6cc4b8f3437a4fbe00ee chan_sccp-0.2.tar.gz 35234
diff --git a/net-misc/asterisk-sccp/metadata.xml b/net-misc/asterisk-sccp/metadata.xml
deleted file mode 100644
index a3cddc42f9cc..000000000000
--- a/net-misc/asterisk-sccp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>voip</herd>
-<maintainer>
- <email>stkn@gentoo.org</email>
-</maintainer>
-</pkgmetadata>