* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-03-06 20:08 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 13+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-03-06 20:08 UTC (permalink / raw
To: gentoo-commits
scarabeus 13/03/06 20:08:56
Modified: ChangeLog
Added: graphite2-1.2.1.ebuild
Log:
Version bump to latest.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path
1.49 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 27 Feb 2013 23:30:23 -0000 1.48
+++ ChangeLog 6 Mar 2013 20:08:56 -0000 1.49
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.48 2013/02/27 23:30:23 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.49 2013/03/06 20:08:56 scarabeus Exp $
+
+*graphite2-1.2.1 (06 Mar 2013)
+
+ 06 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +graphite2-1.2.1.ebuild:
+ Version bump to latest.
27 Feb 2013; Christoph Junghans <ottxor@gentoo.org> graphite2-1.2.0.ebuild:
added ~x86-macos, tested by me
1.1 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.1&content-type=text/plain
Index: graphite2-1.2.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.1 2013/03/06 20:08:56 scarabeus 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"
HOMEPAGE="http://graphite.sil.org/"
SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
perl? ( dev-lang/perl )
"
DEPEND="${RDEPEND}
perl? ( virtual/perl-Module-Build )
test? (
dev-libs/glib:2
media-libs/fontconfig
media-libs/silgraphite
)
"
PATCHES=(
"${FILESDIR}/${PN}-1.1.0-includes-libs-perl.patch"
"${FILESDIR}/${PN}-1.0.2-no_harfbuzz_tests.patch"
"${FILESDIR}/${PN}-1.0.3-no-test-binaries.patch"
"${FILESDIR}/${PN}-1.2.0-solaris.patch"
)
pkg_setup() {
use perl && perl-module_pkg_setup
if use test; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
base_src_prepare
# fix perl linking
if use perl; then
_check_build_dir init
sed -i \
-e "s:@BUILD_DIR@:\"${CMAKE_BUILD_DIR}/src\":" \
contrib/perl/Build.PL || die
fi
# make tests optional
if ! use test; then
sed -i \
-e '/tests/d' \
CMakeLists.txt || die
fi
}
src_configure() {
local mycmakeargs=(
"-DVM_MACHINE_TYPE=direct"
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
if use perl; then
cd contrib/perl
perl-module_src_prep
perl-module_src_compile
fi
}
src_test() {
cmake-utils_src_test
if use perl; then
cd contrib/perl
perl-module_src_test
fi
}
src_install() {
cmake-utils_src_install
if use perl; then
cd contrib/perl
perl-module_src_install
fixlocalpod
fi
find "${ED}" -name '*.la' -exec rm -f {} +
}
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-03-06 20:41 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 13+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-03-06 20:41 UTC (permalink / raw
To: gentoo-commits
scarabeus 13/03/06 20:41:32
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Update to py-r1. Thanks to Mgorny.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path
1.2 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.1&r2=1.2
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graphite2-1.2.1.ebuild 6 Mar 2013 20:08:56 -0000 1.1
+++ graphite2-1.2.1.ebuild 6 Mar 2013 20:41:32 -0000 1.2
@@ -1,12 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.1 2013/03/06 20:08:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.2 2013/03/06 20:41:32 scarabeus Exp $
EAPI=4
-PYTHON_DEPEND="test? 2"
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+
GENTOO_DEPEND_ON_PERL="no"
-inherit base cmake-utils perl-module python
+inherit base eutils cmake-utils perl-module python-any-r1
DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems"
HOMEPAGE="http://graphite.sil.org/"
@@ -26,6 +27,7 @@
dev-libs/glib:2
media-libs/fontconfig
media-libs/silgraphite
+ ${PYTHON_DEPS}
)
"
@@ -38,10 +40,7 @@
pkg_setup() {
use perl && perl-module_pkg_setup
- if use test; then
- python_set_active_version 2
- python_pkg_setup
- fi
+ use test && python-any-r1_pkg_setup
}
src_prepare() {
@@ -96,6 +95,5 @@
fixlocalpod
fi
- find "${ED}" -name '*.la' -exec rm -f {} +
-
+ prune_libtool_files --all
}
1.50 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 6 Mar 2013 20:08:56 -0000 1.49
+++ ChangeLog 6 Mar 2013 20:41:32 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.49 2013/03/06 20:08:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.50 2013/03/06 20:41:32 scarabeus Exp $
+
+ 06 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> graphite2-1.2.1.ebuild:
+ Update to py-r1. Thanks to Mgorny.
*graphite2-1.2.1 (06 Mar 2013)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-03-09 18:04 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 13+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-03-09 18:04 UTC (permalink / raw
To: gentoo-commits
scarabeus 13/03/09 18:04:31
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Restrict to python2 only for tests. Wrt bug#460964.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path
1.3 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.2&r2=1.3
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- graphite2-1.2.1.ebuild 6 Mar 2013 20:41:32 -0000 1.2
+++ graphite2-1.2.1.ebuild 9 Mar 2013 18:04:31 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.2 2013/03/06 20:41:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.3 2013/03/09 18:04:31 scarabeus Exp $
EAPI=4
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
GENTOO_DEPEND_ON_PERL="no"
inherit base eutils cmake-utils perl-module python-any-r1
1.51 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 6 Mar 2013 20:41:32 -0000 1.50
+++ ChangeLog 9 Mar 2013 18:04:31 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.50 2013/03/06 20:41:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.51 2013/03/09 18:04:31 scarabeus Exp $
+
+ 09 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> graphite2-1.2.1.ebuild:
+ Restrict to python2 only for tests. Wrt bug#460964.
06 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> graphite2-1.2.1.ebuild:
Update to py-r1. Thanks to Mgorny.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-06-26 8:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 8:57 UTC (permalink / raw
To: gentoo-commits
ago 13/06/26 08:57:56
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #470762
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.5&r2=1.6
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- graphite2-1.2.1.ebuild 19 Jun 2013 21:49:41 -0000 1.5
+++ graphite2-1.2.1.ebuild 26 Jun 2013 08:57:56 -0000 1.6
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.5 2013/06/19 21:49:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.6 2013/06/26 08:57:56 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.54 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 19 Jun 2013 21:49:41 -0000 1.53
+++ ChangeLog 26 Jun 2013 08:57:56 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.53 2013/06/19 21:49:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.54 2013/06/26 08:57:56 ago Exp $
+
+ 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
+ Stable for ia64, wrt bug #470762
19 Jun 2013; Jeroen Roovers <jer@gentoo.org> graphite2-1.2.1.ebuild:
Stable for HPPA (bug #470762).
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-06-29 16:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-29 16:31 UTC (permalink / raw
To: gentoo-commits
ago 13/06/29 16:31:22
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #470762
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.6&r2=1.7
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- graphite2-1.2.1.ebuild 26 Jun 2013 08:57:56 -0000 1.6
+++ graphite2-1.2.1.ebuild 29 Jun 2013 16:31:22 -0000 1.7
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.6 2013/06/26 08:57:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.7 2013/06/29 16:31:22 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.55 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 26 Jun 2013 08:57:56 -0000 1.54
+++ ChangeLog 29 Jun 2013 16:31:22 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.54 2013/06/26 08:57:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.55 2013/06/29 16:31:22 ago Exp $
+
+ 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
+ Stable for sparc, wrt bug #470762
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
Stable for ia64, wrt bug #470762
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-06-29 19:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-29 19:42 UTC (permalink / raw
To: gentoo-commits
ago 13/06/29 19:42:14
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #470762
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.7&r2=1.8
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- graphite2-1.2.1.ebuild 29 Jun 2013 16:31:22 -0000 1.7
+++ graphite2-1.2.1.ebuild 29 Jun 2013 19:42:14 -0000 1.8
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.7 2013/06/29 16:31:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.8 2013/06/29 19:42:14 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.56 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 29 Jun 2013 16:31:22 -0000 1.55
+++ ChangeLog 29 Jun 2013 19:42:14 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.55 2013/06/29 16:31:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.56 2013/06/29 19:42:14 ago Exp $
+
+ 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
+ Stable for ppc64, wrt bug #470762
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
Stable for sparc, wrt bug #470762
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-06-30 13:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-30 13:28 UTC (permalink / raw
To: gentoo-commits
ago 13/06/30 13:28:58
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Stable for arm, wrt bug #470762
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.8&r2=1.9
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- graphite2-1.2.1.ebuild 29 Jun 2013 19:42:14 -0000 1.8
+++ graphite2-1.2.1.ebuild 30 Jun 2013 13:28:58 -0000 1.9
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.8 2013/06/29 19:42:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.9 2013/06/30 13:28:58 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.57 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 29 Jun 2013 19:42:14 -0000 1.56
+++ ChangeLog 30 Jun 2013 13:28:58 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.56 2013/06/29 19:42:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.57 2013/06/30 13:28:58 ago Exp $
+
+ 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
+ Stable for arm, wrt bug #470762
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
Stable for ppc64, wrt bug #470762
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-07-03 21:20 Fabian Groffen (grobian)
0 siblings, 0 replies; 13+ messages in thread
From: Fabian Groffen (grobian) @ 2013-07-03 21:20 UTC (permalink / raw
To: gentoo-commits
grobian 13/07/03 21:20:45
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Fix compilation on PowerPC/Darwin, bug #450512
(Portage version: 2.2.01.22097-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.10 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.9&r2=1.10
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- graphite2-1.2.1.ebuild 30 Jun 2013 13:28:58 -0000 1.9
+++ graphite2-1.2.1.ebuild 3 Jul 2013 21:20:45 -0000 1.10
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.9 2013/06/30 13:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.10 2013/07/03 21:20:45 grobian Exp $
EAPI=5
@@ -65,6 +65,9 @@
src_configure() {
local mycmakeargs=(
"-DVM_MACHINE_TYPE=direct"
+ # http://sourceforge.net/p/silgraphite/bugs/49/
+ $([[ ${CHOST} == powerpc*-apple* ]] && \
+ echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")
)
cmake-utils_src_configure
1.58 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 30 Jun 2013 13:28:58 -0000 1.57
+++ ChangeLog 3 Jul 2013 21:20:45 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.57 2013/06/30 13:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.58 2013/07/03 21:20:45 grobian Exp $
+
+ 03 Jul 2013; Fabian Groffen <grobian@gentoo.org> graphite2-1.2.1.ebuild:
+ Fix compilation on PowerPC/Darwin, bug #450512
30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
Stable for arm, wrt bug #470762
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-07-04 14:37 Fabian Groffen (grobian)
0 siblings, 0 replies; 13+ messages in thread
From: Fabian Groffen (grobian) @ 2013-07-04 14:37 UTC (permalink / raw
To: gentoo-commits
grobian 13/07/04 14:37:29
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Marked ~ppc-macos, tested by DIZ
(Portage version: 2.2.01.22097-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.11 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.10&r2=1.11
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- graphite2-1.2.1.ebuild 3 Jul 2013 21:20:45 -0000 1.10
+++ graphite2-1.2.1.ebuild 4 Jul 2013 14:37:29 -0000 1.11
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.10 2013/07/03 21:20:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.11 2013/07/04 14:37:29 grobian Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.59 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 3 Jul 2013 21:20:45 -0000 1.58
+++ ChangeLog 4 Jul 2013 14:37:29 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.58 2013/07/03 21:20:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.59 2013/07/04 14:37:29 grobian Exp $
+
+ 04 Jul 2013; Fabian Groffen <grobian@gentoo.org> graphite2-1.2.1.ebuild:
+ Marked ~ppc-macos, tested by DIZ
03 Jul 2013; Fabian Groffen <grobian@gentoo.org> graphite2-1.2.1.ebuild:
Fix compilation on PowerPC/Darwin, bug #450512
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-07-06 17:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-06 17:08 UTC (permalink / raw
To: gentoo-commits
ago 13/07/06 17:08:43
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #470762
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.11&r2=1.12
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- graphite2-1.2.1.ebuild 4 Jul 2013 14:37:29 -0000 1.11
+++ graphite2-1.2.1.ebuild 6 Jul 2013 17:08:43 -0000 1.12
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.11 2013/07/04 14:37:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.12 2013/07/06 17:08:43 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.60 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 4 Jul 2013 14:37:29 -0000 1.59
+++ ChangeLog 6 Jul 2013 17:08:43 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.59 2013/07/04 14:37:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.60 2013/07/06 17:08:43 ago Exp $
+
+ 06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
+ Stable for alpha, wrt bug #470762
04 Jul 2013; Fabian Groffen <grobian@gentoo.org> graphite2-1.2.1.ebuild:
Marked ~ppc-macos, tested by DIZ
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-09-05 18:54 Michal Gorny (mgorny)
0 siblings, 0 replies; 13+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:54 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:54:13
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.13 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.12&r2=1.13
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- graphite2-1.2.1.ebuild 6 Jul 2013 17:08:43 -0000 1.12
+++ graphite2-1.2.1.ebuild 5 Sep 2013 18:54:13 -0000 1.13
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.12 2013/07/06 17:08:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.13 2013/09/05 18:54:13 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
GENTOO_DEPEND_ON_PERL="no"
inherit base eutils cmake-utils perl-module python-any-r1
1.61 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 6 Jul 2013 17:08:43 -0000 1.60
+++ ChangeLog 5 Sep 2013 18:54:13 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.60 2013/07/06 17:08:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.61 2013/09/05 18:54:13 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> graphite2-1.2.1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.1.ebuild:
Stable for alpha, wrt bug #470762
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2013-10-12 21:53 Markos Chandras (hwoarang)
0 siblings, 0 replies; 13+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-10-12 21:53 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/10/12 21:53:33
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Add ~mips
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.14 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.13&r2=1.14
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- graphite2-1.2.1.ebuild 5 Sep 2013 18:54:13 -0000 1.13
+++ graphite2-1.2.1.ebuild 12 Oct 2013 21:53:33 -0000 1.14
@@ -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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.13 2013/09/05 18:54:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.14 2013/10/12 21:53:33 hwoarang Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.62 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 5 Sep 2013 18:54:13 -0000 1.61
+++ ChangeLog 12 Oct 2013 21:53:33 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.61 2013/09/05 18:54:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.62 2013/10/12 21:53:33 hwoarang Exp $
+
+ 12 Oct 2013; Markos Chandras <hwoarang@gentoo.org> graphite2-1.2.1.ebuild:
+ Add ~mips
05 Sep 2013; Michał Górny <mgorny@gentoo.org> graphite2-1.2.1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog
@ 2014-01-20 19:21 Mike Frysinger (vapier)
0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-20 19:21 UTC (permalink / raw
To: gentoo-commits
vapier 14/01/20 19:21:15
Modified: graphite2-1.2.1.ebuild ChangeLog
Log:
Add s390 love #469982.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.15 media-gfx/graphite2/graphite2-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild?r1=1.14&r2=1.15
Index: graphite2-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- graphite2-1.2.1.ebuild 12 Oct 2013 21:53:33 -0000 1.14
+++ graphite2-1.2.1.ebuild 20 Jan 2014 19:21:15 -0000 1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.14 2013/10/12 21:53:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.15 2014/01/20 19:21:15 vapier Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.63 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 12 Oct 2013 21:53:33 -0000 1.62
+++ ChangeLog 20 Jan 2014 19:21:15 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphite2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.62 2013/10/12 21:53:33 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.63 2014/01/20 19:21:15 vapier Exp $
+
+ 20 Jan 2014; Mike Frysinger <vapier@gentoo.org> graphite2-1.2.1.ebuild:
+ Add s390 love #469982.
12 Oct 2013; Markos Chandras <hwoarang@gentoo.org> graphite2-1.2.1.ebuild:
Add ~mips
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-01-20 19:21 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 19:21 [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.1.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2013-10-12 21:53 Markos Chandras (hwoarang)
2013-09-05 18:54 Michal Gorny (mgorny)
2013-07-06 17:08 Agostino Sarubbo (ago)
2013-07-04 14:37 Fabian Groffen (grobian)
2013-07-03 21:20 Fabian Groffen (grobian)
2013-06-30 13:28 Agostino Sarubbo (ago)
2013-06-29 19:42 Agostino Sarubbo (ago)
2013-06-29 16:31 Agostino Sarubbo (ago)
2013-06-26 8:57 Agostino Sarubbo (ago)
2013-03-09 18:04 Tomas Chvatal (scarabeus)
2013-03-06 20:41 Tomas Chvatal (scarabeus)
2013-03-06 20:08 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox