public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/visual/
Date: Mon,  5 Sep 2016 16:40:09 +0000 (UTC)	[thread overview]
Message-ID: <1473093500.ac40477c169947c524c081e43907781aaea5c1d8.mrueg@gentoo> (raw)

commit:     ac40477c169947c524c081e43907781aaea5c1d8
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 16:38:20 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 16:38:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac40477c

dev-python/visual: Remove old

Package-Manager: portage-2.3.0

 dev-python/visual/visual-5.74.ebuild | 85 ------------------------------------
 1 file changed, 85 deletions(-)

diff --git a/dev-python/visual/visual-5.74.ebuild b/dev-python/visual/visual-5.74.ebuild
deleted file mode 100644
index 5ac636d..00000000
--- a/dev-python/visual/visual-5.74.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.* *-jython 2.7-pypy-*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-
-inherit eutils flag-o-matic multilib python versionator
-
-MY_P="${PN}-$(delete_version_separator 2)_release"
-
-DESCRIPTION="Real-time 3D graphics library for Python"
-HOMEPAGE="http://www.vpython.org/"
-SRC_URI="http://www.vpython.org/contents/download/${MY_P}.tar.bz2"
-
-LICENSE="HPND Boost-1.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc examples"
-
-RDEPEND=">=dev-cpp/gtkglextmm-1.2
-	dev-cpp/libglademm
-	>=dev-libs/boost-1.48[python]
-	dev-python/numpy
-	dev-python/polygon:2
-	dev-python/ttfquery"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	# Verbose build.
-	sed -i \
-		-e 's/2\?>>[[:space:]]*\$(LOGFILE).*//' \
-		src/Makefile.in || die
-
-	epatch "${FILESDIR}/${P}-boost-1.50.patch"
-
-	python_clean_py-compile_files
-	python_src_prepare
-
-	preparation() {
-		sed -i \
-			-e "s/-lboost_python/-lboost_python-${PYTHON_ABI}/" \
-			-e "s/libboost_python/libboost_python-${PYTHON_ABI}/" \
-			src/Makefile.in src/gtk2/makefile
-	}
-	python_execute_function -s preparation
-}
-
-src_configure() {
-	BOOST_PKG="$(best_version ">=dev-libs/boost-1.48")"
-	BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
-	BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
-	BOOST_INC="${EPREFIX}/usr/include/boost-${BOOST_VER}"
-	BOOST_LIB="${EPREFIX}/usr/$(get_libdir)/boost-${BOOST_VER}"
-
-	# Specify the include and lib directory for Boost.
-	append-cxxflags -I${BOOST_INC}
-	append-ldflags -L${BOOST_LIB}
-
-	python_src_configure \
-		--with-example-dir="${EPREFIX}/usr/share/doc/${PF}/examples" \
-		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" \
-		$(use_enable doc docs) \
-		$(use_enable examples)
-}
-
-src_install() {
-	python_src_install
-	python_clean_installation_image
-
-	dodoc authors.txt HACKING.txt NEWS.txt
-}
-
-pkg_postinst() {
-	python_mod_optimize vis visual
-}
-
-pkg_postrm() {
-	python_mod_cleanup vis visual
-}


             reply	other threads:[~2016-09-05 16:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 16:40 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-05 21:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/visual/ David Seifert
2016-01-30  9:40 Pacho Ramos
2016-01-23 16:59 Agostino Sarubbo
2016-01-02 17:42 Justin Lecher

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=1473093500.ac40477c169947c524c081e43907781aaea5c1d8.mrueg@gentoo \
    --to=mrueg@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