public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2011-10-18 19:12 Peter Volkov (pva)
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Volkov (pva) @ 2011-10-18 19:12 UTC (permalink / raw
  To: gentoo-commits

pva         11/10/18 19:12:48

  Modified:             ChangeLog
  Added:                culmus-0.120-r3.ebuild
  Log:
  Add horev font. Depend on >=x11-apps/mkfontscale-1.0.9-r1 as Heavy weight is required for this font.
  
  (Portage version: 2.1.10.27/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	11 Oct 2011 17:05:19 -0000	1.69
+++ ChangeLog	18 Oct 2011 19:12:48 -0000	1.70
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/culmus
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.69 2011/10/11 17:05:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.70 2011/10/18 19:12:48 pva Exp $
+
+*culmus-0.120-r3 (18 Oct 2011)
+
+  18 Oct 2011; Peter Volkov <pva@gentoo.org> +culmus-0.120-r3.ebuild:
+  Add horev font. Depend on >=x11-apps/mkfontscale-1.0.9-r1 as Heavy weight is
+  required for this font.
 
   11 Oct 2011; Jeroen Roovers <jer@gentoo.org> culmus-0.120-r1.ebuild:
   Stable for HPPA (bug #376347).



1.1                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.1&content-type=text/plain

Index: culmus-0.120-r3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.1 2011/10/18 19:12:48 pva 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=( "${FILESDIR}/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_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 $(use fancy && echo afm 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] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2012-02-24 11:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 11:01 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 11:01:00

  Modified:             ChangeLog culmus-0.120-r3.ebuild
  Log:
  Stable for amd64, wrt bug #400369
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.71                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	18 Oct 2011 19:12:48 -0000	1.70
+++ ChangeLog	24 Feb 2012 11:01:00 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/culmus
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.70 2011/10/18 19:12:48 pva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.71 2012/02/24 11:01:00 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r3.ebuild:
+  Stable for amd64, wrt bug #400369
 
 *culmus-0.120-r3 (18 Oct 2011)
 



1.2                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?r1=1.1&r2=1.2

Index: culmus-0.120-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- culmus-0.120-r3.ebuild	18 Oct 2011 19:12:48 -0000	1.1
+++ culmus-0.120-r3.ebuild	24 Feb 2012 11:01:00 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.1 2011/10/18 19:12:48 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.2 2012/02/24 11:01:00 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=( "${FILESDIR}/65-culmus.conf" )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2012-02-27  3:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-27  3:20 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/27 03:20:50

  Modified:             ChangeLog culmus-0.120-r3.ebuild
  Log:
  Stable for HPPA (bug #400369).
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	24 Feb 2012 11:01:00 -0000	1.71
+++ ChangeLog	27 Feb 2012 03:20:50 -0000	1.72
@@ -1,6 +1,9 @@
 # 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.71 2012/02/24 11:01:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.72 2012/02/27 03:20:50 jer Exp $
+
+  27 Feb 2012; Jeroen Roovers <jer@gentoo.org> culmus-0.120-r3.ebuild:
+  Stable for HPPA (bug #400369).
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> culmus-0.120-r3.ebuild:
   Stable for amd64, wrt bug #400369



1.3                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?r1=1.2&r2=1.3

Index: culmus-0.120-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- culmus-0.120-r3.ebuild	24 Feb 2012 11:01:00 -0000	1.2
+++ culmus-0.120-r3.ebuild	27 Feb 2012 03:20:50 -0000	1.3
@@ -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-fonts/culmus/culmus-0.120-r3.ebuild,v 1.2 2012/02/24 11:01:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.3 2012/02/27 03:20:50 jer 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=( "${FILESDIR}/65-culmus.conf" )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2012-03-01 23:58 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-01 23:58 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/01 23:58:19

  Modified:             ChangeLog culmus-0.120-r3.ebuild
  Log:
  Marking culmus-0.120-r3 ppc for bug 400369
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.73                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	27 Feb 2012 03:20:50 -0000	1.72
+++ ChangeLog	1 Mar 2012 23:58:19 -0000	1.73
@@ -1,6 +1,9 @@
 # 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.72 2012/02/27 03:20:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.73 2012/03/01 23:58:19 ranger Exp $
+
+  01 Mar 2012; Brent Baude <ranger@gentoo.org> culmus-0.120-r3.ebuild:
+  Marking culmus-0.120-r3 ppc for bug 400369
 
   27 Feb 2012; Jeroen Roovers <jer@gentoo.org> culmus-0.120-r3.ebuild:
   Stable for HPPA (bug #400369).



1.4                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?r1=1.3&r2=1.4

Index: culmus-0.120-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- culmus-0.120-r3.ebuild	27 Feb 2012 03:20:50 -0000	1.3
+++ culmus-0.120-r3.ebuild	1 Mar 2012 23:58:19 -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-fonts/culmus/culmus-0.120-r3.ebuild,v 1.3 2012/02/27 03:20:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.4 2012/03/01 23:58:19 ranger 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=( "${FILESDIR}/65-culmus.conf" )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2012-03-02 19:46 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-03-02 19:46 UTC (permalink / raw
  To: gentoo-commits

maekke      12/03/02 19:46:00

  Modified:             ChangeLog culmus-0.120-r3.ebuild
  Log:
  arm stable, bug #400369
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.74                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	1 Mar 2012 23:58:19 -0000	1.73
+++ ChangeLog	2 Mar 2012 19:46:00 -0000	1.74
@@ -1,6 +1,9 @@
 # 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.73 2012/03/01 23:58:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.74 2012/03/02 19:46:00 maekke Exp $
+
+  02 Mar 2012; Markus Meier <maekke@gentoo.org> culmus-0.120-r3.ebuild:
+  arm stable, bug #400369
 
   01 Mar 2012; Brent Baude <ranger@gentoo.org> culmus-0.120-r3.ebuild:
   Marking culmus-0.120-r3 ppc for bug 400369



1.5                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?r1=1.4&r2=1.5

Index: culmus-0.120-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- culmus-0.120-r3.ebuild	1 Mar 2012 23:58:19 -0000	1.4
+++ culmus-0.120-r3.ebuild	2 Mar 2012 19:46:00 -0000	1.5
@@ -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-fonts/culmus/culmus-0.120-r3.ebuild,v 1.4 2012/03/01 23:58:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.5 2012/03/02 19:46:00 maekke 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=( "${FILESDIR}/65-culmus.conf" )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2012-03-02 20:53 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-02 20:53 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/02 20:53:07

  Modified:             ChangeLog culmus-0.120-r3.ebuild
  Log:
  Marking culmus-0.120-r3 ppc64 for bug 400369
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.75                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	2 Mar 2012 19:46:00 -0000	1.74
+++ ChangeLog	2 Mar 2012 20:53:07 -0000	1.75
@@ -1,6 +1,9 @@
 # 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.74 2012/03/02 19:46:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.75 2012/03/02 20:53:07 ranger Exp $
+
+  02 Mar 2012; Brent Baude <ranger@gentoo.org> culmus-0.120-r3.ebuild:
+  Marking culmus-0.120-r3 ppc64 for bug 400369
 
   02 Mar 2012; Markus Meier <maekke@gentoo.org> culmus-0.120-r3.ebuild:
   arm stable, bug #400369



1.6                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?r1=1.5&r2=1.6

Index: culmus-0.120-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- culmus-0.120-r3.ebuild	2 Mar 2012 19:46:00 -0000	1.5
+++ culmus-0.120-r3.ebuild	2 Mar 2012 20:53:07 -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-fonts/culmus/culmus-0.120-r3.ebuild,v 1.5 2012/03/02 19:46:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.6 2012/03/02 20:53:07 ranger 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=( "${FILESDIR}/65-culmus.conf" )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2012-03-09 11:12 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-09 11:12 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/09 11:12:36

  Modified:             ChangeLog culmus-0.120-r3.ebuild
  Log:
  x86 stable wrt bug #400369
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.76                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	2 Mar 2012 20:53:07 -0000	1.75
+++ ChangeLog	9 Mar 2012 11:12:35 -0000	1.76
@@ -1,6 +1,9 @@
 # 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.75 2012/03/02 20:53:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.76 2012/03/09 11:12:35 phajdan.jr Exp $
+
+  09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> culmus-0.120-r3.ebuild:
+  x86 stable wrt bug #400369
 
   02 Mar 2012; Brent Baude <ranger@gentoo.org> culmus-0.120-r3.ebuild:
   Marking culmus-0.120-r3 ppc64 for bug 400369



1.7                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?r1=1.6&r2=1.7

Index: culmus-0.120-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- culmus-0.120-r3.ebuild	2 Mar 2012 20:53:07 -0000	1.6
+++ culmus-0.120-r3.ebuild	9 Mar 2012 11:12:35 -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-fonts/culmus/culmus-0.120-r3.ebuild,v 1.6 2012/03/02 20:53:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.7 2012/03/09 11:12:35 phajdan.jr 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=( "${FILESDIR}/65-culmus.conf" )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild
@ 2012-03-31 17:20 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-31 17:20 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/31 17:20:48

  Modified:             ChangeLog culmus-0.120-r3.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #400369
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.77                 media-fonts/culmus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	9 Mar 2012 11:12:35 -0000	1.76
+++ ChangeLog	31 Mar 2012 17:20:48 -0000	1.77
@@ -1,6 +1,9 @@
 # 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.76 2012/03/09 11:12:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.77 2012/03/31 17:20:48 armin76 Exp $
+
+  31 Mar 2012; Raúl Porcel <armin76@gentoo.org> culmus-0.120-r3.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #400369
 
   09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> culmus-0.120-r3.ebuild:
   x86 stable wrt bug #400369



1.8                  media-fonts/culmus/culmus-0.120-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild?r1=1.7&r2=1.8

Index: culmus-0.120-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- culmus-0.120-r3.ebuild	9 Mar 2012 11:12:35 -0000	1.7
+++ culmus-0.120-r3.ebuild	31 Mar 2012 17:20:48 -0000	1.8
@@ -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-fonts/culmus/culmus-0.120-r3.ebuild,v 1.7 2012/03/09 11:12:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120-r3.ebuild,v 1.8 2012/03/31 17:20:48 armin76 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=( "${FILESDIR}/65-culmus.conf" )






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-03-31 17:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 11:01 [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120-r3.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-31 17:20 Raul Porcel (armin76)
2012-03-09 11:12 PaweA Hajdan (phajdan.jr)
2012-03-02 20:53 Brent Baude (ranger)
2012-03-02 19:46 Markus Meier (maekke)
2012-03-01 23:58 Brent Baude (ranger)
2012-02-27  3:20 Jeroen Roovers (jer)
2011-10-18 19:12 Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox