public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: ChangeLog diffuse-0.4.1.ebuild
@ 2009-10-13 15:57 Andrey Grozin (grozin)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Grozin (grozin) @ 2009-10-13 15:57 UTC (permalink / raw
  To: gentoo-commits

grozin      09/10/13 15:57:51

  Modified:             ChangeLog
  Added:                diffuse-0.4.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc45/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-util/diffuse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 Aug 2009 17:02:00 -0000	1.5
+++ ChangeLog	13 Oct 2009 15:57:50 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/diffuse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.5 2009/08/17 17:02:00 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.6 2009/10/13 15:57:50 grozin Exp $
+
+*diffuse-0.4.1 (13 Oct 2009)
+
+  13 Oct 2009; Andrey Grozin <grozin@gentoo.org> +diffuse-0.4.1.ebuild:
+  Version bump
 
 *diffuse-0.4.0 (17 Aug 2009)
 



1.1                  dev-util/diffuse/diffuse-0.4.1.ebuild

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

Index: diffuse-0.4.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild,v 1.1 2009/10/13 15:57:50 grozin Exp $

EAPI="2"

inherit distutils fdo-mime

DESCRIPTION="A graphical tool to compare and merge text files"
HOMEPAGE="http://${PN}.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/pygtk"
# file collision, bug #279018
DEPEND="!sci-chemistry/tinker"

src_compile() {
	:
}

src_install() {
	${python} install.py \
		--prefix=/usr \
		--files-only \
		--destdir="${D}" \
		|| die "Installation failed"
	dodoc AUTHORS ChangeLog README
}

pkg_postinst() {
	distutils_pkg_postinst
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	distutils_pkg_postrm
	fdo-mime_desktop_database_update
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: ChangeLog diffuse-0.4.1.ebuild
@ 2010-02-23 18:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-23 18:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/23 18:43:55

  Modified:             ChangeLog diffuse-0.4.1.ebuild
  Log:
  Stable on amd64 wrt bug #303871
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-util/diffuse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Oct 2009 15:57:50 -0000	1.6
+++ ChangeLog	23 Feb 2010 18:43:54 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffuse
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.6 2009/10/13 15:57:50 grozin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.7 2010/02/23 18:43:54 hwoarang Exp $
+
+  23 Feb 2010; Markos Chandras <hwoarang@gentoo.org> diffuse-0.4.1.ebuild:
+  Stable on amd64 wrt bug #303871
 
 *diffuse-0.4.1 (13 Oct 2009)
 



1.3                  dev-util/diffuse/diffuse-0.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild?r1=1.2&r2=1.3

Index: diffuse-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- diffuse-0.4.1.ebuild	7 Feb 2010 21:13:48 -0000	1.2
+++ diffuse-0.4.1.ebuild	23 Feb 2010 18:43:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild,v 1.2 2010/02/07 21:13:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild,v 1.3 2010/02/23 18:43:54 hwoarang Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pygtk"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: ChangeLog diffuse-0.4.1.ebuild
@ 2010-03-02 10:31 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-02 10:31 UTC (permalink / raw
  To: gentoo-commits

fauli       10/03/02 10:31:08

  Modified:             ChangeLog diffuse-0.4.1.ebuild
  Log:
  stable x86, bug 303871
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-util/diffuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	23 Feb 2010 18:43:54 -0000	1.7
+++ ChangeLog	2 Mar 2010 10:31:08 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffuse
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.7 2010/02/23 18:43:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.8 2010/03/02 10:31:08 fauli Exp $
+
+  02 Mar 2010; Christian Faulhammer <fauli@gentoo.org> diffuse-0.4.1.ebuild:
+  stable x86, bug 303871
 
   23 Feb 2010; Markos Chandras <hwoarang@gentoo.org> diffuse-0.4.1.ebuild:
   Stable on amd64 wrt bug #303871



1.5                  dev-util/diffuse/diffuse-0.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild?r1=1.4&r2=1.5

Index: diffuse-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- diffuse-0.4.1.ebuild	28 Feb 2010 14:37:08 -0000	1.4
+++ diffuse-0.4.1.ebuild	2 Mar 2010 10:31:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild,v 1.4 2010/02/28 14:37:08 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.1.ebuild,v 1.5 2010/03/02 10:31:08 fauli Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/pygtk"






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

end of thread, other threads:[~2010-03-02 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 10:31 [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: ChangeLog diffuse-0.4.1.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-23 18:43 Markos Chandras (hwoarang)
2009-10-13 15:57 Andrey Grozin (grozin)

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