* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-02-04 19:27 Alon Bar-Lev (alonbl)
0 siblings, 0 replies; 11+ messages in thread
From: Alon Bar-Lev (alonbl) @ 2013-02-04 19:27 UTC (permalink / raw
To: gentoo-commits
alonbl 13/02/04 19:27:34
Modified: ChangeLog
Added: culmus-0.120-r4.ebuild
Log:
Install metrics, install fontconfig file, install taamey fonts if fancy not installed, bug#419445
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.78 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 31 Mar 2012 17:20:48 -0000 1.77
+++ ChangeLog 4 Feb 2013 19:27:34 -0000 1.78
@@ -1,6 +1,12 @@
# ChangeLog for media-fonts/culmus
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.77 2012/03/31 17:20:48 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.78 2013/02/04 19:27:34 alonbl Exp $
+
+*culmus-0.120-r4 (04 Feb 2013)
+
+ 04 Feb 2013; Alon Bar-Lev <alonbl@gentoo.org> +culmus-0.120-r4.ebuild:
+ Install metrics, install fontconfig file, install taamey fonts if fancy not
+ installed, bug#419445
31 Mar 2012; Raúl Porcel <armin76@gentoo.org> culmus-0.120-r3.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #400369
@@ -339,4 +345,3 @@
07 Apr 2003; Dan Armak <danarmak@gentoo.org> culmus-0.8.ebuild:
Culmus is a package of free Hebrew type1 fonts. Ebuild submitted by Meir
Kriheli. Closes submission #18377.
-
1.1 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.1&content-type=text/plain
Index: culmus-0.120-r4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.1 2013/02/04 19:27:34 alonbl Exp $
EAPI="2"
inherit font
# Maintainer: also check culmus.conf file in ${P}.tar.gz
MY_A_P=AncientSemiticFonts-0.06-1
# The Type 1 fonts are just a stripped version of TrueType fonts and they are
# not updated unless there is a meaningful change and we need them for
# culmus-latex, see bug #350657
TYPE1_PV=0.105
DESCRIPTION="Hebrew Type1 fonts"
HOMEPAGE="http://culmus.sourceforge.net/"
FANCY_FONTS="journal hillel anka comix gan ozrad ktav-yad dorian gladia horev"
FANCY_YG_FONTS="ShmuelCLM MakabiYG"
TAAMEY_FONTS="TaameyDavidCLM TaameyFrankCLM KeterAramTsova KeterYG"
SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz
mirror://sourceforge/culmus/${PN}-type1-${TYPE1_PV}.tar.gz
fontforge? ( mirror://sourceforge/culmus/${PN}-src-${PV}.tar.gz )
ancient? ( !fontforge? ( mirror://sourceforge/culmus/${MY_A_P}.TTF.tgz )
fontforge? ( mirror://sourceforge/culmus/${MY_A_P}.tgz ) )"
SRC_URI+=" fancy? ( $(printf "http://culmus.sourceforge.net/fancy/%s.tar.gz " ${FANCY_FONTS}) )"
SRC_URI+=" fancy? ( $(printf "http://culmus.sourceforge.net/fancy-yg/%s.zip " ${FANCY_YG_FONTS}) )"
SRC_URI+=" taamey? ( $(printf "http://culmus.sourceforge.net/taamim/%s.zip " ${TAAMEY_FONTS}) )"
# Some fonts are available in otf format too. Do we need them?
# http://culmus.sourceforge.net/fancy/anka-otf.zip
# http://culmus.sourceforge.net/fancy/hillel-otf.zip
# http://culmus.sourceforge.net/fancy/journal-otf.zip
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
RDEPEND="!media-fonts/culmus-ancient"
# >=x11-apps/mkfontscale-1.0.9-r1 as Heavy weight support is required
DEPEND="${RDEPEND}
>=x11-apps/mkfontscale-1.0.9-r1
fontforge? ( media-gfx/fontforge )"
S=${WORKDIR}
# Put all fonts, generated or not here
FONT_S=${S}/FONTS
src_unpack() {
unpack ${P}.tar.gz # For type1 fonts...
unpack ${PN}-type1-${TYPE1_PV}.tar.gz
use fontforge && unpack ${PN}-src-${PV}.tar.gz
use ancient && unpack ${MY_A_P}$(use fontforge || echo .TTF).tgz
if use fancy; then
unpack $(printf "%s.tar.gz " ${FANCY_FONTS})
unpack $(printf "%s.zip " ${FANCY_YG_FONTS})
mv TTF/* .
fi
if use taamey; then
for font in ${TAAMEY_FONTS}; do
mkdir ${font}
pushd ${font}
unpack ${font}.zip
popd >/dev/null
done
fi
}
src_prepare() {
cp "${P}/culmus.conf" "${T}/65-culmus.conf" || die
}
src_compile() {
mkdir -p "${FONT_S}"
if use fontforge; then
pushd ${P}
mv *.afm *.pfa "${FONT_S}"
rm *.ttf
popd >/dev/null
pushd ${PN}-type1-${TYPE1_PV}
mv *.afm *.pfa "${FONT_S}"
popd >/dev/null
pushd ${PN}-src-${PV}
for f in *.sfd; do
"${WORKDIR}"/${PN}-src-${PV}/GenerateTTF.pe ${f} "${FONT_S}" || die
done
popd >/dev/null
if use ancient; then
pushd ${MY_A_P}/src
export FONTFORGE_LANGUAGE=ff
make clean
make all || die "Failed to build fonts"
mv *.ttf "${FONT_S}"
popd >/dev/null
fi
if use taamey; then
for font in ${TAAMEY_FONTS}; do
rm -rf ${font}/TTF
pushd ${font}/SFD
for f in *.sfd; do
"${WORKDIR}"/${PN}-src-${PV}/GenerateTTF.pe ${f} "${FONT_S}" || die
done
popd >/dev/null
done
fi
else
pushd ${P}
mv *.afm *.pfa *.ttf "${FONT_S}"
popd >/dev/null
pushd ${PN}-type1-${TYPE1_PV}
mv *.afm *.pfa "${FONT_S}"
popd >/dev/null
if use ancient; then
pushd ${MY_A_P}$(use fontforge || echo .TTF)/fonts
mv *.ttf "${FONT_S}"
popd >/dev/null
fi
if use taamey; then
for font in ${TAAMEY_FONTS}; do
pushd ${font}/TTF
mv *.ttf "${FONT_S}"
popd >/dev/null
done
fi
fi
use fancy && mv *.afm *.pfa *.ttf "${FONT_S}"
}
src_install() {
FONT_SUFFIX="pfa afm $((use fancy || use taamey) && echo ttf)" \
font_src_install
rm -rf "${FONT_S}"
find "${WORKDIR}" -name '*.ttf' -o -name '*.pfa' -o -name '*.pfm' |
while read font; do
ewarn "QA: missed font file: ${font}"
done
pushd ${PN}$(use fontforge && echo -src)-${PV}
dodoc CHANGES || die
popd >/dev/null
if use ancient; then
pushd "${WORKDIR}/${MY_A_P}$(use fontforge || echo .TTF)/"
newdoc CHANGES{,.ancient} || die
newdoc README{,.ancient} || die
popd >/dev/null
fi
if use taamey; then
for font in ${TAAMEY_FONTS}; do
pushd ${font}
[[ -f ChangeLog ]] && { newdoc ChangeLog{,.${font}} || die; }
newdoc README{,.${font}} || die
insinto /usr/share/doc/${PF}/${font}
doins -r Samples
popd >/dev/null
done
fi
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-16 12:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 12:56 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 12:56:33
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.1&r2=1.2
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- culmus-0.120-r4.ebuild 4 Feb 2013 19:27:34 -0000 1.1
+++ culmus-0.120-r4.ebuild 16 May 2013 12:56:33 -0000 1.2
@@ -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.1 2013/02/04 19:27:34 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.2 2013/05/16 12:56:33 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.79 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 4 Feb 2013 19:27:34 -0000 1.78
+++ ChangeLog 16 May 2013 12:56:33 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.78 2013/02/04 19:27:34 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.79 2013/05/16 12:56:33 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for amd64, wrt bug #461178
*culmus-0.120-r4 (04 Feb 2013)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-16 13:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:20 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 13:20:16
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.2&r2=1.3
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- culmus-0.120-r4.ebuild 16 May 2013 12:56:33 -0000 1.2
+++ culmus-0.120-r4.ebuild 16 May 2013 13:20:16 -0000 1.3
@@ -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.2 2013/05/16 12:56:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.3 2013/05/16 13:20:16 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.80 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 16 May 2013 12:56:33 -0000 1.79
+++ ChangeLog 16 May 2013 13:20:16 -0000 1.80
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.79 2013/05/16 12:56:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.80 2013/05/16 13:20:16 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for ppc, wrt bug #461178
16 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for amd64, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-16 15:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 15:50 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 15:50:32
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.3&r2=1.4
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- culmus-0.120-r4.ebuild 16 May 2013 13:20:16 -0000 1.3
+++ culmus-0.120-r4.ebuild 16 May 2013 15:50:32 -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/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.3 2013/05/16 13:20:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.4 2013/05/16 15:50:32 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.81 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 16 May 2013 13:20:16 -0000 1.80
+++ ChangeLog 16 May 2013 15:50:32 -0000 1.81
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.80 2013/05/16 13:20:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.81 2013/05/16 15:50:32 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for ppc64, wrt bug #461178
16 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for ppc, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-16 16:36 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 16:36 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 16:36:33
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for arm, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.4&r2=1.5
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- culmus-0.120-r4.ebuild 16 May 2013 15:50:32 -0000 1.4
+++ culmus-0.120-r4.ebuild 16 May 2013 16:36:33 -0000 1.5
@@ -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.4 2013/05/16 15:50:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.5 2013/05/16 16:36:33 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.82 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 16 May 2013 15:50:32 -0000 1.81
+++ ChangeLog 16 May 2013 16:36:33 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.81 2013/05/16 15:50:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.82 2013/05/16 16:36:33 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for arm, wrt bug #461178
16 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for ppc64, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-18 5:32 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18 5:32 UTC (permalink / raw
To: gentoo-commits
ago 13/05/18 05:32:55
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.6&r2=1.7
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- culmus-0.120-r4.ebuild 17 May 2013 15:25:47 -0000 1.6
+++ culmus-0.120-r4.ebuild 18 May 2013 05:32:55 -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.6 2013/05/17 15:25:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.7 2013/05/18 05:32:55 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.84 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 17 May 2013 15:25:47 -0000 1.83
+++ ChangeLog 18 May 2013 05:32:55 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.83 2013/05/17 15:25:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.84 2013/05/18 05:32:55 ago Exp $
+
+ 18 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for ia64, wrt bug #461178
17 May 2013; Jeroen Roovers <jer@gentoo.org> culmus-0.120-r4.ebuild:
Stable for HPPA (bug #461178).
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-18 20:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18 20:50 UTC (permalink / raw
To: gentoo-commits
ago 13/05/18 20:50:49
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.7&r2=1.8
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- culmus-0.120-r4.ebuild 18 May 2013 05:32:55 -0000 1.7
+++ culmus-0.120-r4.ebuild 18 May 2013 20:50:49 -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.7 2013/05/18 05:32:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.8 2013/05/18 20:50:49 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.85 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 18 May 2013 05:32:55 -0000 1.84
+++ ChangeLog 18 May 2013 20:50:49 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.84 2013/05/18 05:32:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.85 2013/05/18 20:50:49 ago Exp $
+
+ 18 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for alpha, wrt bug #461178
18 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for ia64, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-20 8:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 8:40 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 08:40:18
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.8&r2=1.9
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- culmus-0.120-r4.ebuild 18 May 2013 20:50:49 -0000 1.8
+++ culmus-0.120-r4.ebuild 20 May 2013 08:40:18 -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.8 2013/05/18 20:50:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.9 2013/05/20 08:40:18 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.86 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 18 May 2013 20:50:49 -0000 1.85
+++ ChangeLog 20 May 2013 08:40:18 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.85 2013/05/18 20:50:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.86 2013/05/20 08:40:18 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for x86, wrt bug #461178
18 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for alpha, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-20 18:03 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 18:03 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 18:03:30
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for s390, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.9&r2=1.10
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- culmus-0.120-r4.ebuild 20 May 2013 08:40:18 -0000 1.9
+++ culmus-0.120-r4.ebuild 20 May 2013 18:03:30 -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.9 2013/05/20 08:40:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.10 2013/05/20 18:03:30 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.87 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 20 May 2013 08:40:18 -0000 1.86
+++ ChangeLog 20 May 2013 18:03:30 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.86 2013/05/20 08:40:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.87 2013/05/20 18:03:30 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for s390, wrt bug #461178
20 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for x86, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-05-25 7:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25 7:53 UTC (permalink / raw
To: gentoo-commits
ago 13/05/25 07:53:34
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #461178
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.10&r2=1.11
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- culmus-0.120-r4.ebuild 20 May 2013 18:03:30 -0000 1.10
+++ culmus-0.120-r4.ebuild 25 May 2013 07:53:34 -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.10 2013/05/20 18:03:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.11 2013/05/25 07:53:34 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.88 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 20 May 2013 18:03:30 -0000 1.87
+++ ChangeLog 25 May 2013 07:53:34 -0000 1.88
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.87 2013/05/20 18:03:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.88 2013/05/25 07:53:34 ago Exp $
+
+ 25 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for sparc, wrt bug #461178
20 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for s390, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog
@ 2013-06-02 8:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-02 8:46 UTC (permalink / raw
To: gentoo-commits
ago 13/06/02 08:46:09
Modified: culmus-0.120-r4.ebuild ChangeLog
Log:
Stable for sh, wrt bug #461178
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 media-fonts/culmus/culmus-0.120-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild?r1=1.11&r2=1.12
Index: culmus-0.120-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- culmus-0.120-r4.ebuild 25 May 2013 07:53:34 -0000 1.11
+++ culmus-0.120-r4.ebuild 2 Jun 2013 08:46:09 -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-fonts/culmus/culmus-0.120-r4.ebuild,v 1.11 2013/05/25 07:53:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r4.ebuild,v 1.12 2013/06/02 08:46:09 ago Exp $
EAPI="2"
@@ -37,7 +37,7 @@
LICENSE="|| ( GPL-2 LICENSE-BITSTREAM ) ancient? ( MIT ) fancy? ( GPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="ancient fancy fontforge taamey"
FONT_CONF=( "${T}/65-culmus.conf" )
1.89 media-fonts/culmus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 25 May 2013 07:53:34 -0000 1.88
+++ ChangeLog 2 Jun 2013 08:46:09 -0000 1.89
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/culmus
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.88 2013/05/25 07:53:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.89 2013/06/02 08:46:09 ago Exp $
+
+ 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
+ Stable for sh, wrt bug #461178
25 May 2013; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r4.ebuild:
Stable for sparc, wrt bug #461178
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-06-02 8:46 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 13:20 [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: culmus-0.120-r4.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-06-02 8:46 Agostino Sarubbo (ago)
2013-05-25 7:53 Agostino Sarubbo (ago)
2013-05-20 18:03 Agostino Sarubbo (ago)
2013-05-20 8:40 Agostino Sarubbo (ago)
2013-05-18 20:50 Agostino Sarubbo (ago)
2013-05-18 5:32 Agostino Sarubbo (ago)
2013-05-16 16:36 Agostino Sarubbo (ago)
2013-05-16 15:50 Agostino Sarubbo (ago)
2013-05-16 12:56 Agostino Sarubbo (ago)
2013-02-04 19:27 Alon Bar-Lev (alonbl)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox