Skip to Content.
Sympa Menu

sm-commit - Re: [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: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (1916447e52ebd9c365a4054d8303776dea148b2f)
  • Date: Thu, 08 Nov 2012 15:56:55 +0100


> 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


Why not linux-firmware?

# gaze install linux-firmware | grep iwlwifi-2030
/lib/firmware/iwlwifi-2030-6.ucode

Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page