summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-wireless/orinoco-fwutils
downloadgentoo-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-wireless/orinoco-fwutils')
-rw-r--r--net-wireless/orinoco-fwutils/Manifest2
-rw-r--r--net-wireless/orinoco-fwutils/metadata.xml11
-rw-r--r--net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild43
-rw-r--r--net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild42
4 files changed, 98 insertions, 0 deletions
diff --git a/net-wireless/orinoco-fwutils/Manifest b/net-wireless/orinoco-fwutils/Manifest
new file mode 100644
index 000000000000..27959b0fa77a
--- /dev/null
+++ b/net-wireless/orinoco-fwutils/Manifest
@@ -0,0 +1,2 @@
+DIST orinoco-fwutils-0.1.tar.gz 5612 SHA256 4c4a40b105c3f0c2936ff3018f14645b644b098dc4b29d9e4230b03c038852f3
+DIST orinoco-fwutils-0.3.tar.gz 5802 SHA256 ad40ef45259367677fc526a4c607287fa4c8fcd004bad1171a6f2a7275c5f96d SHA512 5222c7e651170d34694fc77056042a535bd4c17fe6e806d9b2a1be38a828c58789e98566109f37dfb800efce5bd0b99f0e2ad98e0e72bfbc663b875b00ceb7e2 WHIRLPOOL fd4a3630d52a2d7848f031eea6078868842009aece87b497aa37c1b7a1f15d32754f02fe41b15ec542f785a26fc02f98a9ce2f66d2e5fb9f931ad6217e418c6f
diff --git a/net-wireless/orinoco-fwutils/metadata.xml b/net-wireless/orinoco-fwutils/metadata.xml
new file mode 100644
index 000000000000..5829a2106d33
--- /dev/null
+++ b/net-wireless/orinoco-fwutils/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>steev@gentoo.org</email>
+ <name>Stephen Klimaszweski</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">orinoco</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild
new file mode 100644
index 000000000000..b30b6d59f1e3
--- /dev/null
+++ b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="ORiNOCO IEEE 802.11 wireless LAN firmware utilities"
+HOMEPAGE="http://www.nongnu.org/orinoco/"
+SRC_URI="mirror://sourceforge/orinoco/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+IUSE=""
+RDEPEND="app-arch/unzip
+ dev-lang/perl
+ net-misc/wget
+ sys-apps/coreutils
+ sys-apps/sed"
+
+src_unpack() {
+ unpack ${A}
+
+ # fix paths
+ for file in "${S}"/get_*; do
+ sed -i \
+ -e "s:parse_:/usr/bin/parse_:g" \
+ -e "s:\./::g" \
+ ${file}
+ done
+}
+
+src_install() {
+ dobin get_* parse_*
+
+ dodoc README
+}
+
+pkg_postinst() {
+ einfo
+ einfo "After fetching the firmware using these tools you must place it in"
+ einfo "/lib/firmware/ for the kernel driver to be able to load it."
+ einfo
+}
diff --git a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild
new file mode 100644
index 000000000000..4fb2d4717ea8
--- /dev/null
+++ b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="ORiNOCO IEEE 802.11 wireless LAN firmware utilities"
+HOMEPAGE="http://www.nongnu.org/orinoco/"
+SRC_URI="mirror://sourceforge/orinoco/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+IUSE=""
+RDEPEND="app-arch/unzip
+ dev-lang/perl
+ net-misc/wget
+ sys-apps/coreutils
+ sys-apps/sed"
+DEPEND=""
+
+src_unpack() {
+ unpack ${A}
+
+ # fix paths
+ for file in "${S}"/get_*; do
+ sed -i \
+ -e "s:parse_:/usr/bin/parse_:g" \
+ -e "s:\./::g" \
+ ${file}
+ done
+}
+
+src_install() {
+ dobin get_* parse_*
+
+ dodoc README SHA1SUM
+}
+
+pkg_postinst() {
+ elog "After fetching the firmware using these tools you must place it in"
+ elog "/lib/firmware/ for the kernel driver to be able to load it."
+}