diff options
author | root <root@rshg054.dnsready.net> | 2013-05-28 01:10:44 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-28 01:10:44 -0700 |
commit | 72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (patch) | |
tree | 9c774a29dfc7d56aaca8e91b4a00a1c9b24f303d /~mtjm | |
parent | 39c27ccb8162e4ef41de8f2c354e598aa23bfa29 (diff) |
Tue May 28 01:10:44 PDT 2013
Diffstat (limited to '~mtjm')
-rw-r--r-- | ~mtjm/python-coverage/LICENSE | 29 | ||||
-rw-r--r-- | ~mtjm/python-coverage/PKGBUILD | 47 | ||||
-rw-r--r-- | ~mtjm/python2-postfix-policyd-spf/PKGBUILD | 25 | ||||
-rw-r--r-- | ~mtjm/python2-pydns/PKGBUILD | 25 | ||||
-rw-r--r-- | ~mtjm/python2-pyflakes/PKGBUILD | 33 | ||||
-rw-r--r-- | ~mtjm/python2-pyspf/PKGBUILD | 35 | ||||
-rw-r--r-- | ~mtjm/ttf-beteckna/PKGBUILD | 22 | ||||
-rw-r--r-- | ~mtjm/ttf-beteckna/ttf.install | 15 |
8 files changed, 0 insertions, 231 deletions
diff --git a/~mtjm/python-coverage/LICENSE b/~mtjm/python-coverage/LICENSE deleted file mode 100644 index 304031cb6..000000000 --- a/~mtjm/python-coverage/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -# COPYRIGHT AND LICENSE -# -# Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004-2010 Ned Batchelder. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are -# met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the -# distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "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 COPYRIGHT -# HOLDERS AND CONTRIBUTORS 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. diff --git a/~mtjm/python-coverage/PKGBUILD b/~mtjm/python-coverage/PKGBUILD deleted file mode 100644 index f9acc0d94..000000000 --- a/~mtjm/python-coverage/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Maintainer: Michał Masłowski <mtjm@mtjm.eu> - -pkgname=(python-coverage python2-coverage) -pkgver=3.5.1 -pkgrel=1 -pkgdesc="Code coverage measurement for Python" -arch=('i686' 'x86_64' 'mips64el') -url="http://nedbatchelder.com/code/coverage/" -license=('BSD') -makedepends=('python' 'python2' 'python-distribute' 'python2-distribute') -provides=() -conflicts=() -replaces=() -backup=() -options=(!emptydirs) -install= -source=("http://pypi.python.org/packages/source/c/coverage/coverage-${pkgver}.tar.gz" LICENSE) -md5sums=('410d4c8155a4dab222f2bc51212d4a24' - 'f86a7dcb9a1bc636cdbcc19a96d19b2c') - -# Tests are not run, since upstream removes them from release tarballs. - -build() { - cd $srcdir - cp -r coverage-$pkgver build-py2k - cp -r coverage-$pkgver build-py3k - cd build-py2k - python2 setup.py build - cd ../build-py3k - python setup.py build -} - -package_python-coverage() { - depends=('python' 'python-distribute') - cd "$srcdir/build-py3k" - python setup.py install --root="$pkgdir/" --optimize=1 - install -D -m644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -package_python2-coverage() { - depends=('python2' 'python2-distribute') - cd "$srcdir/build-py2k" - python2 setup.py install --root="$pkgdir/" --optimize=1 - # Name the script differently. - mv $pkgdir/usr/bin/coverage $pkgdir/usr/bin/coverage2 - install -D -m644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} diff --git a/~mtjm/python2-postfix-policyd-spf/PKGBUILD b/~mtjm/python2-postfix-policyd-spf/PKGBUILD deleted file mode 100644 index 237b6c9bd..000000000 --- a/~mtjm/python2-postfix-policyd-spf/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# From https://aur.archlinux.org/packages.php?ID=42275 -# Maintainer: Filip S. Adamsen <fsa [at] fsadev [dot] com> -# Contributor: Samed Beyribey <ras0ir@eventualis.org> -pkgname=python2-postfix-policyd-spf -_pkgname=pypolicyd-spf -pkgver=0.8.1 -pkgrel=1 -pkgdesc="Python2 Postfix Sender Policy Framework (SPF) filter" -arch=('any') -url="http://www.openspf.org/Software" -license=('GPL') -depends=('postfix' 'python2-pyspf' 'python2') -conflicts=('python-postfix-policyd-spf') -options=(!emptydirs) -source=(http://launchpad.net/pypolicyd-spf/0.8/$pkgver/+download/$_pkgname-$pkgver.tar.gz) -md5sums=('a37c209e88e4dc419f62ae7c6b52f0e7') - -build() { - cd "$srcdir/$_pkgname-$pkgver" - - python2 setup.py build || return 1 - python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1 - install -m644 policyd-spf.conf.commented $pkgdir/etc/python-policyd-spf || return 1 -} - diff --git a/~mtjm/python2-pydns/PKGBUILD b/~mtjm/python2-pydns/PKGBUILD deleted file mode 100644 index cf5f4b388..000000000 --- a/~mtjm/python2-pydns/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Parabola maintainer: Michał Masłowski <mtjm@mtjm.eu> -# From https://aur.archlinux.org/packages.php?ID=42273 -# Maintainer: Filip S. Adamsen <fsa [at] fsadev [dot] com> -# Contributor: Samed Beyribey <ras0ir AT eventualis DOT org> -pkgname=python2-pydns -_pkgname=pydns -pkgver=2.3.6 -pkgrel=1 -pkgdesc="Python2 module for performing DNS queries" -arch=('any') -url="http://pydns.sourceforge.net" -license=('custom') -depends=('python2') -options=(!emptydirs) -source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz) -md5sums=('d12ca75251854ab6fcabbaff6909b690') - -build() { - cd "$srcdir/$_pkgname-$pkgver" - - python2 setup.py build || return 1 - python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1 - install -m755 -d "${pkgdir}/usr/share/licenses/$pkgname" - install -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname" -} diff --git a/~mtjm/python2-pyflakes/PKGBUILD b/~mtjm/python2-pyflakes/PKGBUILD deleted file mode 100644 index 397c487b7..000000000 --- a/~mtjm/python2-pyflakes/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 64234 2012-02-11 00:28:07Z arodseth $ -# Maintainer: Thomas Dziedzic < gostrc at gmail > -# Contributor: TDY <tdy@gmx.com> -# Contributor: Tiago Pierezan Camargo <tcamargo@gmail.com> - -pkgname=python2-pyflakes -pkgver=0.5.0 -pkgrel=1 -pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code' -arch=('any') -url='http://pypi.python.org/pypi/pyflakes' -license=('custom:MIT') -depends=('python2') -provides=('pyflakes') -conflicts=('pyflakes') -replaces=('pyflakes') -source=("http://pypi.python.org/packages/source/p/pyflakes/pyflakes-${pkgver}.tar.gz") -md5sums=('568dab27c42e5822787aa8a603898672') - -build() { - cd pyflakes-${pkgver} - - python2 setup.py build -} - -package() { - cd pyflakes-${pkgver} - - python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 - - install -D -m644 LICENSE \ - ${pkgdir}/usr/share/licenses/pyflakes/LICENSE -} diff --git a/~mtjm/python2-pyspf/PKGBUILD b/~mtjm/python2-pyspf/PKGBUILD deleted file mode 100644 index abb3bfa5f..000000000 --- a/~mtjm/python2-pyspf/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Parabola maintainer: Michał Masłowski <mtjm@mtjm.eu> -# From https://aur.archlinux.org/packages.php?ID=42274 -# Maintainer: Filip S. Adamsen <fsa [at] fsadev [dot] com> -# Contributor: Samed Beyribey <ras0ir AT eventualis DOT org> -pkgname=python2-pyspf -_pkgname=pyspf -pkgver=2.0.7 -pkgrel=1 -pkgdesc="Python2 implementation of the Sender Policy Framework (SPF) protocol" -arch=('any') -url="http://pypi.python.org/pypi/pyspf" -license=('PSF') -depends=('python2-pydns' 'python2') -checkdepends=('python2-yaml') -conflicts=('python-pyspf') -options=(!emptydirs) -source=(http://downloads.sourceforge.net/pymilter/$_pkgname-$pkgver.tar.gz) -md5sums=('df47e2c04054a89da8b46b7f67e704ae') - -build() { - cd "$srcdir/$_pkgname-$pkgver" - - python2 setup.py build || return 1 - python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1 - - # See http://allanmcrae.com/2010/10/big-python-transition-in-arch-linux/ - sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ - -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find $pkgdir -name '*.py') || return 1 -} - -check() { - cd "$srcdir/$_pkgname-$pkgver/test" - PYTHONPATH="$srcdir/$_pkgname-$pkgver:$PYTHONPATH" python2 testspf.py -} diff --git a/~mtjm/ttf-beteckna/PKGBUILD b/~mtjm/ttf-beteckna/PKGBUILD deleted file mode 100644 index ff338e0d4..000000000 --- a/~mtjm/ttf-beteckna/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# From https://aur.archlinux.org/packages.php?ID=22483 -# Maintainer: TDY <tdy@gmx.com> - -pkgname=ttf-beteckna -pkgver=0.4 -pkgrel=1 -pkgdesc="A geometric sans serif typeface inspired by the popular Futura" -arch=('any') -url="http://gnu.ethz.ch/linuks.mine.nu/beteckna/" -license=('GPL') -depends=('fontconfig' 'xorg-font-utils') -makedepends=('fontforge') -install=ttf.install -source=(http://gnu.ethz.ch/linuks.mine.nu/${pkgname/*-}/${pkgname/*-}-$pkgver.tar.gz) -md5sums=('01c12138e0f689f4acdacb105f4350a7') - -build() { - cd "$srcdir/${pkgname/*-}-$pkgver" - install -dm755 "$pkgdir/usr/share/fonts/TTF" - fontforge -script sfd2ttf.ff *.sfd &> /dev/null || return 1 - install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF" -} diff --git a/~mtjm/ttf-beteckna/ttf.install b/~mtjm/ttf-beteckna/ttf.install deleted file mode 100644 index 33b7d6549..000000000 --- a/~mtjm/ttf-beteckna/ttf.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - echo -n "==> Rebuilding font cache... " - fc-cache -f &> /dev/null - mkfontscale /usr/share/fonts/TTF - mkfontdir /usr/share/fonts/TTF - echo "done" -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |