Skip to content

Instantly share code, notes, and snippets.

View alexreg's full-sized avatar

Alexander Regueiro alexreg

View GitHub Profile
require 'formula'
class Cclive < Formula
homepage 'http://cclive.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/cclive/0.7/cclive-0.7.14.tar.xz'
sha1 '2e4dafd7266095610a2154117a15682e5987ed89'
devel do
url 'http://downloads.sourceforge.net/project/cclive/0.9/cclive-0.9.2.tar.xz'
sha1 '4c0671dd7c47dde5843b24dc5b9c59e93fe17b23'
@alexreg
alexreg / -
Created August 12, 2013 21:29
==> Cloning https://github.com/legatvs/cclive.git
git --git-dir /Library/Caches/Homebrew/cclive--git/.git status -s
Updating /Library/Caches/Homebrew/cclive--git
git config remote.origin.url https://github.com/legatvs/cclive.git
git config remote.origin.fetch +refs/heads/next:refs/remotes/origin/next
git fetch origin
git checkout -f next
Already on 'next'
git reset --hard origin/next
HEAD is now at 15a94c5 Update NEWS for v0.9.2
require 'formula'
class Pdfmarks < Formula
homepage 'https://bitbucket.org/alexreg/pdfmarks'
url 'https://bitbucket.org/alexreg/pdfmarks/get/0.1.tar.gz'
sha1 '1d67193f754ec7f1149028c914e6d8fef92a7eaf'
def install
inreplace 'pdfmarks' do |s|
s.gsub! /source "common"/, 'source "#{prefix}/libexec/common"'
require 'formula'
class Pdfmarks < Formula
homepage 'https://bitbucket.org/alexreg/pdfmarks'
url 'https://bitbucket.org/alexreg/pdfmarks/get/0.1.tar.gz'
sha1 '1d67193f754ec7f1149028c914e6d8fef92a7eaf'
def install
inreplace 'pdfmarks' do |s|
s.gsub! /source "common"/, "source \"#{libexec}/common\""
@alexreg
alexreg / -
Created September 13, 2013 00:32
return func(*args, **kwargs)
File "/usr/local/Cellar/mercurial/2.7.1/lib/python2.7/site-packages/mercurial/commands.py", line 4694, in push
newbranch=opts.get('new_branch'))
File "/Users/alex/Projects/hg-git/hggit/hgrepo.py", line 22, in push
return git.push(remote.path, revs, force)
File "/Users/alex/Projects/hg-git/hggit/git_handler.py", line 277, in push
old_refs, new_refs = self.upload_pack(remote, revs, force)
File "/Users/alex/Projects/hg-git/hggit/git_handler.py", line 891, in upload_pack
new_refs = client.send_pack(path, changed, genpack)
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dulwich-0.9.1-py2.7-macosx-10.8-x86_64.egg/dulwich/client.py", line 445, in send_pack
2014-09-21 00:14:38 +0100
./configure
--prefix=/usr/local/Homebrew/Cellar/python/2.7.8_1
--enable-ipv6
--datarootdir=/usr/local/Homebrew/Cellar/python/2.7.8_1/share
--datadir=/usr/local/Homebrew/Cellar/python/2.7.8_1/share
--enable-framework=/usr/local/Homebrew/Cellar/python/2.7.8_1/Frameworks
--without-gcc
CFLAGS=-I/usr/local/Homebrew/include -I/usr/local/Homebrew/opt/sqlite/include
2014-09-21 00:14:38 +0100
./configure
--prefix=/usr/local/Homebrew/Cellar/python/2.7.8_1
--enable-ipv6
--datarootdir=/usr/local/Homebrew/Cellar/python/2.7.8_1/share
--datadir=/usr/local/Homebrew/Cellar/python/2.7.8_1/share
--enable-framework=/usr/local/Homebrew/Cellar/python/2.7.8_1/Frameworks
--without-gcc
CFLAGS=-I/usr/local/Homebrew/include -I/usr/local/Homebrew/opt/sqlite/include
2014-10-07 23:56:18 +0100
../configure
--build=x86_64-apple-darwin14.0.0
--prefix=/usr/local/Homebrew/Cellar/gcc49/4.9.1
--enable-languages=c,c++,objc,obj-c++
--program-suffix=-4.9
--with-gmp=/usr/local/Homebrew/opt/gmp4
--with-mpfr=/usr/local/Homebrew/opt/mpfr2
--with-mpc=/usr/local/Homebrew/opt/libmpc08
2014-10-07 23:56:18 +0100
../configure
--build=x86_64-apple-darwin14.0.0
--prefix=/usr/local/Homebrew/Cellar/gcc49/4.9.1
--enable-languages=c,c++,objc,obj-c++
--program-suffix=-4.9
--with-gmp=/usr/local/Homebrew/opt/gmp4
--with-mpfr=/usr/local/Homebrew/opt/mpfr2
--with-mpc=/usr/local/Homebrew/opt/libmpc08
2014-11-07 23:21:04 +0000
autoreconf
-i
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'Cfg'.
glibtoolize: copying file 'Cfg/ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'M4'.
glibtoolize: copying file 'M4/libtool.m4'
glibtoolize: copying file 'M4/ltoptions.m4'