public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: gitg-0.0.8.ebuild ChangeLog
@ 2010-12-30 23:59 Mike Auty (ikelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Auty (ikelos) @ 2010-12-30 23:59 UTC (permalink / raw
  To: gentoo-commits

ikelos      10/12/30 23:59:59

  Modified:             gitg-0.0.8.ebuild ChangeLog
  Log:
  Fix a few dependency/ebuild issues as mentioned in bug 350189.
  
  (Portage version: 2.2.0_alpha10/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-vcs/gitg/gitg-0.0.8.ebuild

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

Index: gitg-0.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gitg-0.0.8.ebuild	30 Dec 2010 22:41:28 -0000	1.1
+++ gitg-0.0.8.ebuild	30 Dec 2010 23:59:59 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.1 2010/12/30 22:41:28 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.2 2010/12/30 23:59:59 ikelos Exp $
 
-EAPI="2"
+EAPI="3"
 
 inherit gnome2
 
@@ -21,9 +21,9 @@
 	dev-vcs/git"
 
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	>=sys-devel/gettext-0.17
 	>=dev-util/pkgconfig-0.15
-	>=dev-util/intltool-0.35"
+	>=dev-util/intltool-0.40"
 
 DOCS="AUTHORS ChangeLog NEWS README"
 
@@ -32,6 +32,11 @@
 	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed"
 }
 
+src_install() {
+	gnome2_src_install
+	find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"
+}
+
 pkg_setup() {
 	G2CONF="${G2CONF} --disable-bundle"
 }



1.6                  dev-vcs/gitg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 Dec 2010 22:41:28 -0000	1.5
+++ ChangeLog	30 Dec 2010 23:59:59 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/gitg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.5 2010/12/30 22:41:28 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.6 2010/12/30 23:59:59 ikelos Exp $
+
+  30 Dec 2010; Mike Auty <ikelos@gentoo.org> gitg-0.0.8.ebuild:
+  Fix a few dependency/ebuild issues as mentioned in bug 350189.
 
   30 Dec 2010; Mike Auty <ikelos@gentoo.org> -gitg-0.0.1.ebuild,
   -gitg-0.0.2.ebuild, -gitg-0.0.3.ebuild, -gitg-0.0.4.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: gitg-0.0.8.ebuild ChangeLog
@ 2011-01-02  1:58 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2011-01-02  1:58 UTC (permalink / raw
  To: gentoo-commits

sping       11/01/02 01:58:02

  Modified:             gitg-0.0.8.ebuild ChangeLog
  Log:
  dev-vcs/gitg: Remove gone configure option, integrate test suite
  
  (Portage version: 2.1.9.27/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-vcs/gitg/gitg-0.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?r1=1.2&r2=1.3

Index: gitg-0.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gitg-0.0.8.ebuild	30 Dec 2010 23:59:59 -0000	1.2
+++ gitg-0.0.8.ebuild	2 Jan 2011 01:58:02 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.2 2010/12/30 23:59:59 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.3 2011/01/02 01:58:02 sping Exp $
 
 EAPI="3"
 
@@ -37,6 +37,6 @@
 	find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"
 }
 
-pkg_setup() {
-	G2CONF="${G2CONF} --disable-bundle"
+src_test() {
+	emake check || die
 }



1.7                  dev-vcs/gitg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 Dec 2010 23:59:59 -0000	1.6
+++ ChangeLog	2 Jan 2011 01:58:02 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-vcs/gitg
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.6 2010/12/30 23:59:59 ikelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.7 2011/01/02 01:58:02 sping Exp $
+
+  02 Jan 2011; Sebastian Pipping <sping@gentoo.org> gitg-0.0.8.ebuild:
+  Remove gone configure option --disable-bundle, integrate test suite from
+  "make check"
 
   30 Dec 2010; Mike Auty <ikelos@gentoo.org> gitg-0.0.8.ebuild:
   Fix a few dependency/ebuild issues as mentioned in bug 350189.






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

end of thread, other threads:[~2011-01-02  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-02  1:58 [gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: gitg-0.0.8.ebuild ChangeLog Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-30 23:59 Mike Auty (ikelos)

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