Skip to content

Commit

Permalink
Revert "dev-python/gst-python: Adopt to changes in general python han…
Browse files Browse the repository at this point in the history
…dling"

This reverts commit 3e0c77a.
  • Loading branch information
jlec committed Dec 11, 2015
1 parent 4c4e476 commit 9de12ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions dev-python/gst-python/gst-python-1.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,8 @@ src_prepare() {
python_foreach_impl prepare_gst
}

myeconf() {
local flag
flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')"
PYTHON="${EPYTHON}${flag}" econf
}

src_configure() {
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
}

src_compile() {
Expand Down
8 changes: 1 addition & 7 deletions dev-python/gst-python/gst-python-1.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ src_prepare() {
python_foreach_impl prepare_gst
}

myeconf() {
local flag
flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')"
PYTHON="${EPYTHON}${flag}" econf
}

src_configure() {
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
}

src_compile() {
Expand Down
8 changes: 1 addition & 7 deletions dev-python/gst-python/gst-python-1.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ src_prepare() {
python_foreach_impl prepare_gst
}

myeconf() {
local flag
flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')"
PYTHON="${EPYTHON}${flag}" econf
}

src_configure() {
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
}

src_compile() {
Expand Down
8 changes: 1 addition & 7 deletions dev-python/gst-python/gst-python-1.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,8 @@ src_prepare() {
python_foreach_impl prepare_gst
}

myeconf() {
local flag
flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')"
PYTHON="${EPYTHON}${flag}" econf
}

src_configure() {
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
}

src_compile() {
Expand Down

0 comments on commit 9de12ed

Please sign in to comment.