public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in media-libs/qhull: qhull-2010.1-r2.ebuild ChangeLog qhull-2010.1-r1.ebuild
@ 2010-10-03 23:42 99% Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 1+ results
From: Sebastien Fabbro (bicatali) @ 2010-10-03 23:42 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/10/03 23:42:49

  Modified:             ChangeLog
  Added:                qhull-2010.1-r2.ebuild
  Removed:              qhull-2010.1-r1.ebuild
  Log:
  Error in previous patch, now installs all qhull headers to allow reverse dependencies to be compatible
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 media-libs/qhull/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	3 Oct 2010 21:55:52 -0000	1.37
+++ ChangeLog	3 Oct 2010 23:42:49 -0000	1.38
@@ -1,6 +1,14 @@
 # ChangeLog for media-libs/qhull
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.37 2010/10/03 21:55:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.38 2010/10/03 23:42:49 bicatali Exp $
+
+*qhull-2010.1-r2 (03 Oct 2010)
+
+  03 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org>
+  -qhull-2010.1-r1.ebuild, +qhull-2010.1-r2.ebuild,
+  files/qhull-2010.1-cmake-install.patch:
+  Error in previous patch, now installs all qhull headers to allow reverse
+  dependencies to be compatible
 
 *qhull-2010.1-r1 (03 Oct 2010)
 



1.1                  media-libs/qhull/qhull-2010.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/qhull-2010.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qhull/qhull-2010.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: qhull-2010.1-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2010.1-r2.ebuild,v 1.1 2010/10/03 23:42:49 bicatali Exp $

EAPI=3

inherit cmake-utils flag-o-matic

MY_P="${PN}${PV}"
DESCRIPTION="Geometry library"
HOMEPAGE="http://www.qhull.org"
SRC_URI="${HOMEPAGE}/download/${P}-src.tgz"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc static-libs"

DOCS="Announce.txt File_id.diz README.txt REGISTER.txt"
PATCHES=( "${FILESDIR}/${P}-cmake-install.patch" "${FILESDIR}/${P}-overflows.patch" )

src_configure() {
	append-flags -fno-strict-aliasing
	mycmakeargs="
		-DLIB_INSTALL_DIR=${EPREFIX}/usr/$(get_libdir)
		-DDOC_INSTALL_DIR=${EPREFIX}/usr/share/doc/${PF}
		$(cmake-utils_use_with static-libs STATIC_LIBS)
		$(cmake-utils_use_with doc DOCS)"
	cmake-utils_src_configure
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-03 23:42 99% [gentoo-commits] gentoo-x86 commit in media-libs/qhull: qhull-2010.1-r2.ebuild ChangeLog qhull-2010.1-r1.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox