Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (1916447e52ebd9c365a4054d8303776dea148b2f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (1916447e52ebd9c365a4054d8303776dea148b2f)
  • Date: Mon, 5 Nov 2012 12:08:09 -0600

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 4 ++
z-net/iwlwifi-2030-ucode/BUILD | 1
z-net/iwlwifi-2030-ucode/CONFIGURE | 1
z-net/iwlwifi-2030-ucode/DETAILS | 14
++++++++++
z-net/iwlwifi-2030-ucode/HISTORY | 3 ++
z-net/iwlwifi-2030-ucode/INSTALL | 3 ++
z-net/iwlwifi-2030-ucode/PRE_BUILD | 12
++++++++
z-net/iwlwifi-2030-ucode/PROVIDES | 1
z-net/iwlwifi-2030-ucode/iwlwifi-2030-ucode-18.168.6.1.tgz.sig |binary
9 files changed, 39 insertions(+)

New commits:
commit 1916447e52ebd9c365a4054d8303776dea148b2f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

iwlwifi-2030-ucode: new spell, firmware for the Intel Centrino Wireless-N
2230 Wi-Fi Adapters

diff --git a/ChangeLog b/ChangeLog
index de16524..7bce8d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * z-net/iwlwifi-2030-ucode: new spell, firmware for the Intel Centrino
+ Wireless-N 2230 Wi-Fi Adapters
+
2012-10-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* z-graphics/rawtherapee: removed, this is a very old version of
rawtherapee under a proprietary license, recent versions are GPL
diff --git a/z-net/iwlwifi-2030-ucode/BUILD b/z-net/iwlwifi-2030-ucode/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-net/iwlwifi-2030-ucode/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-net/iwlwifi-2030-ucode/CONFIGURE
b/z-net/iwlwifi-2030-ucode/CONFIGURE
new file mode 100755
index 0000000..62f8f42
--- /dev/null
+++ b/z-net/iwlwifi-2030-ucode/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE/REJECTED_MSG"
diff --git a/z-net/iwlwifi-2030-ucode/DETAILS
b/z-net/iwlwifi-2030-ucode/DETAILS
new file mode 100755
index 0000000..2326ab3
--- /dev/null
+++ b/z-net/iwlwifi-2030-ucode/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=iwlwifi-2030-ucode
+ VERSION=18.168.6.1
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://intellinuxwireless.org/iwlwifi/downloads/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=http://intellinuxwireless.org/LICENSE.iwlwifi-ucode
+ WEB_SITE=http://intellinuxwireless.org/iwlwifi/
+ ENTERED=20121105
+ REJECT='Non-modification firmware license'
+ SHORT='firmware for the Intel Centrino Wireless-N 2230 Wi-Fi
Adapters'
+cat << EOF
+Firmware for the Intel Centrino Wireless-N 2230 Wi-Fi Adapters.
+EOF
diff --git a/z-net/iwlwifi-2030-ucode/HISTORY
b/z-net/iwlwifi-2030-ucode/HISTORY
new file mode 100644
index 0000000..732696d
--- /dev/null
+++ b/z-net/iwlwifi-2030-ucode/HISTORY
@@ -0,0 +1,3 @@
+2012-11-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, {PRE_,}BUILD, INSTALL, CONFIGURE, PROVIDES,
+ UNATTEND_SAFE: spell created
diff --git a/z-net/iwlwifi-2030-ucode/INSTALL
b/z-net/iwlwifi-2030-ucode/INSTALL
new file mode 100755
index 0000000..c0a651b
--- /dev/null
+++ b/z-net/iwlwifi-2030-ucode/INSTALL
@@ -0,0 +1,3 @@
+message "${MESSAGE_COLOR}Installing firmware...$DEFAULT_COLOR"
&&
+mkdir -p $INSTALL_ROOT/lib/firmware
&&
+cp -v $SOURCE_DIRECTORY/${SPELL/-ucode/}-6.ucode $INSTALL_ROOT/lib/firmware
diff --git a/z-net/iwlwifi-2030-ucode/PRE_BUILD
b/z-net/iwlwifi-2030-ucode/PRE_BUILD
new file mode 100755
index 0000000..c4c1238
--- /dev/null
+++ b/z-net/iwlwifi-2030-ucode/PRE_BUILD
@@ -0,0 +1,12 @@
+local _FW_LOADER=$(get_kernel_config CONFIG_FW_LOADER) &&
+
+if [[ $_FW_LOADER != y &&
+ $_FW_LOADER != m ]]
+then
+ message "${PROBLEM_COLOR}You don't have CONFIG_FW_LOADER" \
+ "enabled in your kernel configuration, cannot load" \
+ "$SPELL.${DEFAULT_COLOR}" &&
+ return 1
+fi &&
+
+default_pre_build
diff --git a/z-net/iwlwifi-2030-ucode/PROVIDES
b/z-net/iwlwifi-2030-ucode/PROVIDES
new file mode 100755
index 0000000..3444167
--- /dev/null
+++ b/z-net/iwlwifi-2030-ucode/PROVIDES
@@ -0,0 +1 @@
+provides IWLWIFI-UCODE
diff --git a/z-net/iwlwifi-2030-ucode/UNATTEND_SAFE
b/z-net/iwlwifi-2030-ucode/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29
diff --git a/z-net/iwlwifi-2030-ucode/iwlwifi-2030-ucode-18.168.6.1.tgz.sig
b/z-net/iwlwifi-2030-ucode/iwlwifi-2030-ucode-18.168.6.1.tgz.sig
new file mode 100644
index 0000000..943ce79
Binary files /dev/null and
b/z-net/iwlwifi-2030-ucode/iwlwifi-2030-ucode-18.168.6.1.tgz.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page