diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-dialup/isdn-firmware | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-dialup/isdn-firmware')
-rw-r--r-- | net-dialup/isdn-firmware/Manifest | 1 | ||||
-rw-r--r-- | net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild | 27 | ||||
-rw-r--r-- | net-dialup/isdn-firmware/metadata.xml | 8 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-dialup/isdn-firmware/Manifest b/net-dialup/isdn-firmware/Manifest new file mode 100644 index 000000000000..5728590e42c0 --- /dev/null +++ b/net-dialup/isdn-firmware/Manifest @@ -0,0 +1 @@ +DIST i4lfirm-2005.8.15-2.i586.rpm 2530426 SHA256 6a63b534886af59301e7ff6ab83f2cac1ebdc25df0206e2ff79405d1fe18f7d0 SHA512 fe943d33b38fa4f2d1c87b31cfe0fd1a99fc930660b88b8e5a138ca8be4c8abcfb7f09f7cd39ed7d12da34b61b0b60bec22b84a38818b478a802eba8a2191153 WHIRLPOOL f96b46f84a258de4d1ffe93c3c404887def1297d457bc999364d97abc008121493499029c3a5b62635f449e028a5144be10624dacbd0d20d7f41f98cd8651d28 diff --git a/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild b/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild new file mode 100644 index 000000000000..31b60f8abe13 --- /dev/null +++ b/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit multilib rpm versionator + +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="ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586/i586/${MY_P}.i586.rpm" + +LICENSE="freedist" #446158 +SLOT="0" +KEYWORDS="amd64 ppc x86" + +S="${WORKDIR}/lib/firmware/isdn" + +src_install() { + insinto $(get_libdir)/firmware + insopts -m 0644 + doins * +} diff --git a/net-dialup/isdn-firmware/metadata.xml b/net-dialup/isdn-firmware/metadata.xml new file mode 100644 index 000000000000..e86609b3d54e --- /dev/null +++ b/net-dialup/isdn-firmware/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-dialup</herd> + <longdescription lang="en"> + ISDN firmware for active ISDN cards (AVM, Eicon, etc.) + </longdescription> +</pkgmetadata> |