cogito: actually... this piece of software sucks. lets remove it again.

This commit is contained in:
Han Boetes 2006-11-25 01:17:21 +01:00
parent e83e96b46f
commit 04b06d7057
3 changed files with 0 additions and 66 deletions

View File

@ -1,48 +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
-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
-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
-rwxr-xr-x root/root usr/bin/cg-patch
-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
-rwxr-xr-x root/root usr/bin/cg-tag-show
-rwxr-xr-x root/root usr/bin/cg-update
-rwxr-xr-x root/root usr/bin/cg-version
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-Xfollowrenames
-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

View File

@ -1 +0,0 @@
5bf85da630054558d829514e7b11e040 cogito-0.18.1.tar.bz2

View File

@ -1,17 +0,0 @@
# Description: A version control system layered on top of "git"
# URL: http://kernel.org/pub/software/scm/cogito
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Vincenzo Colosimo, vico at bicisport dot de
# Depends on: git
name=cogito
version=0.18.1
release=1
source="http://kernel.org/pub/software/scm/cogito/cogito-$version.tar.bz2"
build()
{
cd cogito-$version
make prefix=/usr
make install prefix=/usr DESTDIR=$PKG
}