~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[alpine-devel] [PATCH 1/2] testing/getmail: depends on python

Details
Message ID
<3bc8dd2376380a60e5ad04f133d9d12f8d0dd1e4.1372313545.git.dubiousjim@gmail.com>
Sender timestamp
1372313544
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 testing/getmail/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD
index 3facef3..b5dc763 100644
--- a/testing/getmail/APKBUILD
+++ b/testing/getmail/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="POP3, IMAP4, and SDPS mail retriever with Maildir delivery"
url="http://pyropus.ca/software/getmail/"
arch="noarch"
license="GPL2"
depends=""
depends="python"
depends_dev=""
makedepends="python-dev"
install=""
-- 
1.8.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

[alpine-devel] [PATCH 2/2] testing/getmail: fix some old shebang lines

Details
Message ID
<c718212a4f13b5f0fdfc71ddda9aedd02fc5f52d.1372313545.git.dubiousjim@gmail.com>
In-Reply-To
<3bc8dd2376380a60e5ad04f133d9d12f8d0dd1e4.1372313545.git.dubiousjim@gmail.com> (view parent)
Sender timestamp
1372313545
DKIM signature
missing
Download raw message
Patch: +2 -0
To be honest, I think these are irrelevant to the functioning of the program,
since the files in question are imported by the offlineimap app, rather than
being run as scripts. (Not sure why the shebang lines are there at
all...cruft?)
---
 testing/getmail/APKBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD
index b5dc763..013c863 100644
--- a/testing/getmail/APKBUILD
+++ b/testing/getmail/APKBUILD
@@ -33,6 +33,8 @@ build() {
package() {
	cd "$_builddir"
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
	# fix some broken shebang calls
	sed -i -e "s|#![ ]*/usr/bin/env python2\.3|#!/usr/bin/env python|" $(find $pkgdir -name '*.py')
}

md5sums="1ca7e1bc034cf5578e8ceb251668962a  getmail-4.39.0.tar.gz"
-- 
1.8.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

Re: [alpine-devel] [PATCH 2/2] testing/getmail: fix some old shebang lines

Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20130628090809.64b3dc22@ncopa-desktop.alpinelinux.org>
In-Reply-To
<c718212a4f13b5f0fdfc71ddda9aedd02fc5f52d.1372313545.git.dubiousjim@gmail.com> (view parent)
Sender timestamp
1372403289
DKIM signature
missing
Download raw message
On Thu, 27 Jun 2013 02:12:25 -0400
Dubiousjim <dubiousjim@gmail.com> wrote:

> To be honest, I think these are irrelevant to the functioning of the program,
> since the files in question are imported by the offlineimap app, rather than
> being run as scripts. (Not sure why the shebang lines are there at
> all...cruft?)
> ---
>  testing/getmail/APKBUILD | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD
> index b5dc763..013c863 100644
> --- a/testing/getmail/APKBUILD
> +++ b/testing/getmail/APKBUILD
> @@ -33,6 +33,8 @@ build() {
>  package() {
>  	cd "$_builddir"
>  	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
> +	# fix some broken shebang calls
> +	sed -i -e "s|#![ ]*/usr/bin/env python2\.3|#!/usr/bin/env python|" $(find $pkgdir -name '*.py')
>  }
>  
>  md5sums="1ca7e1bc034cf5578e8ceb251668962a  getmail-4.39.0.tar.gz"

I applied both and bumped pkgrel afterwards so builders picks it up.

Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)