ChangeLog

# ChangeLog for net-dialup/fcpci
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.19 2008/01/30 01:36:37 sbriesen Exp $

*fcpci-0.1-r1 (30 Jan 2008)

30 Jan 2008; Stefan Briesenick +fcpci-0.1-r1.ebuild:
fixing string.h problem (see bug #202385).

06 Jan 2008; Stefan Briesenick
-fcpci-3.11.02-r2.ebuild:
removed old ebuild.

*fcpci-0.1 (06 Jan 2008)

06 Jan 2008; Stefan Briesenick metadata.xml,
+fcpci-0.1.ebuild:
using special openSUSE repository for AVM drivers from now on.

12 Mar 2006; Alin Nastac fcpci-3.11.02-r2.ebuild:
Quote $WORKDIR.

*fcpci-3.11.02-r2 (09 Mar 2005)

09 Mar 2005; Stefan Schweizer
-fcpci-3.11.02-r1.ebuild, +fcpci-3.11.02-r2.ebuild:
Revision bump, removing 2.6 kernel support in favour of fritzcapi.

09 Mar 2005; Alin Nastac fcpci-3.11.02-r1.ebuild:
Replace kernel-mod inheritance with linux-mod.

06 Feb 2005; Alin Nastac -fcpci-03.11.02.ebuild:
Remove obsolete ebuild.

10 Jan 2005; Alin Nastac -files/tools.c.diff,
-fcpci-03.10.02.ebuild, fcpci-3.11.02-r1.ebuild:
Mark stable on x86 and remove old ebuild.

19 Nov 2004; Alin Nastac -fcpci-03.09.10.ebuild,
fcpci-03.11.02.ebuild:
Marked stable on x86. Removed old ebuild.

*fcpci-3.11.02-r1 (13 Nov 2004)

13 Nov 2004; Alin Nastac +fcpci-3.11.02-r1.ebuild:
Add support for 2.6 kernels. See #55902

*fcpci-03.11.02 (10 Apr 2004)

10 Apr 2004; Heinrich Wendel :
version bump, bug #45355, add kernel 2.6 warning bug #46769

19 Nov 2003; Heinrich Wendel metadata.xml:
metadata

*fcpci-03.10.02 (25 Apr 2003)

25 Apr 2003; Martin Holzer fcpci-03.10.02.ebuild:
Version bumped. Submitted by Georg Lippold in #12348.

*fcpci-03.09.10 (9 Aug 2002)

9 Aug 2002; Bart Verwilst :

Initial version, just in time for our Gentoo 1.4 release :o)
This version will be included on our bootcd.

Manifest

DIST fcpci-0.1-0.src.rpm 1418928 RMD160 b74bc1e9acaa38c4366951a6c2b41387ba7a0bd8 SHA1 486bb85fbe02ba54bbea21d8f8444dcd0b5c2085 SHA256 72588c1efaf4572ca8dbf3c53b0a3e496518d042f004db29764af2777677a485
EBUILD fcpci-0.1-r1.ebuild 1420 RMD160 562a27896ae75fa930137c0d2fa1bb97f7903636 SHA1 f7a27fc5eac3a2633876a6cc6b94a8b7bcb4654d SHA256 12f393a4cdb3d9f1c7545e210a6e638141a77d20fabd733cf2bb6e45e966ba96
EBUILD fcpci-0.1.ebuild 1218 RMD160 1cbf98258fa2c1e5d02a7296b8d5b3097edbc005 SHA1 0c83dcf3bd82d1093f584d711a6c3e081eb6cdce SHA256 55e480ea46d3a94f5007a2d09412eef6c4309daed2588d0d2e53e12b0ab85a2e
MISC ChangeLog 2227 RMD160 060922bcdde1ce2f790b6e64c91cb3614238e0e9 SHA1 23de2b3501dbc97e28ee28ce2fbe9a11625f7a68 SHA256 9cc04f0a006fd140d511aa0d08054c39eaa2ac423758349183ff8b9bf46e9819
MISC metadata.xml 263 RMD160 ea2e7ecb186a7fd9b309bd3aff02c9e139981ce8 SHA1 62ca0c83d00d102d78427e59920cf79b62d37dc1 SHA256 ad6c0344e90e2a2c1f631b6d6e0242799bec90eee1eaccdc04674f52be49ea75

fcpci-0.1-r1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r1.ebuild,v 1.1 2008/01/30 01:36:37 sbriesen Exp $

inherit eutils rpm linux-mod

DESCRIPTION="AVM kernel 2.6 modules for Fritz!Card PCI"
HOMEPAGE="http://opensuse.foehr-it.de/"
SRC_URI="http://opensuse.foehr-it.de/rpms/10_3/src/${P}-0.src.rpm"

LICENSE="AVM-FC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="!net-dialup/fritzcapi"
RDEPEND="${DEPEND} net-dialup/capi4k-utils"

S="${WORKDIR}/fritz"

pkg_setup() {
linux-mod_pkg_setup

if ! kernel_is 2 6; then
die "This package works only with 2.6 kernel!"
fi

BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src"
MODULE_NAMES="${PN}(net:${S}/src)"
}

src_unpack() {
local BIT="" PAT="01234"
if use amd64; then
BIT="64bit-" PAT="1234"
fi

rpm_unpack "${DISTDIR}/${A}" || die "failed to unpack ${A} file"
DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz

cd "${S}"
epatch $(sed -n "s|^Patch[${PAT}]:\s*\(.*\)|../\1|p" ../${PN}.spec)
convert_to_m src/Makefile

for i in lib/*-lib.o; do
einfo "Localize symbols in ${i##*/} ..."
objcopy -L memcmp -L memcpy -L memmove -L memset -L strcat \
-L strcmp -L strcpy -L strlen -L strncmp -L strncpy "${i}"
done
}

src_install() {
linux-mod_src_install
dodoc CAPI*.txt
dohtml *.html
}

fcpci-0.1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1.ebuild,v 1.1 2008/01/06 01:53:01 sbriesen Exp $

inherit eutils rpm linux-mod

DESCRIPTION="AVM kernel 2.6 modules for Fritz!Card PCI"
HOMEPAGE="http://opensuse.foehr-it.de/"
SRC_URI="http://opensuse.foehr-it.de/rpms/10_3/src/${P}-0.src.rpm"

LICENSE="AVM-FC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="!net-dialup/fritzcapi"
RDEPEND="${DEPEND} net-dialup/capi4k-utils"

S="${WORKDIR}/fritz"

pkg_setup() {
linux-mod_pkg_setup

if ! kernel_is 2 6; then
die "This package works only with 2.6 kernel!"
fi

BUILD_TARGETS="all"
BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src"
MODULE_NAMES="${PN}(net:${S}/src)"
}

src_unpack() {
local BIT="" PAT="01234"
if use amd64; then
BIT="64bit-" PAT="1234"
fi

rpm_unpack "${DISTDIR}/${A}" || die "failed to unpack ${A} file"
DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz

cd "${S}"
epatch $(sed -n "s|^Patch[${PAT}]:\s*\(.*\)|../\1|p" ../${PN}.spec)
convert_to_m "src/Makefile"
}

src_install() {
linux-mod_src_install
dodoc CAPI*.txt
dohtml *.html
}

metadata.xml




net-dialup

sbriesen@gentoo.org
Stefan Briesenick