Portage is a package management system used by Gentoo Linux
# ChangeLog for net-dialup/isdn-firmware
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/ChangeLog,v 1.16 2006/11/18 11:10:21 mrness Exp $
18 Nov 2006; Alin Nastac
-isdn-firmware-2005.3.21.3.ebuild:
Remove obsolete version.
03 Sep 2006; Michael Hanselmann
isdn-firmware-2005.8.15.2.ebuild:
Stable on ppc.
28 May 2006; Stefan Briesenick
isdn-firmware-2005.8.15.2.ebuild:
stable on amd64 and x86.
12 Mar 2006; Alin Nastac
-isdn-firmware-2004.4.5-r1.ebuild:
Remove old version.
19 Feb 2006; Michael Hanselmann
isdn-firmware-2005.3.21.3.ebuild:
Stable on ppc. Hopefully it works, it seems like nobody can test it.
10 Nov 2005; Gustavo Zacarias
isdn-firmware-2004.4.5-r1.ebuild:
Removed sparc keyword, maybe it works, maybe it doesn't, it wasn't right in
the first place
*isdn-firmware-2005.8.15.2 (11 Oct 2005)
11 Oct 2005; Stefan Briesenick
+isdn-firmware-2005.8.15.2.ebuild:
version bump. switched to opensuse mirrors.
11 Sep 2005; Stefan Briesenick
isdn-firmware-2005.3.21.3.ebuild:
removed all archs other than x86, amd64 and ppc for the time being. needs
testing first.
11 Sep 2005; Stefan Briesenick
isdn-firmware-2005.3.21.3.ebuild:
revert all archs other than x86 and amd64 to unstable.
09 Sep 2005; Stefan Briesenick
isdn-firmware-2005.3.21.3.ebuild:
marking all other archs also stable, since this is no-arch stuff.
09 Sep 2005; Stefan Briesenick
isdn-firmware-2005.3.21.3.ebuild:
stable on x86 and amd64.
*isdn-firmware-2005.3.21.3 (01 Jul 2005)
01 Jul 2005; Stefan Briesenick
+isdn-firmware-2005.3.21.3.ebuild:
Update to latest SuSE package, rpm-release is now included in the ebuild
version.
18 Feb 2005; Alin Nastac
isdn-firmware-2004.4.5-r1.ebuild:
Remove /lib/isdn symlink as is no longer required by the current version of
isdn4k-utils.
23 Dec 2004; Alin Nastac
isdn-firmware-2004.4.5-r1.ebuild:
Beautify ebuild code, thanks to Stefan Briesenick
*isdn-firmware-2004.4.5-r1 (12 Dec 2004)
12 Dec 2004; Alin Nastac
+isdn-firmware-2004.4.5-r1.ebuild, -isdn-firmware-2004.4.5.ebuild:
Move firmware files to /lib/firmware, the new FHS standard location for
firmware files. See #73365.
*isdn-firmware-2004.4.5 (22 Nov 2004)
22 Nov 2004; Alin Nastac
+isdn-firmware-2004.4.5.ebuild:
Rename capi4k-firmware to isdn-firmware, which seems to be a better name for
this.
DIST i4lfirm-2005.8.15-2.i586.rpm 2530426 RMD160 41fb0a7ddd4f3dbd7b88789809ac6a12b4d9cf3c SHA1 8a0249323493e9ef35f0de756742656891deaed8 SHA256 6a63b534886af59301e7ff6ab83f2cac1ebdc25df0206e2ff79405d1fe18f7d0
EBUILD isdn-firmware-2005.8.15.2.ebuild 791 RMD160 6cb877275ff4b419106f2e38e80a894970150618 SHA1 496497435c51e6bf3abde487c1278b9e5b396928 SHA256 813cf4d77731e9182aed986d5f64060fd6461d2b95de3ff3a0ca3ba74b11031d
MISC ChangeLog 2865 RMD160 e543ff4aa71ff7c64b4e507e155786868f4228f6 SHA1 7a42d6a5ec050a73b8fac45ea2e0a00077ec86be SHA256 9ae0711aa3d9663a5a2e658cf74e7c82a93a0c661bf6b8348606da1a9a5b552f
MISC metadata.xml 369 RMD160 35939c57b83ff2c0fe72389dbd0827526388af73 SHA1 aabbc515bbab074530f6e18f7bca67db157f2005 SHA256 a28af98ea3f2c15dd8531bb7508d9085f8d8685d745b739fc73c962e557b1ba7
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild,v 1.3 2006/09/03 09:02:41 hansmi Exp $
inherit rpm versionator
SUSE_RELEASE="SL-10.0-OSS"
MY_PN="i4lfirm"
MY_PV="$(get_version_component_range 1-3)"
MY_PP="$(get_version_component_range 4)"
MY_P="${MY_PN}-${MY_PV}-${MY_PP}"
DESCRIPTION="ISDN firmware for active ISDN cards (AVM, Eicon, etc.)"
HOMEPAGE="http://www.isdn4linux.de/"
SRC_URI="mirror://opensuse/distribution/${SUSE_RELEASE}/inst-source/suse/i586/${MY_P}.i586.rpm"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
S="${WORKDIR}/lib/firmware/isdn"
src_install() {
insinto /lib/firmware
insopts -m 0644
doins *
}
ISDN firmware for active ISDN cards (AVM, Eicon, etc.)