           SPELL=epiphany
if [[ "$EPIPHANY_DEVEL" == "y" ]]; then
         VERSION=2.29.5
     SOURCE_HASH=sha512:f71572190ffeb4ccf796e717f9bcbd0d5f4dc4a9c745874e1661daa7bbe05ce7af4de41f6a91b01d147fef19bfa7ce8722a1b8925a3d3da00566671828cc5f1e
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
