           SPELL=epiphany
if [[ "$EPIPHANY_DEVEL" == "y" ]]; then
         VERSION=2.29.90.1
     SOURCE_HASH=sha512:7d30fc05a161b900c28ce574edb034ea219e2dee0ed9bb352a896cb1c6300462a462a3a98341a9c067ee1223038c2974bc1d7d9d6f8a0afb361420b329a67c75
else
         VERSION=2.28.2
     SOURCE_HASH="sha256:98b7a60bb42fa5c8ebdec1bf623319ae730e5674ddbcfaf51649093adb079490:UPSTREAM_HASH"
fi
          BRANCH=$(echo $VERSION|cut -d . -f 1,2)
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnome.org/projects/epiphany/
         ENTERED=20030909
        KEYWORDS="web gnome2"
           SHORT="The web browser for the GNOME Desktop"
cat << EOF
Epiphany aims to utilize the simplest interface possible for a browser. Keep in
mind that simple does not necessarily mean less powerful. We believe the
commonly used browsers of today are too big, buggy, and bloated. Epiphany
addresses simplicity with a small browser designed for the web -- not mail,
newsgroups, file management, instant messenging or coffee making. The UNIX
philosophy is to design small tools that do one thing, and do it well.
EOF
