public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/symbola: symbola-7.11.ebuild ChangeLog
@ 2013-08-27 12:54 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-08-27 12:54 UTC (permalink / raw
  To: gentoo-commits

chithanh    13/08/27 12:54:04

  Modified:             ChangeLog
  Added:                symbola-7.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  media-fonts/symbola/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/symbola/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	16 Jul 2013 15:15:23 -0000	1.5
+++ ChangeLog	27 Aug 2013 12:54:04 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/symbola
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/symbola/ChangeLog,v 1.5 2013/07/16 15:15:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/symbola/ChangeLog,v 1.6 2013/08/27 12:54:04 chithanh Exp $
+
+*symbola-7.11 (27 Aug 2013)
+
+  27 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +symbola-7.11.ebuild:
+  Version bump.
 
 *symbola-7.08 (16 Jul 2013)
 



1.1                  media-fonts/symbola/symbola-7.11.ebuild

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

Index: symbola-7.11.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/symbola/symbola-7.11.ebuild,v 1.1 2013/08/27 12:54:03 chithanh Exp $

EAPI=4

MY_PN="${PN/s/S}"

inherit font

DESCRIPTION="Unicode font for Basic Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.ttf -> ${P}.ttf
	doc? ( http://users.teilar.gr/~g1951d/${MY_PN}.docx -> ${P}.docx
		http://users.teilar.gr/~g1951d/${MY_PN}.pdf -> ${P}.pdf )"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

S="${WORKDIR}"
FONT_SUFFIX="ttf"

src_prepare() {
	cp "${DISTDIR}"/${P}.ttf "${S}"/${MY_PN}.ttf || die
	if use doc; then
		DOCS="${MY_PN}.docx ${MY_PN}.pdf"
		cp "${DISTDIR}"/${P}.docx "${S}"/${MY_PN}.docx || die
		cp "${DISTDIR}"/${P}.pdf "${S}"/${MY_PN}.pdf || die
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-27 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 12:54 [gentoo-commits] gentoo-x86 commit in media-fonts/symbola: symbola-7.11.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)

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