network/offlineimap: Updated for version 6.5.5.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2013-11-14 22:55:54 -06:00 committed by Robby Workman
parent a6b368471d
commit 57e61b8709
2 changed files with 6 additions and 12 deletions

View File

@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="offlineimap"
VERSION=${VERSION:-6.5.4}
VERSION=${VERSION:-6.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,21 +52,15 @@ rm -fr $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
#mv nicolas33-offlineimap-b1bff15 $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root.root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# apply patch - more details about the patch are at:
# http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5539
patch -p1 < $CWD/patches/0001-Python-2.6-required-numbered-or-named-format-strings.patch || exit 1
### build and install
python setup.py install --root=$PKG
@ -84,7 +78,7 @@ install -m 0644 docs/$PRGNAM.1 $PKG/usr/man/man1
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
cp -a \
COPYING README $PRGNAM.conf* \
COPYING README* $PRGNAM.conf* \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/INSTALL.html docs/MANUAL.html $PKG/usr/doc/$PRGNAM-$VERSION/html
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="offlineimap"
VERSION="6.5.4"
VERSION="6.5.5"
HOMEPAGE="http://offlineimap.org/"
DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v6.5.4.tar.gz"
MD5SUM="d9ef4374b72235fb431a27ff4ca7f7fe"
DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v6.5.5.tar.gz"
MD5SUM="f66e23f92b9841b7abe88767c216c839"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="docutils"