public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Dittrich (markusle)" <markusle@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cifparse-obj: ChangeLog cifparse-obj-7.025.ebuild
Date: Wed, 03 Sep 2008 14:23:06 +0000	[thread overview]
Message-ID: <E1KatGE-0002x8-UQ@stork.gentoo.org> (raw)

markusle    08/09/03 14:23:06

  Modified:             ChangeLog
  Added:                cifparse-obj-7.025.ebuild
  Log:
  Version bump which also fixes the gcc4.3 issues reported in #236410.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686)

Revision  Changes    Path
1.8                  sci-libs/cifparse-obj/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cifparse-obj/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cifparse-obj/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cifparse-obj/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	8 Apr 2008 08:01:44 -0000	1.7
+++ ChangeLog	3 Sep 2008 14:23:06 -0000	1.8
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/cifparse-obj
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v 1.7 2008/04/08 08:01:44 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v 1.8 2008/09/03 14:23:06 markusle Exp $
+
+*cifparse-obj-7.025 (03 Sep 2008)
+
+  03 Sep 2008; Markus Dittrich <markusle@gentoo.org>
+  +files/cifparse-obj-7.025-gcc4.3.patch,
+  +files/cifparse-obj-7.025-makefile.patch, +cifparse-obj-7.025.ebuild:
+  Version bump which also fixes the gcc4.3 issues reported in #236410.
 
   08 Apr 2008; Donnie Berkholz <dberkholz@gentoo.org>;
   cifparse-obj-6.302.ebuild:



1.1                  sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild?rev=1.1&content-type=text/plain

Index: cifparse-obj-7.025.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v 1.1 2008/09/03 14:23:06 markusle Exp $

inherit eutils toolchain-funcs

MY_P="${PN}-v${PV}-prod-src"
DESCRIPTION="Provides an object-oriented application interface to information in mmCIF format"
HOMEPAGE="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/index.html"
SRC_URI="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/source/${MY_P}.tar.gz"
LICENSE="PDB"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-makefile.patch
	epatch "${FILESDIR}"/${P}-gcc4.3.patch

	sed -i \
		-e "s:^\(CC=\).*:\1$(tc-getCC):g" \
		-e "s:^\(CCC=\).*:\1$(tc-getCXX):g" \
		-e "s:^\(F77=\).*:\1${FORTRANC}:g" \
		-e "s:^\(F77_LINKER=\).*:\1${FORTRANC}:g" \
		"${S}"/etc/make.*  \
		|| die "Failed to fix makefile"
}

src_compile() {
	# parallel make fails
	emake -j1 || die "Failed to compile"
}

src_install() {
	dolib.a lib/* || die "Failed to install libs"
	insinto /usr/include/${PN}
	doins include/* || die "Failed to install include files"
}






             reply	other threads:[~2008-09-03 14:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-03 14:23 Markus Dittrich (markusle) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-13  2:14 [gentoo-commits] gentoo-x86 commit in sci-libs/cifparse-obj: ChangeLog cifparse-obj-7.025.ebuild Thomas Anderson (gentoofan23)
2008-11-16 17:32 Markus Meier (maekke)
2008-11-18 17:55 Tobias Scherbaum (dertobi123)
2010-04-05 18:18 Justin Lecher (jlec)
2011-11-21 15:23 Justin Lecher (jlec)
2012-06-02 12:57 Justin Lecher (jlec)
2015-04-22  6:49 Justin Lecher (jlec)

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=E1KatGE-0002x8-UQ@stork.gentoo.org \
    --to=markusle@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