* [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/
@ 2012-10-14 11:01 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-10-14 11:01 UTC (permalink / raw
To: gentoo-commits
commit: 154cdc8fc376fab7a5b8c38bf3d8e077753dea63
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 6 08:07:24 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 10:50:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=154cdc8f
Add an ebuild for python-exec.
---
dev-python/python-exec/metadata.xml | 16 +++++++++
dev-python/python-exec/python-exec-9999.ebuild | 43 ++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/dev-python/python-exec/metadata.xml b/dev-python/python-exec/metadata.xml
new file mode 100644
index 0000000..ba963d0
--- /dev/null
+++ b/dev-python/python-exec/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <bugs-to>https://bitbucket.org/mgorny/python-exec/issues/</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-exec/python-exec-9999.ebuild b/dev-python/python-exec/python-exec-9999.ebuild
new file mode 100644
index 0000000..308cb6f
--- /dev/null
+++ b/dev-python/python-exec/python-exec-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+inherit autotools-utils python-r1
+
+DESCRIPTION="Python script wrapper"
+HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
+append_impl() {
+ pyimpls+="${EPYTHON} "
+}
+
+src_configure() {
+ local pyimpls
+ python_foreach_impl append_impl
+
+ local myeconfargs=(
+ --with-python-impls="${pyimpls}"
+ )
+
+ autotools-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/
@ 2012-10-14 11:01 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-10-14 11:01 UTC (permalink / raw
To: gentoo-commits
commit: 3b51bfa7873191b62e41a525d5f92773d9d0491a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 6 08:07:24 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 6 08:07:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=3b51bfa7
Add an ebuild for python-exec.
---
dev-python/python-exec/metadata.xml | 16 +++++++++
dev-python/python-exec/python-exec-9999.ebuild | 43 ++++++++++++++++++++++++
2 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/dev-python/python-exec/metadata.xml b/dev-python/python-exec/metadata.xml
new file mode 100644
index 0000000..ba963d0
--- /dev/null
+++ b/dev-python/python-exec/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <bugs-to>https://bitbucket.org/mgorny/python-exec/issues/</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-exec/python-exec-9999.ebuild b/dev-python/python-exec/python-exec-9999.ebuild
new file mode 100644
index 0000000..308cb6f
--- /dev/null
+++ b/dev-python/python-exec/python-exec-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+inherit autotools-utils python-r1
+
+DESCRIPTION="Python script wrapper"
+HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
+append_impl() {
+ pyimpls+="${EPYTHON} "
+}
+
+src_configure() {
+ local pyimpls
+ python_foreach_impl append_impl
+
+ local myeconfargs=(
+ --with-python-impls="${pyimpls}"
+ )
+
+ autotools-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/
@ 2012-10-31 23:37 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-10-31 23:37 UTC (permalink / raw
To: gentoo-commits
commit: a50626501fc395047ab4551f6eba40ee1051baeb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 23:37:17 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 23:37:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=a5062650
dev-python/python-exec: EPREFIX support introduced upstream.
Package-Manager: portage-2.2.0_alpha142
---
dev-python/python-exec/python-exec-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dev-python/python-exec/python-exec-9999.ebuild b/dev-python/python-exec/python-exec-9999.ebuild
index 308cb6f..386df81 100644
--- a/dev-python/python-exec/python-exec-9999.ebuild
+++ b/dev-python/python-exec/python-exec-9999.ebuild
@@ -36,6 +36,7 @@ src_configure() {
python_foreach_impl append_impl
local myeconfargs=(
+ --with-eprefix="${EPREFIX}"
--with-python-impls="${pyimpls}"
)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/
@ 2012-10-31 23:37 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-10-31 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 85383137ff212db57be81736cc0c0f06add2103e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 23:38:18 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 23:38:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=85383137
dev-python/python-exec: Sync keywords with gx86.
Package-Manager: portage-2.2.0_alpha142
---
dev-python/python-exec/python-exec-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-python/python-exec/python-exec-9999.ebuild b/dev-python/python-exec/python-exec-9999.ebuild
index 386df81..c698f3c 100644
--- a/dev-python/python-exec/python-exec-9999.ebuild
+++ b/dev-python/python-exec/python-exec-9999.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
#if LIVE
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-31 23:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 11:01 [gentoo-commits] dev/mgorny:master commit in: dev-python/python-exec/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2012-10-31 23:37 Michał Górny
2012-10-31 23:37 Michał Górny
2012-10-14 11:01 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox