Keybase proof
I hereby claim:
- I am bhundven on github.
- I am bryanhundven (https://keybase.io/bryanhundven) on keybase.
- I have a public key ASCbMNv6vIeeYuhpLcG475Vt3RJasH1BpMSuQSH1mfAgsAo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" revision="cm-10.1" /> | |
<project name="CyanogenMod/android_device_samsung_msm8660-common" path="device/samsung/msm8660-common" revision="cm-10.1" /> | |
<project name="CyanogenMod/android_device_samsung_quincyatt" path="device/samsung/quincyatt" revision="cm-10.1" /> | |
<project name="CyanogenMod/android_device_samsung_quincy-common" path="device/samsung/quincy-common" revision="cm-10.1" /> | |
<project name="CyanogenMod/android_kernel_samsung_msm8660-common" path="kernel/samsung/msm8660-common" revision="cm-10.1" /> | |
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" revision="cm-10.1" /> | |
</manifest> |
#!/bin/bash | |
#set -x | |
## Variables | |
# myname: This scripts name. | |
declare myname="${0##*/}" | |
# gerrit_host: The gerrit host we can query to get the list of projects. | |
declare gerrit_host | |
# git_host: The git url where the source can be downloaded. |
#!/bin/bash | |
# vi: ts=4:sw=4:et | |
# | |
# NINETEEN.SH | |
# This script allows you to install/update Enlightenment 19 git version on | |
# Ubuntu 14.04 LTS or Debian wheezy/sid, or remove E19 git from your system. | |
# Originally from: http://ubuntuforums.org/showthread.php?t=2203190 | |
# By: Philippe J. Guillaumie (batden AT sfr DOT fr). | |
# Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com). | |
# |
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="github" | |
fetch=".." /> | |
<project path="vendor/lge/hammerhead" name="jamesonwilliams/vendor_lge_hammerhead" revision="android-4.4.2_r1" remote="github" /> | |
<project path="vendor/qcom/hammerhead" name="jamesonwilliams/vendor_qcom_hammerhead" revision="android-4.4.2_r1" remote="github" /> | |
</manifest> |
for package in $(rpm -qa --queryformat "%{NAME}\n" | sort -u); do | |
req=$(rpm -q --queryformat "%{NAME}\n" --whatrequires "$package") | |
if echo "$req" | grep -q "no package requires"; then | |
echo "$req" | |
else | |
printf "package: $package is required by:\n" | |
for required in $(rpm -q --queryformat "%{NAME}\n" --whatrequires $package | sort -u); do | |
printf "\t%s\n" "$required" | |
done | |
fi |
%packages --ignoremissing | |
@Core | |
python-simplejson | |
ansible | |
sudo | |
# We don't need any special firmware files | |
-aic94xx-firmware | |
-atmel-firmware | |
-bfa-firmware | |
-ipw2100-firmware |
# vi: ts=4:sw=4:et:ai:ft=sh | |
quilt-add-patch () | |
{ | |
dir=$1;shift | |
patch_file=$1;shift | |
quilt new $(basename ${patch_file} | sed -e 's/\.diff//' | sed -e 's/\.patch//') | |
quilt add $(awk '/^---/{ print $2 }' "${dir}/${patch_file}" | sed -e 's/a\///') | |
patch -p1 < "${dir}/${patch_file}" | |
quilt refresh |
#!/bin/bash | |
# vi: ts=4:sw=4:et | |
# | |
# NINETEEN.SH | |
# This script allows you to install/update Enlightenment 19 git version on | |
# Ubuntu Wily/15.10 or Debian stretch/sid, or remove E19 git from your system. | |
# ******************************************************************** | |
# * This version builds enlightenment with wayland. * | |
# * That means this requires a very recent Ubuntu or Debian version. * | |
# * This may not work properly! You've been warned! * |
#!/usr/bin/python2 | |
# Based on: https://bbs.archlinux.org/viewtopic.php?pid=962423#p962423 | |
# This version is modified to handle mailboxes with spaces in the names | |
import pyinotify | |
import pynotify | |
from os.path import expanduser | |
from mailbox import MaildirMessage | |
from email.header import decode_header | |
from gtk.gdk import pixbuf_new_from_file |
I hereby claim:
To claim this, I am signing this object: