Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Replace references to janneke/gub with gperciva/gub.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahrme committed Apr 10, 2019
1 parent e78525b commit 414cd02
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ ACQUIRING

The Git repository is at

http://github.com/janneke/gub
http://github.com/gperciva/gub

You can get it by doing

git clone git://github.com/janneke/gub.git
git clone git://github.com/gperciva/gub.git

or download the latest tarball doing

wget http://github.com/janneke/gub/tarball/master
wget http://github.com/gperciva/gub/tarball/master

GUB home page

Expand Down Expand Up @@ -488,9 +488,9 @@ INSTALLING

Get GUB

git clone git://github.com/janneke/gub.git
git clone git://github.com/gperciva/gub.git
or
wget http://github.com/janneke/gub/tarball/master
wget http://github.com/gperciva/gub/tarball/master

In addition to the requirements for GUB, you need

Expand Down Expand Up @@ -595,9 +595,9 @@ INSTALLING

Get GUB

git clone git://github.com/janneke/gub.git
git clone git://github.com/gperciva/gub.git
or
wget http://github.com/janneke/gub/tarball/master
wget http://github.com/gperciva/gub/tarball/master

Build everything

Expand Down Expand Up @@ -667,9 +667,9 @@ INSTALLING

Get GUB

git clone git://github.com/janneke/gub.git
git clone git://github.com/gperciva/gub.git
or
wget http://github.com/janneke/gub/tarball/master
wget http://github.com/gperciva/gub/tarball/master

In addition to the requirements for GUB, you need

Expand Down Expand Up @@ -727,7 +727,7 @@ the build tools.

See also

http://github.com/janneke/gub/tree/master/patches
http://github.com/gperciva/gub/tree/master/patches
http://lilypond.org/blog/janneke/gub3-ooo-mingw-cross-build


Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
chroot etch apt-get --force-yes -y install python gcc libc6-dev # minimal
chroot etch apt-get --force-yes -y install g++ # pkg-config
chroot etch apt-get --force-yes -y install file # ugh, configure 2.63 hardcodes: /usr/bin/file
wget -O gub.tar.gz http://github.com/janneke/gub/tarball/master
wget -O gub.tar.gz http://github.com/gperciva/gub/tarball/master
# (cd /home/janneke/vc/gub && git tar-tree HEAD | gzip -c - > gub.tar.gz)
# cp -pv /home/janneke/vc/gub/gub.tar.gz .
mkdir -p etch/root/vc/gub
Expand Down
2 changes: 1 addition & 1 deletion gub/cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def change_target_package (package):

# GUB compatibility problems:
# python: 2.4, import *dbm
# git: wget http://github.com/janneke/gub/tarball/master
# git: wget http://github.com/gperciva/gub/tarball/master
# librestrict
# GNU make
# GNU tar --strip-component
Expand Down
2 changes: 1 addition & 1 deletion patches/openoffice-srcdir-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] GUB3-[mingw-]cross-build: apply openoffice-srcdir-build.patch.

Update and apply patch from GUB3

http://github.com/janneke/gub/blob/e0a39ff58bf4cbda742391e8bf3c099f8ffdcd01/patches/openoffice-srcdir-build.patch
http://github.com/gperciva/gub/blob/e0a39ff58bf4cbda742391e8bf3c099f8ffdcd01/patches/openoffice-srcdir-build.patch

fixes oot build, ie ./configure'ing of ooo-build with --srcdir.
---
Expand Down
2 changes: 1 addition & 1 deletion sourcefiles/ghostscript.README
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Language:
Build Instructions:

# Download GUB
git clone git://github.com/janneke/gub.git
git clone git://github.com/gperciva/gub.git

# Build Ghostscript for Cygwin

Expand Down
2 changes: 1 addition & 1 deletion sourcefiles/guile.README
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Language:
Build Instructions:

# Download GUB
git clone git://github.com/janneke/gub.git
git clone git://github.com/gperciva/gub.git

# Build Guile for Cygwin

Expand Down
2 changes: 1 addition & 1 deletion sourcefiles/lilypond.README
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Language:
Build Instructions:

# Download GUB
git clone git://github.com/janneke/gub.git
git clone git://github.com/gperciva/gub.git

# Build LilyPond for Cygwin

Expand Down

0 comments on commit 414cd02

Please sign in to comment.