public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/check: check-0.9.6.ebuild ChangeLog
@ 2009-06-09  3:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-09  3:15 UTC (permalink / raw
  To: gentoo-commits

jer         09/06/09 03:15:00

  Modified:             ChangeLog
  Added:                check-0.9.6.ebuild
  Log:
  Version bump thanks to Jason (bug #257780). Drop two accepted patches. Add partial (apparently rejected) AM_PATH_CHECK patch.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.54                 dev-libs/check/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/check/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	29 Apr 2009 11:33:52 -0000	1.53
+++ ChangeLog	9 Jun 2009 03:15:00 -0000	1.54
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/check
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/ChangeLog,v 1.53 2009/04/29 11:33:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/ChangeLog,v 1.54 2009/06/09 03:15:00 jer Exp $
+
+*check-0.9.6 (09 Jun 2009)
+
+  09 Jun 2009; Jeroen Roovers <jer@gentoo.org> +check-0.9.6.ebuild,
+  +files/check-0.9.6-AM_PATH_CHECK.patch:
+  Version bump thanks to Jason (bug #257780). Drop two accepted patches. Add
+  partial (apparently rejected) AM_PATH_CHECK patch.
 
   29 Apr 2009; Raúl Porcel <armin76@gentoo.org> check-0.9.5-r1.ebuild:
   m68k stable



1.1                  dev-libs/check/check-0.9.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/check-0.9.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/check-0.9.6.ebuild?rev=1.1&content-type=text/plain

Index: check-0.9.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.6.ebuild,v 1.1 2009/06/09 03:15:00 jer Exp $

inherit eutils autotools

DESCRIPTION="A unit test framework for C"
HOMEPAGE="http://sourceforge.net/projects/check/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-AM_PATH_CHECK.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die
	mv "${D}"/usr/share/doc/{${PN},${PF}} || die
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/check: check-0.9.6.ebuild ChangeLog
@ 2009-06-09 10:54 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-09 10:54 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/09 10:54:33

  Modified:             check-0.9.6.ebuild ChangeLog
  Log:
  Add a patch to avoid 64-bit unsafe code build.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/check/check-0.9.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/check-0.9.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/check-0.9.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/check-0.9.6.ebuild?r1=1.1&r2=1.2

Index: check-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- check-0.9.6.ebuild	9 Jun 2009 03:15:00 -0000	1.1
+++ check-0.9.6.ebuild	9 Jun 2009 10:54:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.6.ebuild,v 1.1 2009/06/09 03:15:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.6.ebuild,v 1.2 2009/06/09 10:54:33 flameeyes Exp $
 
 inherit eutils autotools
 
@@ -19,10 +19,19 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-AM_PATH_CHECK.patch
+	epatch "${FILESDIR}"/${P}-64bitsafe.patch
+
+	sed -i -e '/^docdir =/d' Makefile.am doc/Makefile.am \
+		|| die "Unable to remove docdir references"
+
 	eautoreconf
 }
 
+src_compile() {
+	econf --docdir=/usr/share/doc/${PF}
+	emake || die
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die
-	mv "${D}"/usr/share/doc/{${PN},${PF}} || die
 }



1.55                 dev-libs/check/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/check/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/check/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	9 Jun 2009 03:15:00 -0000	1.54
+++ ChangeLog	9 Jun 2009 10:54:33 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/check
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/ChangeLog,v 1.54 2009/06/09 03:15:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/ChangeLog,v 1.55 2009/06/09 10:54:33 flameeyes Exp $
+
+  09 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> check-0.9.6.ebuild,
+  +files/check-0.9.6-64bitsafe.patch:
+  Add a patch to avoid 64-bit unsafe code build.
 
 *check-0.9.6 (09 Jun 2009)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-09 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09  3:15 [gentoo-commits] gentoo-x86 commit in dev-libs/check: check-0.9.6.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-09 10:54 Diego Petteno (flameeyes)

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