diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/dulwich/dulwich.SlackBuild | 23 | ||||
-rw-r--r-- | python/dulwich/dulwich.info | 8 | ||||
-rw-r--r-- | python/dulwich/slack-desc | 10 |
3 files changed, 30 insertions, 11 deletions
diff --git a/python/dulwich/dulwich.SlackBuild b/python/dulwich/dulwich.SlackBuild index c71f6007d4..6ca30405ca 100644 --- a/python/dulwich/dulwich.SlackBuild +++ b/python/dulwich/dulwich.SlackBuild @@ -1,10 +1,29 @@ #!/bin/sh # Slackware build script for dulwich -# Written by Audrius Kažukauskas <audrius@neutrino.lt> + +# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dulwich -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/dulwich/dulwich.info b/python/dulwich/dulwich.info index eb453ddaa3..7ed1b5f285 100644 --- a/python/dulwich/dulwich.info +++ b/python/dulwich/dulwich.info @@ -1,8 +1,8 @@ PRGNAM="dulwich" -VERSION="0.8.1" -HOMEPAGE="http://samba.org/~jelmer/dulwich/" -DOWNLOAD="http://samba.org/~jelmer/dulwich/dulwich-0.8.1.tar.gz" -MD5SUM="d95003aa3320ddaf3cbf23302fc9d02a" +VERSION="0.8.5" +HOMEPAGE="http://www.samba.org/~jelmer/dulwich/" +DOWNLOAD="http://www.samba.org/~jelmer/dulwich/dulwich-0.8.5.tar.gz" +MD5SUM="544724f9ac9fe6f9865526917ad284d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/dulwich/slack-desc b/python/dulwich/slack-desc index f43f5455a7..12bc0556e2 100644 --- a/python/dulwich/slack-desc +++ b/python/dulwich/slack-desc @@ -1,8 +1,8 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| @@ -14,6 +14,6 @@ dulwich: remote) that doesn't call out to git directly but instead uses pure dulwich: Python. The project is named after the village in which Mr. and dulwich: Mrs. Git live in the Monty Python sketch. dulwich: -dulwich: Homepage: http://samba.org/~jelmer/dulwich/ +dulwich: Homepage: http://www.samba.org/~jelmer/dulwich/ dulwich: dulwich: |