From: "Dongxu Li" <dongxuli2011@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/brlcad/
Date: Sun, 12 Feb 2012 05:15:55 +0000 (UTC) [thread overview]
Message-ID: <ed3aaf4dcdbc10e97a5382e8c162a7af5f3f451d.dongxuli@gentoo> (raw)
commit: ed3aaf4dcdbc10e97a5382e8c162a7af5f3f451d
Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 05:15:36 2012 +0000
Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 05:15:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ed3aaf4d
media-gfx/brlcad: removed old version
---
media-gfx/brlcad/ChangeLog | 7 ++-
media-gfx/brlcad/brlcad-7.20.2.ebuild | 97 ---------------------------------
media-gfx/brlcad/brlcad-7.20.4.ebuild | 4 +-
3 files changed, 7 insertions(+), 101 deletions(-)
diff --git a/media-gfx/brlcad/ChangeLog b/media-gfx/brlcad/ChangeLog
index a360494..5094a8a 100644
--- a/media-gfx/brlcad/ChangeLog
+++ b/media-gfx/brlcad/ChangeLog
@@ -4,8 +4,11 @@
*brlcad-7.20.2 (15 Jul 2011)
- 11 Feb 2012; Dongxu Li <dongxuli2011@gmail.com> brlcad-9999.ebuild:
- Fixed building error
+ 12 Feb 2012; Dongxu Li <dongxuli2011@gmail.com> -brlcad-7.20.2.ebuild brlcad-7.20.4.ebuild:
+ Removed 7.20.2 for building issues. Fixed 7.20.4 for as-needed
+
+ 11 Feb 2012; Dongxu Li <dongxuli2011@gmail.com> brlcad-7.20.4.ebuild:
+ fixed as-needed filtering
5 Feb 2012; Dongxu Li <dongxuli2011@gmail.com> brlcad-9999.ebuild:
Use system libraries
diff --git a/media-gfx/brlcad/brlcad-7.20.2.ebuild b/media-gfx/brlcad/brlcad-7.20.2.ebuild
deleted file mode 100644
index f554089..0000000
--- a/media-gfx/brlcad/brlcad-7.20.2.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/brlcad/brlcad-7.18.4.ebuild,v 1.1 2011/04/18 22:47:37 dilfridge Exp $
-
-EAPI=3
-inherit eutils java-pkg-opt-2
-
-DESCRIPTION="Constructive solid geometry modeling system"
-HOMEPAGE="http://brlcad.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="benchmarks debug doc examples java opengl smp"
-
-RDEPEND="media-libs/libpng
- sys-libs/zlib
- >=sci-libs/tnt-3
- sci-libs/jama
- =dev-tcltk/itcl-3.4*
- =dev-tcltk/itk-3.4*
- dev-tcltk/iwidgets
- dev-tcltk/tkimg
- dev-tcltk/tkpng
- sys-libs/libtermcap-compat
- media-libs/urt
- x11-libs/libXt
- x11-libs/libXi
- java? ( >=virtual/jre-1.5 )"
-
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex
- java? ( >=virtual/jdk-1.5 )
- doc? ( dev-libs/libxslt )"
-
-BRLCAD_DIR="${EPREFIX}/usr/${PN}"
-src_prepare() {
- epatch "${FILESDIR}/${PN}-7.18.4-libpng15.patch"
-}
-
-src_configure() {
- local myconf="--without-jdk"
- use java && myconf="--with-jdk=$(java-config -O)"
-
- econf \
- --disable-strict-build \
- --prefix="${BRLCAD_DIR}" \
- --datadir="${BRLCAD_DIR}/share" \
- --mandir="${BRLCAD_DIR}/man" \
- --disable-almost-everything \
- --disable-regex-build \
- --disable-png-build \
- --disable-zlib-build \
- --disable-urt-build \
- --disable-tcl-build \
- --disable-tk-build \
- --disable-itcl-build \
- --disable-tkimg-build \
- --disable-jove-build \
- --disable-tnt-install \
- --disable-iwidgets-install \
- --enable-opennurbs-build \
- --with-ldflags="-L${EPREFIX}/usr/$(get_libdir)/itcl3.4 -L${EPREFIX}/usr/$(get_libdir)/itk3.4" \
- --with-x \
- --with-x11 \
- $(use_enable debug) \
- $(use_enable debug optimization) \
- $(use_enable debug runtime-debug) \
- $(use_enable debug verbose) \
- $(use_enable debug warnings) \
- $(use_enable debug progress) \
- $(use_enable doc documentation) \
- $(use_enable examples models-install) \
- $(use_enable smp parallel) \
- $(use_with opengl ogl) \
- ${myconf}
-}
-
-src_test() {
- emake check || die "emake check failed"
- if use benchmarks; then
- emake benchmark || die "emake benchmark failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- rm -f "${D}"usr/share/brlcad/{README,NEWS,AUTHORS,HACKING,INSTALL,COPYING}
- dodoc AUTHORS NEWS README HACKING TODO BUGS ChangeLog
- echo "PATH=\"${BRLCAD_DIR}/bin\"" > 99brlcad
- echo "MANPATH=\"${BRLCAD_DIR}/man\"" >> 99brlcad
- doenvd 99brlcad || die
- newicon misc/macosx/Resources/ReadMe.rtfd/brlcad_logo_tiny.png brlcad.png
- make_desktop_entry mged "BRL-CAD" brlcad "Graphics;Engineering"
-}
diff --git a/media-gfx/brlcad/brlcad-7.20.4.ebuild b/media-gfx/brlcad/brlcad-7.20.4.ebuild
index f150a45..aa057a6 100644
--- a/media-gfx/brlcad/brlcad-7.20.4.ebuild
+++ b/media-gfx/brlcad/brlcad-7.20.4.ebuild
@@ -45,12 +45,12 @@ DEPEND="${RDEPEND}
BRLCAD_DIR="${EPREFIX}/usr/${PN}"
src_prepare() {
- epatch "${FILESDIR}/${PN}-9999-cmake.patch"
+ epatch "${FILESDIR}/${P}-cmake.patch"
}
src_configure() {
filter-flags -std=c++0x
-filter-ldflags -Wl,--as-needed
+append-ldflags $(no-as-needed)
if use Debug; then
CMAKE_BUILD_TYPE=Debug
else
next reply other threads:[~2012-02-12 5:16 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-12 5:15 Dongxu Li [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-22 13:09 [gentoo-commits] proj/sci:master commit in: media-gfx/brlcad/ Horea Christian
2021-01-24 11:48 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2015-05-23 15:53 Justin Lecher
2015-05-03 20:43 Andrew Savchenko
2013-07-04 19:10 Christoph Junghans
2013-06-14 11:21 Justin Lecher
2013-05-05 17:34 Christoph Junghans
2012-03-27 22:08 Dongxu Li
2011-12-16 17:37 Dongxu Li
2011-12-16 13:23 Dongxu Li
2011-08-18 15:45 Dongxu Li
2011-08-16 13:31 Dongxu Li
2011-08-16 3:41 Dongxu Li
2011-08-15 15:18 Dongxu Li
2011-08-09 18:13 Dongxu Li
2011-07-15 14:55 Dongxu Li
2011-07-15 3:34 Dongxu Li
2011-07-15 3:31 Dongxu Li
2011-07-13 19:10 Dongxu Li
2011-06-25 17:22 Justin Lecher
2011-04-18 22:49 Andreas K. Huettel
2011-04-15 18:11 Dongxu Li
2011-04-12 20:43 Dongxu Li
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=ed3aaf4dcdbc10e97a5382e8c162a7af5f3f451d.dongxuli@gentoo \
--to=dongxuli2011@gmail.com \
--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