* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2012-09-25 13:56 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 12+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-09-25 13:56 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/09/25 13:56:58
Modified: ChangeLog
Added: graphite2-1.2.0.ebuild
Log:
Version bump to latest version.
(Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
Revision Changes Path
1.33 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 29 Jun 2012 11:54:55 -0000 1.32
+++ ChangeLog 25 Sep 2012 13:56:58 -0000 1.33
@@ -1,6 +1,11 @@
# 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.32 2012/06/29 11:54:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.33 2012/09/25 13:56:58 scarabeus Exp $
+
+*graphite2-1.2.0 (25 Sep 2012)
+
+ 25 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> +graphite2-1.2.0.ebuild:
+ Version bump to latest version.
29 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> -graphite2-1.1.2.ebuild,
graphite2-1.1.3.ebuild:
1.1 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.1&content-type=text/plain
Index: graphite2-1.2.0.ebuild
===================================================================
# 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.2.0.ebuild,v 1.1 2012/09/25 13:56:58 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="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
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"
)
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] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2012-11-05 11:58 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 12+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-11-05 11:58 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/11/05 11:58:09
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Stable on amd64 x86 and ppc wrt bug#441354.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path
1.2 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.1&r2=1.2
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graphite2-1.2.0.ebuild 25 Sep 2012 13:56:58 -0000 1.1
+++ graphite2-1.2.0.ebuild 5 Nov 2012 11:58:09 -0000 1.2
@@ -1,6 +1,6 @@
# 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.2.0.ebuild,v 1.1 2012/09/25 13:56:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.2 2012/11/05 11:58:09 scarabeus Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="perl test"
RDEPEND="
1.34 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 25 Sep 2012 13:56:58 -0000 1.33
+++ ChangeLog 5 Nov 2012 11:58:09 -0000 1.34
@@ -1,6 +1,9 @@
# 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.33 2012/09/25 13:56:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.34 2012/11/05 11:58:09 scarabeus Exp $
+
+ 05 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> graphite2-1.2.0.ebuild:
+ Stable on amd64 x86 and ppc wrt bug#441354.
*graphite2-1.2.0 (25 Sep 2012)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2012-12-23 20:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-23 20:55 UTC (permalink / raw
To: gentoo-commits
ago 12/12/23 20:55:41
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Add ~ppc64, wrt bug #447854
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.4 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.3&r2=1.4
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- graphite2-1.2.0.ebuild 8 Dec 2012 12:23:01 -0000 1.3
+++ graphite2-1.2.0.ebuild 23 Dec 2012 20:55:41 -0000 1.4
@@ -1,6 +1,6 @@
# 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.2.0.ebuild,v 1.3 2012/12/08 12:23:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.4 2012/12/23 20:55:41 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="perl test"
RDEPEND="
1.37 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 20 Dec 2012 11:20:00 -0000 1.36
+++ ChangeLog 23 Dec 2012 20:55:41 -0000 1.37
@@ -1,6 +1,9 @@
# 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.36 2012/12/20 11:20:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.37 2012/12/23 20:55:41 ago Exp $
+
+ 23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
+ Add ~ppc64, wrt bug #447854
20 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org>
-files/graphite2-fix_wrong_linker_opts.patch, -graphite2-1.1.3.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2012-12-28 11:37 Fabian Groffen (grobian)
0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen (grobian) @ 2012-12-28 11:37 UTC (permalink / raw
To: gentoo-commits
grobian 12/12/28 11:37:40
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Fixed and keyworded for ~x64-solaris
(Portage version: 2.2.01.21418-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.6 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.5&r2=1.6
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- graphite2-1.2.0.ebuild 24 Dec 2012 04:04:53 -0000 1.5
+++ graphite2-1.2.0.ebuild 28 Dec 2012 11:37:40 -0000 1.6
@@ -1,6 +1,6 @@
# 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.2.0.ebuild,v 1.5 2012/12/24 04:04:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.6 2012/12/28 11:37:40 grobian Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="perl test"
RDEPEND="
@@ -33,6 +33,7 @@
"${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() {
1.39 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 24 Dec 2012 04:04:53 -0000 1.38
+++ ChangeLog 28 Dec 2012 11:37:40 -0000 1.39
@@ -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.38 2012/12/24 04:04:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.39 2012/12/28 11:37:40 grobian Exp $
+
+ 28 Dec 2012; Fabian Groffen <grobian@gentoo.org>
+ +files/graphite2-1.2.0-solaris.patch, graphite2-1.2.0.ebuild:
+ Fixed and keyworded for ~x64-solaris
24 Dec 2012; Jeroen Roovers <jer@gentoo.org> graphite2-1.2.0.ebuild:
Marked ~hppa (bug #447854).
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2012-12-31 21:15 Fabian Groffen (grobian)
0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen (grobian) @ 2012-12-31 21:15 UTC (permalink / raw
To: gentoo-commits
grobian 12/12/31 21:15:15
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Marked ~x64-macos, bug #449130
(Portage version: 2.2.01.21476-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.7 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.6&r2=1.7
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- graphite2-1.2.0.ebuild 28 Dec 2012 11:37:40 -0000 1.6
+++ graphite2-1.2.0.ebuild 31 Dec 2012 21:15:15 -0000 1.7
@@ -1,6 +1,6 @@
# 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.2.0.ebuild,v 1.6 2012/12/28 11:37:40 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.7 2012/12/31 21:15:15 grobian Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.40 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 28 Dec 2012 11:37:40 -0000 1.39
+++ ChangeLog 31 Dec 2012 21:15:15 -0000 1.40
@@ -1,6 +1,9 @@
# 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.39 2012/12/28 11:37:40 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.40 2012/12/31 21:15:15 grobian Exp $
+
+ 31 Dec 2012; Fabian Groffen <grobian@gentoo.org> graphite2-1.2.0.ebuild:
+ Marked ~x64-macos, bug #449130
28 Dec 2012; Fabian Groffen <grobian@gentoo.org>
+files/graphite2-1.2.0-solaris.patch, graphite2-1.2.0.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2013-01-01 12:18 Agostino Sarubbo (ago)
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-01 12:18 UTC (permalink / raw
To: gentoo-commits
ago 13/01/01 12:18:37
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.8 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.7&r2=1.8
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- graphite2-1.2.0.ebuild 31 Dec 2012 21:15:15 -0000 1.7
+++ graphite2-1.2.0.ebuild 1 Jan 2013 12:18:37 -0000 1.8
@@ -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/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.7 2012/12/31 21:15:15 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.8 2013/01/01 12:18:37 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.41 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 31 Dec 2012 21:15:15 -0000 1.40
+++ ChangeLog 1 Jan 2013 12:18:37 -0000 1.41
@@ -1,6 +1,9 @@
# 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.40 2012/12/31 21:15:15 grobian Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.41 2013/01/01 12:18:37 ago Exp $
+
+ 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
+ Add ~ia64, wrt bug #449220
31 Dec 2012; Fabian Groffen <grobian@gentoo.org> graphite2-1.2.0.ebuild:
Marked ~x64-macos, bug #449130
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2013-01-01 14:37 Agostino Sarubbo (ago)
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-01 14:37 UTC (permalink / raw
To: gentoo-commits
ago 13/01/01 14:37:29
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Add ~alpha, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.9 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.8&r2=1.9
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- graphite2-1.2.0.ebuild 1 Jan 2013 12:18:37 -0000 1.8
+++ graphite2-1.2.0.ebuild 1 Jan 2013 14:37:29 -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.0.ebuild,v 1.8 2013/01/01 12:18:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.9 2013/01/01 14:37:29 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.42 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 1 Jan 2013 12:18:37 -0000 1.41
+++ ChangeLog 1 Jan 2013 14:37:29 -0000 1.42
@@ -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.41 2013/01/01 12:18:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.42 2013/01/01 14:37:29 ago Exp $
+
+ 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
+ Add ~alpha, wrt bug #449220
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
Add ~ia64, wrt bug #449220
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2013-01-06 9:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-06 9:45 UTC (permalink / raw
To: gentoo-commits
ago 13/01/06 09:45:04
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Add ~sparc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.10 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.9&r2=1.10
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- graphite2-1.2.0.ebuild 1 Jan 2013 14:37:29 -0000 1.9
+++ graphite2-1.2.0.ebuild 6 Jan 2013 09:45:04 -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.0.ebuild,v 1.9 2013/01/01 14:37:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.10 2013/01/06 09:45:04 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.43 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 1 Jan 2013 14:37:29 -0000 1.42
+++ ChangeLog 6 Jan 2013 09:45:04 -0000 1.43
@@ -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.42 2013/01/01 14:37:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.43 2013/01/06 09:45:04 ago Exp $
+
+ 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
+ Add ~sparc, wrt bug #449220
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
Add ~alpha, wrt bug #449220
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2013-01-30 9:20 Naohiro Aota (naota)
0 siblings, 0 replies; 12+ messages in thread
From: Naohiro Aota (naota) @ 2013-01-30 9:20 UTC (permalink / raw
To: gentoo-commits
naota 13/01/30 09:20:53
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Add ~x86-fbsd.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path
1.12 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.11&r2=1.12
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- graphite2-1.2.0.ebuild 28 Jan 2013 13:46:54 -0000 1.11
+++ graphite2-1.2.0.ebuild 30 Jan 2013 09:20:53 -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.0.ebuild,v 1.11 2013/01/28 13:46:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.12 2013/01/30 09:20:53 naota Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.45 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 28 Jan 2013 13:46:54 -0000 1.44
+++ ChangeLog 30 Jan 2013 09:20:53 -0000 1.45
@@ -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.44 2013/01/28 13:46:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.45 2013/01/30 09:20:53 naota Exp $
+
+ 30 Jan 2013; Naohiro Aota <naota@gentoo.org> graphite2-1.2.0.ebuild:
+ Add ~x86-fbsd.
28 Jan 2013; Alexis Ballier <aballier@gentoo.org> graphite2-1.2.0.ebuild:
keyword ~amd64-fbsd
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2013-02-08 15:26 Agostino Sarubbo (ago)
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-08 15:26 UTC (permalink / raw
To: gentoo-commits
ago 13/02/08 15:26:41
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Add ~sh, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.13 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.12&r2=1.13
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- graphite2-1.2.0.ebuild 30 Jan 2013 09:20:53 -0000 1.12
+++ graphite2-1.2.0.ebuild 8 Feb 2013 15:26:41 -0000 1.13
@@ -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.0.ebuild,v 1.12 2013/01/30 09:20:53 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.13 2013/02/08 15:26:41 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.46 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 30 Jan 2013 09:20:53 -0000 1.45
+++ ChangeLog 8 Feb 2013 15:26:41 -0000 1.46
@@ -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.45 2013/01/30 09:20:53 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.46 2013/02/08 15:26:41 ago Exp $
+
+ 08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
+ Add ~sh, wrt bug #449220
30 Jan 2013; Naohiro Aota <naota@gentoo.org> graphite2-1.2.0.ebuild:
Add ~x86-fbsd.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2013-02-22 18:39 Zac Medico (zmedico)
0 siblings, 0 replies; 12+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-22 18:39 UTC (permalink / raw
To: gentoo-commits
zmedico 13/02/22 18:39:52
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Revision Changes Path
1.14 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.13&r2=1.14
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- graphite2-1.2.0.ebuild 8 Feb 2013 15:26:41 -0000 1.13
+++ graphite2-1.2.0.ebuild 22 Feb 2013 18:39:52 -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.0.ebuild,v 1.13 2013/02/08 15:26:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.14 2013/02/22 18:39:52 zmedico Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-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 ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.47 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 8 Feb 2013 15:26:41 -0000 1.46
+++ ChangeLog 22 Feb 2013 18:39:52 -0000 1.47
@@ -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.46 2013/02/08 15:26:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.47 2013/02/22 18:39:52 zmedico Exp $
+
+ 22 Feb 2013; Zac Medico <zmedico@gentoo.org> graphite2-1.2.0.ebuild:
+ Add ~arm-linux keyword.
08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> graphite2-1.2.0.ebuild:
Add ~sh, wrt bug #449220
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
@ 2013-02-27 23:30 Christoph Junghans (ottxor)
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-02-27 23:30 UTC (permalink / raw
To: gentoo-commits
ottxor 13/02/27 23:30:23
Modified: graphite2-1.2.0.ebuild ChangeLog
Log:
added ~x86-macos, tested by me
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path
1.15 media-gfx/graphite2/graphite2-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.14&r2=1.15
Index: graphite2-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- graphite2-1.2.0.ebuild 22 Feb 2013 18:39:52 -0000 1.14
+++ graphite2-1.2.0.ebuild 27 Feb 2013 23:30:23 -0000 1.15
@@ -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.0.ebuild,v 1.14 2013/02/22 18:39:52 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.15 2013/02/27 23:30:23 ottxor Exp $
EAPI=4
@@ -14,7 +14,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 ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~x64-macos ~x64-solaris"
IUSE="perl test"
RDEPEND="
1.48 media-gfx/graphite2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 22 Feb 2013 18:39:52 -0000 1.47
+++ ChangeLog 27 Feb 2013 23:30:23 -0000 1.48
@@ -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.47 2013/02/22 18:39:52 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.48 2013/02/27 23:30:23 ottxor Exp $
+
+ 27 Feb 2013; Christoph Junghans <ottxor@gentoo.org> graphite2-1.2.0.ebuild:
+ added ~x86-macos, tested by me
22 Feb 2013; Zac Medico <zmedico@gentoo.org> graphite2-1.2.0.ebuild:
Add ~arm-linux keyword.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2013-02-27 23:30 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 11:58 [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2013-02-27 23:30 Christoph Junghans (ottxor)
2013-02-22 18:39 Zac Medico (zmedico)
2013-02-08 15:26 Agostino Sarubbo (ago)
2013-01-30 9:20 Naohiro Aota (naota)
2013-01-06 9:45 Agostino Sarubbo (ago)
2013-01-01 14:37 Agostino Sarubbo (ago)
2013-01-01 12:18 Agostino Sarubbo (ago)
2012-12-31 21:15 Fabian Groffen (grobian)
2012-12-28 11:37 Fabian Groffen (grobian)
2012-12-23 20:55 Agostino Sarubbo (ago)
2012-09-25 13:56 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