Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Ian Stakenvicius (axs)" <axs@g.o>
|
|
Subject:
|
gentoo-x86 commit in media-gfx/graphite2: graphite2-1.1.2.ebuild graphite2-1.1.3.ebuild ChangeLog
|
|
Date:
|
Tue, 26 Jun 2012 20:26:03 +0000 (UTC)
|
|
axs 12/06/26 20:26:03
Modified: graphite2-1.1.2.ebuild graphite2-1.1.3.ebuild
ChangeLog
Log:
Disabled non-optional perl dep from inherited perl-module.eclass
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.4 media-gfx/graphite2/graphite2-1.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild?r1=1.3&r2=1.4
Index: graphite2-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- graphite2-1.1.2.ebuild 23 May 2012 08:49:11 -0000 1.3
+++ graphite2-1.1.2.ebuild 26 Jun 2012 20:26:03 -0000 1.4
@@ -1,10 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild,v 1.3 2012/05/23 08:49:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.2.ebuild,v 1.4 2012/06/26 20:26:03 axs Exp $
EAPI=4
PYTHON_DEPEND="test? 2"
+GENTOO_DEPEND_ON_PERL="no"
inherit base cmake-utils perl-module python
DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems"
1.2 media-gfx/graphite2/graphite2-1.1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild?r1=1.1&r2=1.2
Index: graphite2-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graphite2-1.1.3.ebuild 14 Jun 2012 08:32:51 -0000 1.1
+++ graphite2-1.1.3.ebuild 26 Jun 2012 20:26:03 -0000 1.2
@@ -1,10 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild,v 1.1 2012/06/14 08:32:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.3.ebuild,v 1.2 2012/06/26 20:26:03 axs Exp $
EAPI=4
PYTHON_DEPEND="test? 2"
+GENTOO_DEPEND_ON_PERL="no"
inherit base cmake-utils perl-module python
DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems"
1.31 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 14 Jun 2012 08:32:51 -0000 1.30
+++ ChangeLog 26 Jun 2012 20:26:03 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.30 2012/06/14 08:32:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.31 2012/06/26 20:26:03 axs Exp $
+
+ 26 Jun 2012; Ian Stakenvicius <axs@g.o> graphite2-1.1.2.ebuild,
+ graphite2-1.1.3.ebuild:
+ Disabled non-optional perl dep from inherited perl-module.eclass
*graphite2-1.1.3 (14 Jun 2012)
|
|