public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: dev-python/pypy-binpackage/
Date: Sun, 21 Jul 2013 11:16:59 +0000 (UTC)	[thread overview]
Message-ID: <1374405422.57fb677dd97d782792977160f66b4a9568757626.mgorny@gentoo> (raw)

commit:     57fb677dd97d782792977160f66b4a9568757626
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 11:17:02 2013 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 11:17:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=57fb677d

dev-python/pypy-binpackage: Remove --thread and doc-build. Add ARCH to filename.

Package-Manager: portage-2.2.0_alpha188

---
 dev-python/pypy-binpackage/pypy-binpackage-2.0.2.ebuild | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/dev-python/pypy-binpackage/pypy-binpackage-2.0.2.ebuild b/dev-python/pypy-binpackage/pypy-binpackage-2.0.2.ebuild
index e8fa0fc..40f0a66 100644
--- a/dev-python/pypy-binpackage/pypy-binpackage-2.0.2.ebuild
+++ b/dev-python/pypy-binpackage/pypy-binpackage-2.0.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://bitbucket/pypy/pypy/downloads/${MY_P}-src.tar.bz2"
 LICENSE="MIT"
 SLOT=$(get_version_component_range 1-2 ${PV})
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 doc +jit ncurses sandbox shadowstack ssl"
+IUSE="bzip2 +jit ncurses sandbox shadowstack ssl"
 
 DEPEND=">=sys-libs/zlib-1.1.3
 	virtual/libffi
@@ -61,7 +61,6 @@ src_compile() {
 		$(usex shadowstack --gcrootfinder=shadowstack '')
 		$(usex sandbox --sandbox '')
 
-		--thread
 		--make-jobs=$(makeopts_jobs)
 
 		pypy/goal/targetpypystandalone
@@ -87,13 +86,11 @@ src_compile() {
 	set -- "${PYTHON}" rpython/bin/rpython --batch "${args[@]}"
 	echo -e "\033[1m${@}\033[0m"
 	"${@}" || die "compile error"
-
-	use doc && emake -C pypy/doc/ html
 }
 
 src_install() {
 	local flags=( bzip2 jit ncurses sandbox shadowstack ssl )
-	local f suffix=''
+	local f suffix="-${ARCH}"
 
 	for f in ${flags[@]}; do
 		use ${f} && suffix+="+${f}"
@@ -109,14 +106,6 @@ src_install() {
 	tar -cf "${BIN_P}${suffix}.tar" "${BIN_P}${suffix}" || die
 	xz -vz9 "${BIN_P}${suffix}.tar" || die
 
-	if use doc; then
-		einfo "Zipping docs ..."
-		mv pypy/doc/_build/html/ ${BIN_P}-doc || die
-
-		tar -cf ${BIN_P}-doc.tar ${BIN_P}-doc || die
-		xz -vz9 ${BIN_P}-doc.tar || die
-	fi
-
 	insinto /tmp
 	doins *.tar.xz
 }


             reply	other threads:[~2013-07-21 11:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-21 11:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-21 11:32 [gentoo-commits] dev/mgorny:master commit in: dev-python/pypy-binpackage/ Michał Górny
2013-07-22  7:01 Michał Górny
2013-07-22  7:01 Michał Górny
2013-07-22  7:01 Michał Górny
2013-07-24 20:41 Michał Górny
2014-06-30  8:46 Michał Górny
2014-06-30  8:46 Michał Górny
2014-07-03  6:43 Michał Górny
2014-11-05 22:20 Michał Górny
2014-11-05 23:12 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374405422.57fb677dd97d782792977160f66b4a9568757626.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox