diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-09-27 09:55:25 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-09-27 09:55:25 +0000 |
commit | e800a7a813dcd039315fd3bc7991969634b87679 (patch) | |
tree | 7ce863f1810898f181d78d21986b7c8e528829b0 /net-misc/asterisk-chan_bluetooth | |
parent | Stable for ppc. (diff) | |
download | historical-e800a7a813dcd039315fd3bc7991969634b87679.tar.gz historical-e800a7a813dcd039315fd3bc7991969634b87679.tar.bz2 historical-e800a7a813dcd039315fd3bc7991969634b87679.zip |
asterisk-chan_bluetooth/
Diffstat (limited to 'net-misc/asterisk-chan_bluetooth')
5 files changed, 0 insertions, 126 deletions
diff --git a/net-misc/asterisk-chan_bluetooth/ChangeLog b/net-misc/asterisk-chan_bluetooth/ChangeLog deleted file mode 100644 index f2b31c714e0c..000000000000 --- a/net-misc/asterisk-chan_bluetooth/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -# ChangeLog for net-misc/asterisk-chan_bluetooth -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_bluetooth/ChangeLog,v 1.6 2009/08/29 17:40:23 robbat2 Exp $ - - 29 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> - asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild: - Add ~amd64 keyword. - - 16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml: - Remove stkn from metadata.xml (#27693) - - 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - - 27 Aug 2005; <stkn@gentoo.org> - asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild: - Added blocker for >=1.1.0 (does not work with 1.2.0 at the moment) - - 10 May 2005; David Holm <dholm@gentoo.org> - asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild: - Added to ~ppc. - -*asterisk-chan_bluetooth-0.0.1_pre20050212 (15 Feb 2005) - - 15 Feb 2005; Stefan Knoblich <stkn@gentoo.org> +metadata.xml, - +files/chan_bluetooth-0.0.0-astcfg.diff, - +asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild: - Initial import. - diff --git a/net-misc/asterisk-chan_bluetooth/Manifest b/net-misc/asterisk-chan_bluetooth/Manifest deleted file mode 100644 index ae53c6c64463..000000000000 --- a/net-misc/asterisk-chan_bluetooth/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX chan_bluetooth-0.0.0-astcfg.diff 1519 RMD160 1fbfb7f3d84edbf89f4f603ed558ea9305b858d7 SHA1 327a43e31ba16eba5e798a9a32d5cff30afa78dc SHA256 462bfe920a8681079df9f4f1b5cdcf16f62c13abc333695c6be0e93d19487014 -DIST chan_bluetooth-0.0.1_pre20050212.tar.gz 21390 RMD160 bc791eae7412ab295bb89db4229bdac079c5132d SHA1 2ce7cab1c55f2a052da7d4378ce662a3f7927c7d SHA256 1484c95c833bcd51b183f028aae5d3bf213d89d4fb72b9419277fc35925aac68 -EBUILD asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild 924 RMD160 fbe1b5090e4168acfd03c694f9b6c46708a56b4f SHA1 459229c2221811c09fe30c072b6197e6a4316342 SHA256 9329a9cdd80933ed95903a40788e988ba4f252090a7c8e2e961a85b8d54113cf -MISC ChangeLog 1083 RMD160 35929b330c79825b414868524f2f4f419f804d3a SHA1 476c3773c26db7af45fbde3e520c9a665e78d491 SHA256 6883f9670c4c0ac2c41e8709c7201876383c3517c1cb10e8f4402fdb0ac7583f -MISC metadata.xml 159 RMD160 1cb780cd4240aaeb1b22a09a786b8ed4b0803823 SHA1 c96c65dcb37a559953bf3446b6719b0cac3585a8 SHA256 6831e631b05a25ddae6c3e148d49b98877ee1dd318185a0c95f3cad8a89bf34d diff --git a/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild b/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild deleted file mode 100644 index 8f7294b55d9b..000000000000 --- a/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild,v 1.4 2009/08/29 17:40:23 robbat2 Exp $ - -inherit eutils - -MY_PN="chan_bluetooth" - -DESCRIPTION="Asterisk channel plugin for bluetooth HandsFree Profile" -HOMEPAGE="http://www.crazygreek.co.uk/content/chan_bluetooth" -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="" - -DEPEND=">=net-wireless/bluez-libs-2.10 - >=net-misc/asterisk-1.0.5-r1 - !>=net-misc/asterisk-1.1.0" - -S=${WORKDIR}/${MY_PN} - -src_unpack() { - unpack ${A} - - cd ${S} - # apply asterisk-config patch - epatch ${FILESDIR}/${MY_PN}-0.0.0-astcfg.diff -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc README TODO ChangeLog -} diff --git a/net-misc/asterisk-chan_bluetooth/files/chan_bluetooth-0.0.0-astcfg.diff b/net-misc/asterisk-chan_bluetooth/files/chan_bluetooth-0.0.0-astcfg.diff deleted file mode 100644 index 8388ccd6214b..000000000000 --- a/net-misc/asterisk-chan_bluetooth/files/chan_bluetooth-0.0.0-astcfg.diff +++ /dev/null @@ -1,46 +0,0 @@ ---- chan_bluetooth/Makefile.orig 2005-01-26 19:15:55.917041040 +0000 -+++ chan_bluetooth/Makefile 2005-01-26 19:21:53.654656656 +0000 -@@ -1,17 +1,32 @@ --BLT_DIR = $(shell dirname $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))) --BLT_OBJS = $(BLT_DIR)/.tmp/chan_bluetooth.o -+BLT_OBJS = .tmp/chan_bluetooth.o - --ifeq ($(strip ${MAKEFILE_LIST}), Makefile) --thisshouldnotberun: -- @echo " --- Please read the README and INSTALL file!" --endif - --$(BLT_DIR)/.tmp/chan_bluetooth.o: $(BLT_DIR)/chan_bluetooth.c -- $(CC) -c -I$(BLT_DIR) $(CFLAGS) -o $@ $< -+CC=gcc -+SOLINK=$(shell /usr/bin/asterisk-config --solink) -+CFLAGS=$(shell /usr/bin/asterisk-config --cflags) -fPIC -DPIC - --chan_bluetooth.so: $(BLT_DIR)/.tmp $(BLT_OBJS) -+ASTETCDIR=$(shell /usr/bin/asterisk-config --sysconfdir) -+ASTMODDIR=$(shell /usr/bin/asterisk-config --modulesdir) -+ -+all: .depend chan_bluetooth.so -+ -+.tmp/chan_bluetooth.o: chan_bluetooth.c -+ $(CC) -c -I. $(CFLAGS) -o $@ $< -+ -+chan_bluetooth.so: .tmp $(BLT_OBJS) - $(CC) $(SOLINK) -o $@ $(BLT_OBJS) -lbluetooth - --$(BLT_DIR)/.tmp: -- mkdir -p $(BLT_DIR)/.tmp -+.tmp: -+ mkdir -p .tmp -+ -+.depend: -+ @if [ ! -x /usr/bin/asterisk-config ]; then \ -+ echo "/usr/bin/asterisk-config not found!"; \ -+ exit 255; \ -+ fi - -+install: -+ if [ ! -d $(DESTDIR)$(ASTETCDIR) ]; then mkdir -p $(DESTDIR)$(ASTETCDIR); fi -+ install -m600 conf/bluetooth.conf $(DESTDIR)$(ASTETCDIR) -+ if [ ! -d $(DESTDIR)$(ASTMODDIR) ]; then mkdir -p $(DESTDIR)$(ASTMODDIR); fi -+ install -m755 chan_bluetooth.so $(DESTDIR)$(ASTMODDIR) diff --git a/net-misc/asterisk-chan_bluetooth/metadata.xml b/net-misc/asterisk-chan_bluetooth/metadata.xml deleted file mode 100644 index 8d1e4dd4a5b8..000000000000 --- a/net-misc/asterisk-chan_bluetooth/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>voip</herd> -</pkgmetadata> |