public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2.ebuild ChangeLog
@ 2013-05-21 17:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-21 17:33 UTC (permalink / raw
  To: gentoo-commits

jer         13/05/21 17:33:58

  Modified:             cunit-2.1_p2.ebuild ChangeLog
  Log:
  Auto-remove .la.
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  dev-util/cunit/cunit-2.1_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?r1=1.1&r2=1.2

Index: cunit-2.1_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cunit-2.1_p2.ebuild	21 May 2013 17:22:34 -0000	1.1
+++ cunit-2.1_p2.ebuild	21 May 2013 17:33:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.1 2013/05/21 17:22:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.2 2013/05/21 17:33:58 jer Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -41,3 +41,8 @@
 		--disable-debug \
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
 }
+
+src_install() {
+	default
+	prune_libtool_files
+}



1.36                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	21 May 2013 17:24:43 -0000	1.35
+++ ChangeLog	21 May 2013 17:33:58 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.35 2013/05/21 17:24:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.36 2013/05/21 17:33:58 jer Exp $
+
+  21 May 2013; Jeroen Roovers <jer@gentoo.org> cunit-2.1_p2.ebuild:
+  Auto-remove .la.
 
   21 May 2013; Jeroen Roovers <jer@gentoo.org> cunit-2.1-r1.ebuild:
   Remove empty DEPEND.





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2.ebuild ChangeLog
@ 2013-10-09 19:33 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-10-09 19:33 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/10/09 19:33:31

  Modified:             cunit-2.1_p2.ebuild ChangeLog
  Log:
  add ncurses useflag
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.4                  dev-util/cunit/cunit-2.1_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?r1=1.3&r2=1.4

Index: cunit-2.1_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cunit-2.1_p2.ebuild	21 May 2013 20:15:33 -0000	1.3
+++ cunit-2.1_p2.ebuild	9 Oct 2013 19:33:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.3 2013/05/21 20:15:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.4 2013/10/09 19:33:31 hasufell Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -16,7 +16,10 @@
 SLOT="0"
 LICENSE="LGPL-2"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static-libs"
+IUSE="ncurses static-libs"
+
+RDEPEND="ncurses? ( sys-libs/ncurses )"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
@@ -33,9 +36,10 @@
 
 src_configure() {
 	econf \
+		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
 		$(use_enable static-libs static) \
 		--disable-debug \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF}
+		$(use_enable ncurses curses)
 }
 
 src_install() {



1.38                 dev-util/cunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	21 May 2013 20:15:33 -0000	1.37
+++ ChangeLog	9 Oct 2013 19:33:31 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.37 2013/05/21 20:15:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.38 2013/10/09 19:33:31 hasufell Exp $
+
+  09 Oct 2013; Julian Ospald <hasufell@gentoo.org> cunit-2.1_p2.ebuild:
+  add ncurses useflag
 
   21 May 2013; Jeroen Roovers <jer@gentoo.org> cunit-2.1_p2.ebuild:
   Remove ncurses support (bug #336901).





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2.ebuild ChangeLog
@ 2013-10-09 19:44 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-10-09 19:44 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/10/09 19:44:40

  Modified:             cunit-2.1_p2.ebuild ChangeLog
  Log:
  link to ncurses explicitly to avoid breaking reverse deps
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.5                  dev-util/cunit/cunit-2.1_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild?r1=1.4&r2=1.5

Index: cunit-2.1_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cunit-2.1_p2.ebuild	9 Oct 2013 19:33:31 -0000	1.4
+++ cunit-2.1_p2.ebuild	9 Oct 2013 19:44:40 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.4 2013/10/09 19:33:31 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.5 2013/10/09 19:44:40 hasufell Exp $
 
 EAPI=5
-inherit autotools eutils flag-o-matic
+inherit autotools eutils flag-o-matic toolchain-funcs
 
 MY_PN='CUnit'
 MY_PV="${PV/_p*}-2"
@@ -32,6 +32,7 @@
 	sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
 	eautoreconf
 	append-cppflags -D_BSD_SOURCE
+	append-libs $($(tc-getPKG_CONFIG) --libs ncurses)
 }
 
 src_configure() {



1.39                 dev-util/cunit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	9 Oct 2013 19:33:31 -0000	1.38
+++ ChangeLog	9 Oct 2013 19:44:40 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.38 2013/10/09 19:33:31 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.39 2013/10/09 19:44:40 hasufell Exp $
+
+  09 Oct 2013; Julian Ospald <hasufell@gentoo.org> cunit-2.1_p2.ebuild:
+  link to ncurses explicitly to avoid breaking reverse deps
 
   09 Oct 2013; Julian Ospald <hasufell@gentoo.org> cunit-2.1_p2.ebuild:
   add ncurses useflag





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

end of thread, other threads:[~2013-10-09 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 17:33 [gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-09 19:33 Julian Ospald (hasufell)
2013-10-09 19:44 Julian Ospald (hasufell)

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