public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/source-pro: metadata.xml source-pro-20121014.ebuild ChangeLog
@ 2012-10-14 18:59 Jason Donenfeld (zx2c4)
  0 siblings, 0 replies; only message in thread
From: Jason Donenfeld (zx2c4) @ 2012-10-14 18:59 UTC (permalink / raw
  To: gentoo-commits

zx2c4       12/10/14 18:59:21

  Added:                metadata.xml source-pro-20121014.ebuild ChangeLog
  Log:
  Per discussion with nirbheek, source-code-pro and source-sans-pro are merging into one package, using date as the versioning scheme.
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-fonts/source-pro/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/source-pro/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/source-pro/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>fonts</herd>
	<maintainer>
		<email>nirbheek@gentoo.org</email>
		<name>Nirbheek Chauhan</name>
	</maintainer>
	<maintainer>
		<email>ssuominen@gentoo.org</email>
		<name>Samuli Suominen</name>
	</maintainer>
	<maintainer>
		<email>zx2c4@gentoo.org</email>
		<name>Jason A. Donenfeld</name>
	</maintainer>
</pkgmetadata>



1.1                  media-fonts/source-pro/source-pro-20121014.ebuild

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

Index: source-pro-20121014.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/source-pro-20121014.ebuild,v 1.1 2012/10/14 18:59:21 zx2c4 Exp $

EAPI=4
inherit font

CODE_P=SourceCodePro_FontsOnly-1.010
SANS_P=SourceSansPro_FontsOnly-1.036

DESCRIPTION="Adobe Source Pro, an open source multi-lingual font family"
HOMEPAGE="http://blogs.adobe.com/typblography/2012/08/source-sans-pro.html
	http://blogs.adobe.com/typblography/2012/09/source-code-pro.html"
SRC_URI="mirror://sourceforge/sourcecodepro.adobe/${CODE_P}.zip
	mirror://sourceforge/sourcesans.adobe/${SANS_P}.zip"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

# This ebuild does not install any binaries
RESTRICT="binchecks strip"

RDEPEND="media-libs/fontconfig"
DEPEND="app-arch/unzip"

S="${WORKDIR}"
FONT_SUFFIX="otf ttf"
FONT_S=${S}
FONT_CONF=( "${FILESDIR}"/63-${PN}.conf )

src_prepare() {
	# Put otf and ttf files in one directory so that font_src_install can
	# actually find them. We make this non-fatal because releases appear to be
	# alternating between having OTF/TTF subdirs and not, so it's easier just to
	# glob for everything.
	mv -vf ${CODE_P}/{OTF,TTF,""}/* .
	mv -vf ${SANS_P}/{OTF,TTF,""}/* .
}

src_install() {
	font_src_install
	dohtml *.html
}



1.1                  media-fonts/source-pro/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for media-fonts/source-pro
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v 1.1 2012/10/14 18:59:21 zx2c4 Exp $

*source-pro-20121014 (14 Oct 2012)

  14 Oct 2012; Jason A. Donenfeld <zx2c4@gentoo.org> +files/63-source-pro.conf,
  +metadata.xml, +source-pro-20121014.ebuild:
  Per discussion with nirbheek, source-code-pro and source-sans-pro are merging
  into one package, using date as the versioning scheme.





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

only message in thread, other threads:[~2012-10-14 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 18:59 [gentoo-commits] gentoo-x86 commit in media-fonts/source-pro: metadata.xml source-pro-20121014.ebuild ChangeLog Jason Donenfeld (zx2c4)

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