tomka       15/04/26 10:57:52

  Modified:             ChangeLog
  Added:                topcom-0.17.4-r1.ebuild
  Removed:              topcom-0.17.4.ebuild topcom-0.16.2.ebuild
  Log:
  Fix collision (bug 547030), remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  Changes    Path
1.3                  sci-mathematics/topcom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   12 Jul 2012 06:19:23 -0000      1.2
+++ ChangeLog   26 Apr 2015 10:57:52 -0000      1.3
@@ -1,6 +1,13 @@
 # ChangeLog for sci-mathematics/topcom
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/ChangeLog,v 1.2 
2012/07/12 06:19:23 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/ChangeLog,v 1.3 
2015/04/26 10:57:52 tomka Exp $
+
+*topcom-0.17.4-r1 (26 Apr 2015)
+
+  26 Apr 2015; Thomas Kahle <to...@gentoo.org> +topcom-0.17.4-r1.ebuild,
+  -files/topcom-0.16.2-no-internal-libs.patch, -topcom-0.16.2.ebuild,
+  -topcom-0.17.4.ebuild:
+  Fix collision (bug 547030), remove old.
 
 *topcom-0.17.4 (12 Jul 2012)
 
@@ -15,4 +22,3 @@
   +files/topcom-0.16.2-no-internal-libs.patch, +metadata.xml:
   New package: sci-mathematics/topcom, revised import from sci overlay,
   fixes bug 285619
-



1.1                  sci-mathematics/topcom/topcom-0.17.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/topcom-0.17.4-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/topcom-0.17.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: topcom-0.17.4-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/topcom/topcom-0.17.4-r1.ebuild,v 1.1 
2015/04/26 10:57:52 tomka Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils flag-o-matic

DESCRIPTION="Computing Triangulations Of Point Configurations and Oriented 
Matroids"
HOMEPAGE="http://www.rambau.wm.uni-bayreuth.de/TOPCOM/";
SRC_URI="
        
http://www.uni-bayreuth.de/departments/wirtschaftsmathematik/rambau/Software/TOPCOM-${PV}.tar.gz
        doc? ( http://www.rambau.wm.uni-bayreuth.de/TOPCOM/TOPCOM-manual.html )"

KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE="doc examples static-libs"

DEPEND="
        >=dev-libs/gmp-5.0.5
        >=sci-libs/cddlib-094f"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/TOPCOM-${PV}

PATCHES=(
        "${FILESDIR}"/${P}-no-internal-libs.patch
        "${FILESDIR}"/${P}-buildsystem.patch
        )

src_prepare () {
        # ... and link in tree versions:
        append-libs -lgmp -lgmpxx -lcddgmp

        find external -delete || die

        mv configure.{in,ac} || die

        autotools-utils_src_prepare
}

src_install () {
        autotools-utils_src_install

        use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*a

        use doc && dohtml "${DISTDIR}"/TOPCOM-manual.html

        use examples && dodoc -r "${S}"/examples

        mv "${ED}"/usr/bin/cube "${ED}"/usr/bin/topcom_cube || die
}

pkg_postinst() {
        elog "Due to a file collision with media-libs/lib3ds the helper"
        elog "'cube' has been installed as topcom_cube (see bug #547030)."
}




Reply via email to