Skip to content

Instantly share code, notes, and snippets.

@r0bertz
r0bertz / keybase.md
Created September 9, 2019 21:39
keybase.md

Keybase proof

I hereby claim:

  • I am r0bertz on github.
  • I am r0bertz (https://keybase.io/r0bertz) on keybase.
  • I have a public key ASBKKl8YEmJk860uT0upgaTWEFcDDsHmJd6vgjjU3blbnAo

To claim this, I am signing this object:

@r0bertz
r0bertz / gentoo chinese doc pre-commit hook
Created April 17, 2011 05:44
use to set version/date of the translated doc to english doc's version/date, xmllint it and copy to cvs work dir
#!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by git-commit with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.
#
# To enable this hook, make this file executable.
GENTOODIR="/home/zhangle/gentoo/xml/htdocs"
@r0bertz
r0bertz / go-9999.ebuild
Created August 21, 2010 04:32
go language ebuild
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit elisp-common eutils mercurial toolchain-funcs
DESCRIPTION="The Go Programming Language"
HOMEPAGE="http://golang.org/"
SRC_URI=""