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.4.ebuild
@ 2010-11-03 16:10 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2010-11-03 16:10 UTC (permalink / raw
  To: gentoo-commits

grozin      10/11/03 16:10:32

  Modified:             ChangeLog
  Added:                diffuse-0.4.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha3/cvs/Linux i686)

Revision  Changes    Path
1.13                 dev-util/diffuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	5 Jun 2010 15:45:44 -0000	1.12
+++ ChangeLog	3 Nov 2010 16:10:32 -0000	1.13
@@ -1,6 +1,11 @@
 # 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.12 2010/06/05 15:45:44 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.13 2010/11/03 16:10:32 grozin Exp $
+
+*diffuse-0.4.4 (03 Nov 2010)
+
+  03 Nov 2010; Andrey Grozin <grozin@gentoo.org> +diffuse-0.4.4.ebuild:
+  Version bump
 
   05 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> diffuse-0.4.3.ebuild:
   x86 stable wrt bug #320031



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

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

Index: diffuse-0.4.4.ebuild
===================================================================
# 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.4.ebuild,v 1.1 2010/11/03 16:10:32 grozin Exp $

EAPI="2"
PYTHON_DEPEND="2"

inherit fdo-mime python

DESCRIPTION="A graphical tool to compare and merge text files"
HOMEPAGE="http://diffuse.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"

pkg_setup() {
	python_set_active_version 2
}

src_prepare() {
	python_convert_shebangs 2 src/usr/bin/diffuse
}

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

pkg_postinst() {
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-03 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 16:10 [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: ChangeLog diffuse-0.4.4.ebuild 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