* [gentoo-commits] gentoo-x86 commit in media-fonts/corefonts: ChangeLog corefonts-1-r6.ebuild
@ 2011-06-20 9:45 Peter Volkov (pva)
0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2011-06-20 9:45 UTC (permalink / raw
To: gentoo-commits
pva 11/06/20 09:45:03
Modified: ChangeLog
Added: corefonts-1-r6.ebuild
Log:
Use updated Microsoft's fonts that have some Bulgarian and Romanian letters added, bug 363847 thank sulfinu AT gmail DOT com for report.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.36 media-fonts/corefonts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/corefonts/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 23 Feb 2011 10:11:09 -0000 1.35
+++ ChangeLog 20 Jun 2011 09:45:03 -0000 1.36
@@ -1,6 +1,12 @@
# ChangeLog for media-fonts/corefonts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/ChangeLog,v 1.35 2011/02/23 10:11:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/ChangeLog,v 1.36 2011/06/20 09:45:03 pva Exp $
+
+*corefonts-1-r6 (20 Jun 2011)
+
+ 20 Jun 2011; Peter Volkov <pva@gentoo.org> +corefonts-1-r6.ebuild:
+ Use updated Microsoft's fonts that have some Bulgarian and Romanian letters
+ added, bug 363847 thank sulfinu AT gmail DOT com for report.
*corefonts-1-r5 (23 Feb 2011)
1.1 media-fonts/corefonts/corefonts-1-r6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild?rev=1.1&content-type=text/plain
Index: corefonts-1-r6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild,v 1.1 2011/06/20 09:45:03 pva Exp $
inherit font
DESCRIPTION="Microsoft's TrueType core fonts"
HOMEPAGE="http://corefonts.sourceforge.net/"
SRC_URI="mirror://gentoo/EUupdate.EXE
mirror://sourceforge/corefonts/andale32.exe
mirror://sourceforge/corefonts/arialb32.exe
mirror://sourceforge/corefonts/comic32.exe
mirror://sourceforge/corefonts/courie32.exe
mirror://sourceforge/corefonts/georgi32.exe
mirror://sourceforge/corefonts/impact32.exe
mirror://sourceforge/corefonts/webdin32.exe"
LICENSE="MSttfEULA"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X"
DEPEND="app-arch/cabextract"
RDEPEND=""
S=${WORKDIR}
FONT_S=${WORKDIR}
FONT_SUFFIX="ttf"
src_unpack() {
for exe in ${A} ; do
echo ">>> Unpacking ${exe} to ${WORKDIR}"
cabextract --lowercase "${DISTDIR}"/${exe} > /dev/null \
|| die "failed to unpack ${exe}"
done
}
src_install() {
font_src_install
# The license explicitly states that the license must be distributed with the
# fonts. The only way to do that for the binpkg is to include it.
# We just have to copy it from the portdir because it's not actually inside
# upstream's own files...
dodoc "${PORTDIR}"/licenses/"${LICENSE}"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-fonts/corefonts: ChangeLog corefonts-1-r6.ebuild
@ 2012-05-09 16:50 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 16:50 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 16:50:42
Modified: ChangeLog corefonts-1-r6.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Revision Changes Path
1.37 media-fonts/corefonts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/corefonts/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 20 Jun 2011 09:45:03 -0000 1.36
+++ ChangeLog 9 May 2012 16:50:42 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/corefonts
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/ChangeLog,v 1.36 2011/06/20 09:45:03 pva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/ChangeLog,v 1.37 2012/05/09 16:50:42 aballier Exp $
+
+ 09 May 2012; Alexis Ballier <aballier@gentoo.org> corefonts-1-r6.ebuild:
+ keyword ~amd64-fbsd
*corefonts-1-r6 (20 Jun 2011)
1.2 media-fonts/corefonts/corefonts-1-r6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild?r1=1.1&r2=1.2
Index: corefonts-1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- corefonts-1-r6.ebuild 20 Jun 2011 09:45:03 -0000 1.1
+++ corefonts-1-r6.ebuild 9 May 2012 16:50:42 -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/corefonts/corefonts-1-r6.ebuild,v 1.1 2011/06/20 09:45:03 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild,v 1.2 2012/05/09 16:50:42 aballier Exp $
inherit font
@@ -17,7 +17,7 @@
LICENSE="MSttfEULA"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X"
DEPEND="app-arch/cabextract"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-09 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 16:50 [gentoo-commits] gentoo-x86 commit in media-fonts/corefonts: ChangeLog corefonts-1-r6.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2011-06-20 9:45 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