           SPELL=cogito
         VERSION=0.18.2
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_GPG="kernel.gpg:${SOURCE}.sign:UPSTREAM_KEY"
      SOURCE_URL=$KERNEL_URL/pub/software/scm/$SPELL/$SOURCE
     SOURCE2_URL=$KERNEL_URL/pub/software/scm/$SPELL/$SOURCE2
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=http://www.kernel.org/pub/software/scm/cogito/README
         ENTERED=20050820
           SHORT="SCM on top of git"
cat << EOF
Cogito is a version control system layered on top of the git tree history
storage system. Note that you can MOSTLY use it in parallel of other GIT
frontends (e.g. StGIT), as well as the Linus' GIT plumbing and core GIT
tools - they only need to keep HEAD in place and follow the standardized
refs/ hierarchy. The exception is that you should stick with a single
toolkit during a merge and mostly stick with Cogito while your tree is
in cg-seek'd state.
EOF
