diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-03-05 13:56:55 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-03-05 13:56:55 +0000 |
commit | 22040ed745d9d5c74e910bf7ccec4c17545b0104 (patch) | |
tree | 915d06b03521a7d54848c79c4940d4827b8bd12d /net-dialup/capi4k-utils | |
parent | added ~amd64 to KEYWORDS, fixes #84119. compressed the patch to reduce its si... (diff) | |
download | historical-22040ed745d9d5c74e910bf7ccec4c17545b0104.tar.gz historical-22040ed745d9d5c74e910bf7ccec4c17545b0104.tar.bz2 historical-22040ed745d9d5c74e910bf7ccec4c17545b0104.zip |
capi4k-utils-20041006-r5 stable, cleaned out old versions.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup/capi4k-utils')
7 files changed, 10 insertions, 237 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog index f2df4707abd4..9df7cb5d2b00 100644 --- a/net-dialup/capi4k-utils/ChangeLog +++ b/net-dialup/capi4k-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/capi4k-utils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.26 2005/02/26 22:25:23 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.27 2005/03/05 13:56:55 genstef Exp $ + + 05 Mar 2005; Stefan Schweizer <genstef@gentoo.org> + -capi4k-utils-20041006-r3.ebuild, -capi4k-utils-20041006-r4.ebuild, + capi4k-utils-20041006-r5.ebuild: + capi4k-utils-20041006-r5 stable, cleaned out old versions. 26 Feb 2005; Stefan Schweizer <genstef@gentoo.org> +files/capi.conf, capi4k-utils-20041006-r5.ebuild: diff --git a/net-dialup/capi4k-utils/Manifest b/net-dialup/capi4k-utils/Manifest index 5469779e2653..a4b78d61de09 100644 --- a/net-dialup/capi4k-utils/Manifest +++ b/net-dialup/capi4k-utils/Manifest @@ -1,11 +1,7 @@ -MD5 1498f8b6c0b399a069b41c1a963a6226 capi4k-utils-20041006-r3.ebuild 3238 -MD5 bb40291f1bb1ee5bce01f7c5a733a3d9 capi4k-utils-20041006-r5.ebuild 3742 -MD5 016c6cb21ab68060b9dffe7c55f8545d capi4k-utils-20041006-r4.ebuild 3738 -MD5 f7c3ade0b5cc6799bf7c5e518edb026e ChangeLog 4947 +MD5 4a0bb8a608304da5ee282b438e6d54c2 capi4k-utils-20041006-r5.ebuild 3741 +MD5 f01c98810a8efa5155f642f1345615ea ChangeLog 5167 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 4607b3504bc1d4aa7a97c4913b85d8f3 files/capi.conf 592 -MD5 5567e0f076f3d1faafcd0d4fa39a1c4e files/digest-capi4k-utils-20041006-r3 156 -MD5 5567e0f076f3d1faafcd0d4fa39a1c4e files/digest-capi4k-utils-20041006-r4 156 MD5 5567e0f076f3d1faafcd0d4fa39a1c4e files/digest-capi4k-utils-20041006-r5 156 MD5 e74f9b822b6f485ca6ff834c2699151a files/20041006/README.gentoo 1492 MD5 f9d08e560e844f4556da1f58bb5513b4 files/20041006/capi.init 829 diff --git a/net-dialup/capi4k-utils/capi4k-utils-20041006-r3.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20041006-r3.ebuild deleted file mode 100644 index abd7f0446cae..000000000000 --- a/net-dialup/capi4k-utils/capi4k-utils-20041006-r3.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r3.ebuild,v 1.2 2005/01/06 18:17:56 mrness Exp $ - -inherit eutils - -YEAR_PV=${PV:0:4} -MON_PV=${PV:4:2} -DAY_PV=${PV:6:2} - -MY_FILES=${FILESDIR}/${PV} -MY_P=${PN}-${YEAR_PV}-${MON_PV}-${DAY_PV} -PPPVERSIONS="2.4.2 2.4.3" # versions in portage - -DESCRIPTION="CAPI4Linux Utils" -HOMEPAGE="ftp://ftp.in-berlin.de/pub/capi4linux/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc" -IUSE="" -S=${WORKDIR}/${PN} -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 - mirror://gentoo/${P}-patches.tar.bz2" - -DEPEND="virtual/linux-sources - dev-lang/perl - >=sys-apps/sed-4 - virtual/os-headers - sys-devel/automake - sys-devel/autoconf - sys-devel/libtool" -RDEPEND="" - -src_unpack() { - unpack ${A} || die "failed to unpack sources" - cd ${S} - # set our config - cp -f ${MY_FILES}/config .config - # fix the little odd bugs - EPATCH_OPTS="-p1" - epatch ${WORKDIR}/${PN}.diff ${WORKDIR}/ppp-2.4.3.diff || die "${PN} patch failed" - # patch includes of all *.c files - sed -i -e "s:linux/capi.h>$:linux/compiler.h>\n#include <linux/capi.h>:g" */*.c || die "sed failed" - # patch all Makefile.am and Rules.make to use our CFLAGS - sed -i -e "s:^CFLAGS\(.*\)-O2:CFLAGS\1${CFLAGS}:g" */Makefile.am */Rules.make || die "sed failed" - # patch capi20/Makefile.am to use -fPIC for shared library - sed -i -e "s:^\(libcapi20_la_CFLAGS = \):\1-fPIC :g" capi20/Makefile.am || die "sed failed" - # patch pppdcapiplugin/Makefile to use only the ppp versions we want - sed -i -e "s:^\(PPPVERSIONS = \).*$:\1${PPPVERSIONS}:g" pppdcapiplugin/Makefile || die "sed failed" -} - -src_compile() { - # required by fPIC patch - cd ${S}/capi20 || die "capi20 directory not found" - ebegin "Updating autotools-generated files" - aclocal -I . || die "aclocal failed" - automake -a || die "automake failed" - autoconf || die "autoconf failed" - libtoolize -f -c || die "libtoolize failed" - eend $? - cd ${S} - - emake subconfig || die "make subconfig failed" - emake || die "make failed" -} - -src_install() { - dodir /dev - emake DESTDIR=${D} install || die "make install failed" - - # install docs - newdoc rcapid/README README.rcapid - newdoc pppdcapiplugin/README README.pppdcapiplugin - dodoc scripts/makedev.sh ${MY_FILES}/README.gentoo - docinto pppdcapiplugin.examples; dodoc pppdcapiplugin/examples/* - - # install init-script - newinitd ${FILESDIR}/${PV}/capi.init capi - - # example config - insinto /etc - insopts -m 0600 - doins capiinit/capi.conf - - # rcapid config for xinetd - insinto /etc/xinetd.d - insopts -m 0644 - newins ${FILESDIR}/${PV}/rcapid.xinetd rcapid - - # very useful tool ;-) - dobin scripts/isdncause -} - -pkg_postinst() { - einfo "Please read the instructions in:" - einfo "/usr/share/doc/${PF}/README.gentoo.gz" - einfo "" - einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):" - einfo "If you run" - einfo " emerge capi4k-firmware" - einfo "you will probably find your board's firmware in /usr/share/isdn." - einfo "" - einfo "If you have another active ISDN board, you should create" - einfo "/usr/share/isdn and copy there your board's firmware." -} diff --git a/net-dialup/capi4k-utils/capi4k-utils-20041006-r4.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20041006-r4.ebuild deleted file mode 100644 index 38b39b6ec2c7..000000000000 --- a/net-dialup/capi4k-utils/capi4k-utils-20041006-r4.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r4.ebuild,v 1.2 2005/01/06 18:17:56 mrness Exp $ - -inherit eutils - -YEAR_PV=${PV:0:4} -MON_PV=${PV:4:2} -DAY_PV=${PV:6:2} -MY_P=${PN}-${YEAR_PV}-${MON_PV}-${DAY_PV} -PPPVERSIONS="2.4.2 2.4.3" # versions in portage - -DESCRIPTION="CAPI4Linux Utils" -HOMEPAGE="ftp://ftp.in-berlin.de/pub/capi4linux/" -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 - mirror://gentoo/${P}-patches.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" - -DEPEND="virtual/linux-sources - dev-lang/perl - >=sys-apps/sed-4 - virtual/os-headers - sys-devel/automake - sys-devel/autoconf - sys-devel/libtool" -RDEPEND="" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} || die "failed to unpack sources" - cd ${S} - # set our config - cp -f ${FILESDIR}/${PV}/config .config - # fix the little odd bugs - EPATCH_OPTS="-p1" - epatch ${WORKDIR}/${PN}.diff ${WORKDIR}/ppp-2.4.3.diff || die "${PN} patch failed" - # patch includes of all *.c files - sed -i -e "s:linux/capi.h>$:linux/compiler.h>\n#include <linux/capi.h>:g" */*.c || die "sed failed" - # patch all Makefile.am and Rules.make to use our CFLAGS - sed -i -e "s:^CFLAGS\(.*\)-O2:CFLAGS\1${CFLAGS}:g" */Makefile.am */Rules.make || die "sed failed" - # patch capi20/Makefile.am to use -fPIC for shared library - sed -i -e "s:^\(libcapi20_la_CFLAGS = \):\1-fPIC :g" capi20/Makefile.am || die "sed failed" - # patch pppdcapiplugin/Makefile to use only the ppp versions we want - sed -i -e "s:^\(PPPVERSIONS = \).*$:\1${PPPVERSIONS}:g" pppdcapiplugin/Makefile || die "sed failed" - # patch capiinit/capiinit.c to look also in /lib/firmware - sed -i -e "/\"\/usr\/share\/isdn\"/i\"/lib/firmware\"," capiinit/capiinit.c || die "sed failed" -} - -src_compile() { - # required by fPIC patch - cd ${S}/capi20 || die "capi20 directory not found" - ebegin "Updating autotools-generated files" - aclocal -I . || die "aclocal failed" - automake -a || die "automake failed" - autoconf || die "autoconf failed" - libtoolize -f -c || die "libtoolize failed" - eend $? - cd ${S} - - emake subconfig || die "make subconfig failed" - emake || die "make failed" -} - -src_install() { - dodir /dev - make DESTDIR=${D} install || die "make install failed" - - # install docs - newdoc rcapid/README README.rcapid - newdoc pppdcapiplugin/README README.pppdcapiplugin - dodoc scripts/makedev.sh ${FILESDIR}/${PV}/README.gentoo - docinto pppdcapiplugin.examples; dodoc pppdcapiplugin/examples/* - - # install init-script + init-config - dodir /etc/conf.d # BUG: w/o newconfd failes - newinitd ${FILESDIR}/${PV}/capi.initd capi - newconfd ${FILESDIR}/${PV}/capi.confd capi - - # install USB hotplug stuff - insinto /etc/hotplug/blacklist.d - newins ${FILESDIR}/${PV}/capi.blacklist capi - insinto /etc/hotplug/usb - newins ${FILESDIR}/${PV}/capi.usermap capi.usermap - exeinto /etc/hotplug/usb - newexe ${FILESDIR}/${PV}/capi.hotplug capi - - # example config - insinto /etc - insopts -m 0600 - doins capiinit/capi.conf - - # rcapid config for xinetd - insinto /etc/xinetd.d - insopts -m 0644 - newins ${FILESDIR}/${PV}/rcapid.xinetd rcapid - - # very useful tool ;-) - dobin scripts/isdncause -} - -pkg_postinst() { - einfo "Please read the instructions in:" - einfo "/usr/share/doc/${PF}/README.gentoo.gz" - einfo "" - einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):" - einfo "If you run" - einfo " emerge isdn-firmware" - einfo "you will probably find your board's firmware in /lib/firmware." - einfo "" - einfo "If you have another active ISDN board, you should create" - einfo "/lib/firmware and copy there your board's firmware." -} diff --git a/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild index d894cacddb20..53d3738623ca 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild,v 1.2 2005/02/26 22:25:23 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r5.ebuild,v 1.3 2005/03/05 13:56:55 genstef Exp $ inherit eutils @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.in-berlin.de/pub/capi4linux/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/linux-sources diff --git a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20041006-r3 b/net-dialup/capi4k-utils/files/digest-capi4k-utils-20041006-r3 deleted file mode 100644 index 34abafb72602..000000000000 --- a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20041006-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 54992ff362ca44629fdf59773a6864cd capi4k-utils-2004-10-06.tar.gz 743667 -MD5 74951d290e717c8bc87887f55ad3e0dd capi4k-utils-20041006-patches.tar.bz2 11674 diff --git a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20041006-r4 b/net-dialup/capi4k-utils/files/digest-capi4k-utils-20041006-r4 deleted file mode 100644 index 34abafb72602..000000000000 --- a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20041006-r4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 54992ff362ca44629fdf59773a6864cd capi4k-utils-2004-10-06.tar.gz 743667 -MD5 74951d290e717c8bc87887f55ad3e0dd capi4k-utils-20041006-patches.tar.bz2 11674 |