public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/suacomp: suacomp-9999.ebuild ChangeLog
Date: Sat,  3 Sep 2011 08:42:31 +0000 (UTC)	[thread overview]
Message-ID: <20110903084231.0A43820051@flycatcher.gentoo.org> (raw)

scarabeus    11/09/03 08:42:31

  Modified:             suacomp-9999.ebuild ChangeLog
  Log:
  Update to git2 eclass too.
  
  (Portage version: 2.2.0_alpha52/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-libs/suacomp/suacomp-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/suacomp/suacomp-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/suacomp/suacomp-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/suacomp/suacomp-9999.ebuild?r1=1.4&r2=1.5

Index: suacomp-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/suacomp/suacomp-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suacomp-9999.ebuild	3 Sep 2011 08:40:58 -0000	1.4
+++ suacomp-9999.ebuild	3 Sep 2011 08:42:30 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/suacomp-9999.ebuild,v 1.4 2011/09/03 08:40:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/suacomp-9999.ebuild,v 1.5 2011/09/03 08:42:30 scarabeus Exp $
 
-EAPI=3
+EAPI=4
 
-inherit toolchain-funcs flag-o-matic git
+inherit toolchain-funcs flag-o-matic git-2
 
 DESCRIPTION="library wrapping the interix lib-c to make it less buggy."
 HOMEPAGE="http://suacomp.sf.net"
@@ -42,12 +42,12 @@
 }
 
 src_compile() {
-	emake all CC=$(tc-getCC) $(get_opts) CFLAGS="${CFLAGS}" || die "emake failed"
+	emake all CC=$(tc-getCC) $(get_opts) CFLAGS="${CFLAGS}"
 }
 
 src_install() {
 	emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}" $(get_opts) \
-		CFLAGS="${CFLAGS}" || die "emake install failed"
+		CFLAGS="${CFLAGS}"
 }
 
 src_test() {
@@ -56,5 +56,5 @@
 	use debug && v="TEST_VERBOSE=1"
 	use debug && export SUACOMP_DEBUG_OUT=stderr
 
-	emake check $(get_opts) ${v} || die "emake check failed"
+	emake check $(get_opts) ${v}
 }



1.12                 sys-libs/suacomp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/suacomp/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/suacomp/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/suacomp/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/suacomp/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	3 Sep 2011 08:40:58 -0000	1.11
+++ ChangeLog	3 Sep 2011 08:42:30 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/suacomp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/ChangeLog,v 1.11 2011/09/03 08:40:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/ChangeLog,v 1.12 2011/09/03 08:42:30 scarabeus Exp $
+
+  03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> suacomp-9999.ebuild:
+  Update to git2 eclass too.
 
   03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> suacomp-9999.ebuild:
   Keep just empty keywords not -*. Shuts up repoman.






             reply	other threads:[~2011-09-03  8:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-03  8:42 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-03  8:40 [gentoo-commits] gentoo-x86 commit in sys-libs/suacomp: suacomp-9999.ebuild ChangeLog Tomas Chvatal (scarabeus)

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=20110903084231.0A43820051@flycatcher.gentoo.org \
    --to=scarabeus@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