This file contains hidden or 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
# Disable time sync from guest | |
/etc/init.d/vboxadd-service stop | |
# Enable time sync from guest | |
/etc/init.d/vboxadd-service start |
This file contains hidden or 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
[buildout] | |
download-cache = downloads | |
unzip = true | |
parts = | |
python | |
django | |
node | |
ruby | |
rubygems | |
develop = |
This file contains hidden or 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
# Maintainer: Anshuman Bhaduri <anshuman (dot) bhaduri 0 (at) gmail (dot) com> | |
pkgname=j2sdk3 | |
pkgver=3.1.20 | |
_pkgver=${pkgver//./_} | |
pkgrel=1 | |
pkgdesc="Java 3 Development Kit" | |
url=http://www.oracle.com/technetwork/java/javase/downloads/index.html | |
arch=('i686' 'x86_64') | |
license=(custom) |
This file contains hidden or 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
# Maintainer: Leo von Klenze <[email protected]> | |
pkgname=jstestdriver | |
pkgver=1.3.3d | |
pkgrel=0 | |
pkgdesc="The goal of JsTestDriver is to build a JavaScript test runner." | |
arch=('any') | |
url="http://code.google.com/p/js-test-driver/" | |
depends=('java-runtime') | |
license=('Apache License 2.0') |
NewerOlder