* [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: ChangeLog diff-match-patch-20110725.1.ebuild diff-match-patch-20120106.ebuild
@ 2013-07-06 15:57 Amadeusz Zolnowski (aidecoe)
0 siblings, 0 replies; only message in thread
From: Amadeusz Zolnowski (aidecoe) @ 2013-07-06 15:57 UTC (permalink / raw
To: gentoo-commits
aidecoe 13/07/06 15:57:48
Modified: ChangeLog diff-match-patch-20110725.1.ebuild
diff-match-patch-20120106.ebuild
Log:
Added missing dev-python/setuptools dependency.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Revision Changes Path
1.12 dev-python/diff-match-patch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 13 Jan 2013 11:41:17 -0000 1.11
+++ ChangeLog 6 Jul 2013 15:57:47 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/diff-match-patch
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.11 2013/01/13 11:41:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/ChangeLog,v 1.12 2013/07/06 15:57:47 aidecoe Exp $
+
+ 06 Jul 2013; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ diff-match-patch-20110725.1.ebuild, diff-match-patch-20120106.ebuild:
+ Added missing dev-python/setuptools dependency.
13 Jan 2013; Agostino Sarubbo <ago@gentoo.org>
diff-match-patch-20120106.ebuild:
1.6 dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild?r1=1.5&r2=1.6
Index: diff-match-patch-20110725.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- diff-match-patch-20110725.1.ebuild 24 Mar 2012 16:55:53 -0000 1.5
+++ diff-match-patch-20110725.1.ebuild 6 Jul 2013 15:57:48 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild,v 1.5 2012/03/24 16:55:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20110725.1.ebuild,v 1.6 2013/07/06 15:57:48 aidecoe Exp $
EAPI=4
@@ -19,7 +19,7 @@
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND=""
+DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"
src_prepare() {
1.4 dev-python/diff-match-patch/diff-match-patch-20120106.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild?r1=1.3&r2=1.4
Index: diff-match-patch-20120106.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- diff-match-patch-20120106.ebuild 13 Jan 2013 11:41:17 -0000 1.3
+++ diff-match-patch-20120106.ebuild 6 Jul 2013 15:57:48 -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-python/diff-match-patch/diff-match-patch-20120106.ebuild,v 1.3 2013/01/13 11:41:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/diff-match-patch-20120106.ebuild,v 1.4 2013/07/06 15:57:48 aidecoe Exp $
EAPI=4
@@ -19,7 +19,7 @@
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND=""
+DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"
src_prepare() {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-06 15:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-06 15:57 [gentoo-commits] gentoo-x86 commit in dev-python/diff-match-patch: ChangeLog diff-match-patch-20110725.1.ebuild diff-match-patch-20120106.ebuild Amadeusz Zolnowski (aidecoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox