yngwin      15/03/07 10:44:29

  Modified:             ChangeLog
  Added:                source-pro-20141211.ebuild
  Log:
  version bump, bug #429780
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.6                  media-fonts/source-pro/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   21 Oct 2013 12:18:39 -0000      1.5
+++ ChangeLog   7 Mar 2015 10:44:29 -0000       1.6
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/source-pro
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v 1.5 
2013/10/21 12:18:39 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v 1.6 
2015/03/07 10:44:29 yngwin Exp $
+
+*source-pro-20141211 (07 Mar 2015)
+
+  07 Mar 2015; Ben de Groot <[email protected]> +source-pro-20141211.ebuild,
+  files/63-source-pro.conf:
+  version bump, bug #429780
 
   21 Oct 2013; Fabian Groffen <[email protected]> source-pro-20130316.ebuild:
   Marked ~x64-macos, bug #486818



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

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

Index: source-pro-20141211.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/source-pro/source-pro-20141211.ebuild,v 1.1 
2015/03/07 10:44:29 yngwin Exp $

EAPI=5
inherit font

SANSV="2.010R-ro/1.065R-it"
SERIFV="1.017R"
CODEV="1.017R"

DESCRIPTION="Adobe's open source typeface family designed for UI environments"
HOMEPAGE="http://adobe-fonts.github.io/source-sans-pro
        http://adobe-fonts.github.io/source-serif-pro
        http://adobe-fonts.github.io/source-code-pro";
SRC_URI="https://github.com/adobe-fonts/source-sans-pro/archive/${SANSV}.tar.gz 
-> source-sans-pro-${PV}.tar.gz
        
https://github.com/adobe-fonts/source-serif-pro/archive/${SERIFV}.tar.gz -> 
source-serif-pro-${PV}.tar.gz
        https://github.com/adobe-fonts/source-code-pro/archive/${CODEV}.tar.gz 
-> source-code-pro-${PV}.tar.gz"

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

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

RDEPEND="media-libs/fontconfig"
DEPEND=""

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

src_prepare() {
        mv source-*/OTF/*.otf . || die
}

src_install() {
        font_src_install
        for d in source-sans-pro-${SANSV/\//-} source-serif-pro-${SERIFV} 
source-code-pro-${CODEV}; do
                dohtml ${d}/*.html
        done
}




Reply via email to