From be3b15c43874fde0cd6820b27912161b23fe5ba5 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Mon, 7 Nov 2011 00:00:50 +0000 Subject: git-python: rename git directory to be consistent with pkgname and AUR. --- abs/core/python_modules/git-python/PKGBUILD | 20 -------------------- abs/core/python_modules/gitpython/PKGBUILD | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 abs/core/python_modules/git-python/PKGBUILD create mode 100644 abs/core/python_modules/gitpython/PKGBUILD diff --git a/abs/core/python_modules/git-python/PKGBUILD b/abs/core/python_modules/git-python/PKGBUILD deleted file mode 100644 index 5b4d975..0000000 --- a/abs/core/python_modules/git-python/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Contributor: Jon Bergli Heier -pkgname=gitpython -pkgver=0.3.1 -pkgrel=1 -pkgdesc="A python library used to interact with Git repositories" -arch=('any') -url="http://gitorious.org/git-python" -license=('BSD') -depends=('python2' 'git' 'python-gitdb') -conflicts=('gitpython-git') -source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${pkgver}.tar.gz") -md5sums=('98f9a4e33574065660b7257fa93d707d') - -build() { - cd "$srcdir/GitPython-$pkgver" - python2 setup.py install --root="$pkgdir/" --optimize=1 || return 1 - install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/gitpython/LICENSE -} -# vim:set ts=2 sw=2 et: - diff --git a/abs/core/python_modules/gitpython/PKGBUILD b/abs/core/python_modules/gitpython/PKGBUILD new file mode 100644 index 0000000..5b4d975 --- /dev/null +++ b/abs/core/python_modules/gitpython/PKGBUILD @@ -0,0 +1,20 @@ +# Contributor: Jon Bergli Heier +pkgname=gitpython +pkgver=0.3.1 +pkgrel=1 +pkgdesc="A python library used to interact with Git repositories" +arch=('any') +url="http://gitorious.org/git-python" +license=('BSD') +depends=('python2' 'git' 'python-gitdb') +conflicts=('gitpython-git') +source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${pkgver}.tar.gz") +md5sums=('98f9a4e33574065660b7257fa93d707d') + +build() { + cd "$srcdir/GitPython-$pkgver" + python2 setup.py install --root="$pkgdir/" --optimize=1 || return 1 + install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/gitpython/LICENSE +} +# vim:set ts=2 sw=2 et: + -- cgit v0.12 From 361571020eee92e577ab71d6386bf976aa0af196 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 8 Nov 2011 09:08:17 -0600 Subject: mythtv: Update to latest --- abs/core/mythtv/stable-0.24/mythtv/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD index ce93cff..7270e07 100755 --- a/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mythtv pkgver=0.24 -pkgrel=25 +pkgrel=26 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') url="http://www.mythtv.org/" -- cgit v0.12