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.ebuild
@ 2010-11-19 13:25 Peter Volkov (pva)
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Volkov (pva) @ 2010-11-19 13:25 UTC (permalink / raw
  To: gentoo-commits

pva         10/11/19 13:25:22

  Modified:             ChangeLog
  Added:                culmus-0.120.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	19 Oct 2010 12:30:22 -0000	1.53
+++ ChangeLog	19 Nov 2010 13:25:22 -0000	1.54
@@ -1,6 +1,11 @@
 # ChangeLog for media-fonts/culmus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.53 2010/10/19 12:30:22 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.54 2010/11/19 13:25:22 pva Exp $
+
+*culmus-0.120 (19 Nov 2010)
+
+  19 Nov 2010; Peter Volkov <pva@gentoo.org> +culmus-0.120.ebuild:
+  Version bump.
 
 *culmus-0.110 (19 Oct 2010)
 



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

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

Index: culmus-0.120.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.1 2010/11/19 13:25:22 pva Exp $

EAPI="2"

inherit font

# Maintainer: also check culmus.conf file in ${P}.tar.gz

MY_A_P=AncientSemiticFonts-0.06-1

DESCRIPTION="Hebrew Type1 fonts"
HOMEPAGE="http://culmus.sourceforge.net/"

FANCY_FONTS="journal hillel anka comix gan ozrad ktav-yad dorian gladia"
FANCY_YG_FONTS="ShmuelCLM MakabiYG"
TAAMEY_FONTS="TaameyDavidCLM TaameyFrankCLM KeterAramTsova KeterYG"

SRC_URI="mirror://sourceforge/culmus/${P}.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" )

DEPEND="!media-fonts/culmus-ancient"
RDEPEND="${DEPEND}"

S=${WORKDIR}
# Put all fonts, generated or not here
FONT_S=${S}/FONTS

src_unpack() {
	unpack ${P}.tar.gz # For type1 fonts...
	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}-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

		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.ebuild
@ 2010-12-22  8:08 Peter Volkov (pva)
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Volkov (pva) @ 2010-12-22  8:08 UTC (permalink / raw
  To: gentoo-commits

pva         10/12/22 08:08:34

  Modified:             ChangeLog culmus-0.120.ebuild
  Log:
  Added missed fontforge dependency, thank Agostino Sarubbo for report in bug #349268.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	19 Nov 2010 13:25:22 -0000	1.54
+++ ChangeLog	22 Dec 2010 08:08:34 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/culmus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.54 2010/11/19 13:25:22 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.55 2010/12/22 08:08:34 pva Exp $
+
+  22 Dec 2010; Peter Volkov <pva@gentoo.org> culmus-0.120.ebuild:
+  Added missed fontforge dependency, thank Agostino Sarubbo for report in bug
+  #349268.
 
 *culmus-0.120 (19 Nov 2010)
 



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

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

Index: culmus-0.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- culmus-0.120.ebuild	19 Nov 2010 13:25:22 -0000	1.1
+++ culmus-0.120.ebuild	22 Dec 2010 08:08:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.1 2010/11/19 13:25:22 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.2 2010/12/22 08:08:34 pva Exp $
 
 EAPI="2"
 
@@ -37,8 +37,9 @@
 
 FONT_CONF=( "${FILESDIR}/65-culmus.conf" )
 
-DEPEND="!media-fonts/culmus-ancient"
-RDEPEND="${DEPEND}"
+RDEPEND="!media-fonts/culmus-ancient"
+DEPEND="${RDEPEND}
+	fontforge? ( media-gfx/fontforge )"
 
 S=${WORKDIR}
 # Put all fonts, generated or not here






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

* [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120.ebuild
@ 2010-12-31 15:39 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-12-31 15:39 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/12/31 15:39:45

  Modified:             ChangeLog culmus-0.120.ebuild
  Log:
  Stable on amd64 wrt bug #349268
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	22 Dec 2010 08:08:34 -0000	1.55
+++ ChangeLog	31 Dec 2010 15:39:45 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/culmus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.55 2010/12/22 08:08:34 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.56 2010/12/31 15:39:45 hwoarang Exp $
+
+  31 Dec 2010; Markos Chandras <hwoarang@gentoo.org> culmus-0.120.ebuild:
+  Stable on amd64 wrt bug #349268
 
   22 Dec 2010; Peter Volkov <pva@gentoo.org> culmus-0.120.ebuild:
   Added missed fontforge dependency, thank Agostino Sarubbo for report in bug



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

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

Index: culmus-0.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- culmus-0.120.ebuild	22 Dec 2010 08:08:34 -0000	1.2
+++ culmus-0.120.ebuild	31 Dec 2010 15:39:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.2 2010/12/22 08:08:34 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.3 2010/12/31 15:39:45 hwoarang Exp $
 
 EAPI="2"
 
@@ -32,7 +32,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.ebuild
@ 2011-01-10 20:05 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-01-10 20:05 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/10 20:05:50

  Modified:             ChangeLog culmus-0.120.ebuild
  Log:
  stable ppc, bug 349268
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.57                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	31 Dec 2010 15:39:45 -0000	1.56
+++ ChangeLog	10 Jan 2011 20:05:50 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/culmus
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.56 2010/12/31 15:39:45 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.57 2011/01/10 20:05:50 ranger Exp $
+
+  10 Jan 2011; Brent Baude <ranger@gentoo.org> culmus-0.120.ebuild:
+  stable ppc, bug 349268
 
   31 Dec 2010; Markos Chandras <hwoarang@gentoo.org> culmus-0.120.ebuild:
   Stable on amd64 wrt bug #349268



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

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

Index: culmus-0.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- culmus-0.120.ebuild	31 Dec 2010 15:39:45 -0000	1.3
+++ culmus-0.120.ebuild	10 Jan 2011 20:05:50 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.ebuild,v 1.3 2010/12/31 15:39:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.4 2011/01/10 20:05:50 ranger Exp $
 
 EAPI="2"
 
@@ -32,7 +32,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.ebuild
@ 2011-01-13 15:16 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-13 15:16 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/13 15:16:41

  Modified:             ChangeLog culmus-0.120.ebuild
  Log:
  Stable for HPPA (bug #349268).
  
  (Portage version: 2.2.0_alpha15/cvs/Linux i686)

Revision  Changes    Path
1.58                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	10 Jan 2011 20:05:50 -0000	1.57
+++ ChangeLog	13 Jan 2011 15:16:41 -0000	1.58
@@ -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.57 2011/01/10 20:05:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.58 2011/01/13 15:16:41 jer Exp $
+
+  13 Jan 2011; Jeroen Roovers <jer@gentoo.org> culmus-0.120.ebuild:
+  Stable for HPPA (bug #349268).
 
   10 Jan 2011; Brent Baude <ranger@gentoo.org> culmus-0.120.ebuild:
   stable ppc, bug 349268



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

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

Index: culmus-0.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- culmus-0.120.ebuild	10 Jan 2011 20:05:50 -0000	1.4
+++ culmus-0.120.ebuild	13 Jan 2011 15:16:41 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.ebuild,v 1.4 2011/01/10 20:05:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.5 2011/01/13 15:16:41 jer Exp $
 
 EAPI="2"
 
@@ -32,7 +32,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.ebuild
@ 2011-02-12 18:39 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-12 18:39 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/12 18:39:44

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

Revision  Changes    Path
1.59                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	13 Jan 2011 15:16:41 -0000	1.58
+++ ChangeLog	12 Feb 2011 18:39:43 -0000	1.59
@@ -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.58 2011/01/13 15:16:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.59 2011/02/12 18:39:43 armin76 Exp $
+
+  12 Feb 2011; Raúl Porcel <armin76@gentoo.org> culmus-0.120.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #349268
 
   13 Jan 2011; Jeroen Roovers <jer@gentoo.org> culmus-0.120.ebuild:
   Stable for HPPA (bug #349268).



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

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

Index: culmus-0.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- culmus-0.120.ebuild	13 Jan 2011 15:16:41 -0000	1.5
+++ culmus-0.120.ebuild	12 Feb 2011 18:39:43 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.ebuild,v 1.5 2011/01/13 15:16:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.6 2011/02/12 18:39:43 armin76 Exp $
 
 EAPI="2"
 
@@ -32,7 +32,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.ebuild
@ 2011-02-19 14:16 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-19 14:16 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/19 14:16:01

  Modified:             ChangeLog culmus-0.120.ebuild
  Log:
  ppc64 stable wrt #349268
  
  (Portage version: 2.2.0_alpha23/cvs/Linux ppc64)

Revision  Changes    Path
1.60                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	12 Feb 2011 18:39:43 -0000	1.59
+++ ChangeLog	19 Feb 2011 14:16:01 -0000	1.60
@@ -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.59 2011/02/12 18:39:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.60 2011/02/19 14:16:01 xarthisius Exp $
+
+  19 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> culmus-0.120.ebuild:
+  ppc64 stable wrt #349268
 
   12 Feb 2011; Raúl Porcel <armin76@gentoo.org> culmus-0.120.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #349268



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

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

Index: culmus-0.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- culmus-0.120.ebuild	12 Feb 2011 18:39:43 -0000	1.6
+++ culmus-0.120.ebuild	19 Feb 2011 14:16:01 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.ebuild,v 1.6 2011/02/12 18:39:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.7 2011/02/19 14:16:01 xarthisius Exp $
 
 EAPI="2"
 
@@ -32,7 +32,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.ebuild
@ 2011-04-17 15:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-04-17 15:26 UTC (permalink / raw
  To: gentoo-commits

fauli       11/04/17 15:26:24

  Modified:             ChangeLog culmus-0.120.ebuild
  Log:
  x86 stable per bug 349268
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.61                 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	19 Feb 2011 14:16:01 -0000	1.60
+++ ChangeLog	17 Apr 2011 15:26:24 -0000	1.61
@@ -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.60 2011/02/19 14:16:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.61 2011/04/17 15:26:24 fauli Exp $
+
+  17 Apr 2011; Christian Faulhammer <fauli@gentoo.org> culmus-0.120.ebuild:
+  x86 stable per bug 349268
 
   19 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> culmus-0.120.ebuild:
   ppc64 stable wrt #349268



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

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

Index: culmus-0.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- culmus-0.120.ebuild	19 Feb 2011 14:16:01 -0000	1.7
+++ culmus-0.120.ebuild	17 Apr 2011 15:26:24 -0000	1.8
@@ -1,6 +1,6 @@
 # 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.ebuild,v 1.7 2011/02/19 14:16:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/culmus-0.120.ebuild,v 1.8 2011/04/17 15:26:24 fauli Exp $
 
 EAPI="2"
 
@@ -32,7 +32,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:[~2011-04-17 15:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 18:39 [gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.120.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-17 15:26 Christian Faulhammer (fauli)
2011-02-19 14:16 Kacper Kowalik (xarthisius)
2011-01-13 15:16 Jeroen Roovers (jer)
2011-01-10 20:05 Brent Baude (ranger)
2010-12-31 15:39 Markos Chandras (hwoarang)
2010-12-22  8:08 Peter Volkov (pva)
2010-11-19 13:25 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