public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: diffuse-0.4.8.ebuild ChangeLog
@ 2014-08-16  9:25 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-08-16  9:25 UTC (permalink / raw
  To: gentoo-commits

idella4     14/08/16 09:25:37

  Modified:             ChangeLog
  Added:                diffuse-0.4.8.ebuild
  Log:
  bump, drop py2.6
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.22                 dev-util/diffuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Jan 2014 13:52:27 -0000	1.21
+++ ChangeLog	16 Aug 2014 09:25:37 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/diffuse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.21 2014/01/14 13:52:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.22 2014/08/16 09:25:37 idella4 Exp $
+
+*diffuse-0.4.8 (16 Aug 2014)
+
+  16 Aug 2014; Ian Delaney <idella4@gentoo.org> +diffuse-0.4.8.ebuild:
+  bump, drop py2.6
 
   14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> diffuse-0.4.7-r1.ebuild:
   Stable for x86, wrt bug #495666



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

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

Index: diffuse-0.4.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.8.ebuild,v 1.1 2014/08/16 09:25:37 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit fdo-mime python-single-r1

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 ~x64-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
	dev-python/pygtk[${PYTHON_USEDEP}]"
# file collision, bug #279018
DEPEND="${DEPEND}
	!sci-chemistry/tinker"

src_prepare() {
	local i p

	# linguas handling wrt #406433
	if [[ -n "${LINGUAS+x}" ]] ; then
		for i in $(for p in translations/*.po ; do echo ${p%.po} ; done) ; do
			if ! has ${i##*/} ${LINGUAS} ; then
				rm "${S}"/${i}.po || die
			fi
		done
	fi

	python_fix_shebang src/usr/bin/diffuse
}

src_install() {
	"${PYTHON}" install.py \
		--prefix="${EPREFIX}"/usr \
		--sysconfdir="${EPREFIX}"/etc \
		--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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: diffuse-0.4.8.ebuild ChangeLog
@ 2015-01-09 13:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-09 13:40 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/09 13:40:24

  Modified:             diffuse-0.4.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535398
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-util/diffuse/diffuse-0.4.8.ebuild

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

Index: diffuse-0.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- diffuse-0.4.8.ebuild	16 Aug 2014 09:25:37 -0000	1.1
+++ diffuse-0.4.8.ebuild	9 Jan 2015 13:40:24 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.8.ebuild,v 1.1 2014/08/16 09:25:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.8.ebuild,v 1.2 2015/01/09 13:40:24 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-solaris"
+KEYWORDS="amd64 ~x86 ~x64-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



1.24                 dev-util/diffuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	23 Sep 2014 19:21:14 -0000	1.23
+++ ChangeLog	9 Jan 2015 13:40:24 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffuse
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.23 2014/09/23 19:21:14 djc Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.24 2015/01/09 13:40:24 ago Exp $
+
+  09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> diffuse-0.4.8.ebuild:
+  Stable for amd64, wrt bug #535398
 
   23 Sep 2014; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
   Remove python, not a python library





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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: diffuse-0.4.8.ebuild ChangeLog
@ 2015-01-26  9:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26  9:52 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 09:52:50

  Modified:             diffuse-0.4.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535398
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-util/diffuse/diffuse-0.4.8.ebuild

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

Index: diffuse-0.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- diffuse-0.4.8.ebuild	9 Jan 2015 13:40:24 -0000	1.2
+++ diffuse-0.4.8.ebuild	26 Jan 2015 09:52:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.8.ebuild,v 1.2 2015/01/09 13:40:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/diffuse-0.4.8.ebuild,v 1.3 2015/01/26 09:52:50 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x64-solaris"
+KEYWORDS="amd64 x86 ~x64-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



1.25                 dev-util/diffuse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 Jan 2015 13:40:24 -0000	1.24
+++ ChangeLog	26 Jan 2015 09:52:50 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffuse
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.24 2015/01/09 13:40:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffuse/ChangeLog,v 1.25 2015/01/26 09:52:50 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> diffuse-0.4.8.ebuild:
+  Stable for x86, wrt bug #535398
 
   09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> diffuse-0.4.8.ebuild:
   Stable for amd64, wrt bug #535398





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

end of thread, other threads:[~2015-01-26  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09 13:40 [gentoo-commits] gentoo-x86 commit in dev-util/diffuse: diffuse-0.4.8.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-26  9:52 Agostino Sarubbo (ago)
2014-08-16  9:25 Ian Delaney (idella4)

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