summaryrefslogtreecommitdiffstats
path: root/devel/qgrit/DETAILS
blob: c21727dfdf652feb707f4249814ff1c580e66f4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=qgrit
    if [[ ${QGRIT_AUTOUPDATE} == "y" ]]
    then
         VERSION=$(date +%Y%m%d)
    else
         VERSION=scm
    fi
          SOURCE="${SPELL}-scm.tar.bz2"
   SOURCE_URL[0]=git_http://github.com/${SPELL}/${SPELL}.git:$SPELL
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
        WEB_SITE="https://github.com/qgrit/qgrit"
      LICENSE[0]=BSD
         ENTERED=20130615
           SHORT="git GUI for interactive git rebase"
cat << EOF
This helper allows you to graphically reorder commits during "git rebase -i"
It avoids the potential problem when editing text files.  Typos during edit,
lines lost by cutting and forgetting to paste.  And other shortcomings
depending on the editor used.
EOF