cogito: killed. cogito has several nasty bugs and can happily be replaced by standalone git these days
This commit is contained in:
parent
f9ec243942
commit
9a9a26e88e
@ -1,54 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cg
|
||||
-rwxr-xr-x root/root usr/bin/cg-add
|
||||
-rwxr-xr-x root/root usr/bin/cg-admin-cat
|
||||
-rwxr-xr-x root/root usr/bin/cg-admin-ls
|
||||
-rwxr-xr-x root/root usr/bin/cg-admin-lsobj
|
||||
-rwxr-xr-x root/root usr/bin/cg-admin-rewritehist
|
||||
-rwxr-xr-x root/root usr/bin/cg-admin-setuprepo
|
||||
-rwxr-xr-x root/root usr/bin/cg-admin-uncommit
|
||||
-rwxr-xr-x root/root usr/bin/cg-branch-add
|
||||
-rwxr-xr-x root/root usr/bin/cg-branch-chg
|
||||
-rwxr-xr-x root/root usr/bin/cg-branch-ls
|
||||
lrwxrwxrwx root/root usr/bin/cg-cancel -> cg-reset
|
||||
-rwxr-xr-x root/root usr/bin/cg-clean
|
||||
-rwxr-xr-x root/root usr/bin/cg-clone
|
||||
-rwxr-xr-x root/root usr/bin/cg-commit
|
||||
lrwxrwxrwx root/root usr/bin/cg-commit-id -> cg-object-id
|
||||
-rwxr-xr-x root/root usr/bin/cg-diff
|
||||
-rwxr-xr-x root/root usr/bin/cg-export
|
||||
-rwxr-xr-x root/root usr/bin/cg-fetch
|
||||
-rwxr-xr-x root/root usr/bin/cg-help
|
||||
-rwxr-xr-x root/root usr/bin/cg-init
|
||||
-rwxr-xr-x root/root usr/bin/cg-log
|
||||
-rwxr-xr-x root/root usr/bin/cg-merge
|
||||
-rwxr-xr-x root/root usr/bin/cg-mkpatch
|
||||
-rwxr-xr-x root/root usr/bin/cg-mv
|
||||
-rwxr-xr-x root/root usr/bin/cg-object-id
|
||||
lrwxrwxrwx root/root usr/bin/cg-parent-id -> cg-object-id
|
||||
-rwxr-xr-x root/root usr/bin/cg-patch
|
||||
lrwxrwxrwx root/root usr/bin/cg-pull -> cg-fetch
|
||||
-rwxr-xr-x root/root usr/bin/cg-push
|
||||
-rwxr-xr-x root/root usr/bin/cg-reset
|
||||
-rwxr-xr-x root/root usr/bin/cg-restore
|
||||
-rwxr-xr-x root/root usr/bin/cg-rm
|
||||
-rwxr-xr-x root/root usr/bin/cg-seek
|
||||
-rwxr-xr-x root/root usr/bin/cg-status
|
||||
-rwxr-xr-x root/root usr/bin/cg-switch
|
||||
-rwxr-xr-x root/root usr/bin/cg-tag
|
||||
-rwxr-xr-x root/root usr/bin/cg-tag-ls
|
||||
lrwxrwxrwx root/root usr/bin/cg-tree-id -> cg-object-id
|
||||
-rwxr-xr-x root/root usr/bin/cg-update
|
||||
-rwxr-xr-x root/root usr/bin/cg-version
|
||||
lrwxrwxrwx root/root usr/bin/commit-id -> cg-object-id
|
||||
lrwxrwxrwx root/root usr/bin/parent-id -> cg-object-id
|
||||
lrwxrwxrwx root/root usr/bin/tree-id -> cg-object-id
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/cogito/
|
||||
-rwxr-xr-x root/root usr/lib/cogito/cg-Xfetchprogress
|
||||
-rwxr-xr-x root/root usr/lib/cogito/cg-Xlib
|
||||
-rwxr-xr-x root/root usr/lib/cogito/cg-Xmergefile
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/cogito/
|
||||
-rw-r--r-- root/root usr/share/cogito/default-exclude
|
@ -1 +0,0 @@
|
||||
9655d0d353b62b635ece4fb617457b36 cogito-0.17.3.tar.bz2
|
@ -1,16 +0,0 @@
|
||||
# Description: Distributed SCM based on GIT
|
||||
# URL: http://kernel.org/pub/software/scm/cogito/README
|
||||
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||
# Depends on: git
|
||||
|
||||
name=cogito
|
||||
version=0.17.3
|
||||
release=1
|
||||
source=(http://kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
make prefix=/usr
|
||||
make prefix=/usr DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user