This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- PKGBUILD.old 2013-09-05 03:08:26.000000000 -0600 | |
+++ PKGBUILD 2013-11-21 20:19:58.522903022 -0700 | |
@@ -13,7 +13,7 @@ | |
provides=('cgminer') | |
_gitname=cgminer | |
epoch=1 | |
-pkgver=4900.9282054 | |
+pkgver=5761.9ce30b7 | |
pkgver() { | |
cd "$srcdir/$_gitname" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# iPhoneLinux.org Toolchain builder | |
# | |
# on ubuntu install the following packages : build-essential texinfo | |
######### Setup Variables ########### | |
# Package URL | |
PKG_MIRROR="http://www.gnuarm.com" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Undefined symbols: | |
"__aaGetRvaluep", referenced from: | |
__D5tango4text6locale4Data11CultureData20getDataFromCultureIDFiZPS5tango4text6locale4Data11CultureData in libgphobos.a(tango.text.locale.Data.o) | |
__D5tango4text6locale4Data11CultureData22getDataFromCultureNameFAaZPS5tango4text6locale4Data11CultureData in libgphobos.a(tango.text.locale.Data.o) | |
__D5tango4text6locale4Data11CultureData21getDataFromRegionNameFKAaZPS5tango4text6locale4Data11CultureData in libgphobos.a(tango.text.locale.Data.o) | |
__D5tango4text6locale4Data11CultureData21getDataFromRegionNameFKAaZPS5tango4text6locale4Data11CultureData in libgphobos.a(tango.text.locale.Data.o) | |
"__aaGetp", referenced from: | |
__D5tango4core6Thread11ThreadGroup3addMFC5tango4core6Thread6ThreadZv in libgphobos.a(tango.core.Thread.o) | |
__D5tango4core6Thread11ThreadGroup6createMFDFZvZC5tango4core6Thread6Thread in libgphobos.a(tango.core.Thread.o) | |
__D5tango4core6Thread11ThreadGroup6createMFPFZvZC5tango4core6Thread6Thread in libgphobos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is a basic interpreter of the language Swap. | |
* Link: http://esolangs.org/wiki/Swap | |
* Author: revcompgeek | |
*/ | |
module swap; | |
import tango.io.Console; | |
import tango.io.Stdout; |