diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2012-12-16 05:46:44 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2012-12-16 05:46:44 +0000 |
commit | e0727e365e8f48a4e7cb6a29c08b3f868477ac89 (patch) | |
tree | 203755476b3e7893be0e7d43843e46a61713dedc /media-fonts/source-pro | |
parent | Per Gregory Beauregard's suggestion, bump. (diff) | |
download | gentoo-2-e0727e365e8f48a4e7cb6a29c08b3f868477ac89.tar.gz gentoo-2-e0727e365e8f48a4e7cb6a29c08b3f868477ac89.tar.bz2 gentoo-2-e0727e365e8f48a4e7cb6a29c08b3f868477ac89.zip |
Remove old.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-fonts/source-pro')
-rw-r--r-- | media-fonts/source-pro/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/source-pro/source-pro-20121014.ebuild | 45 |
2 files changed, 5 insertions, 46 deletions
diff --git a/media-fonts/source-pro/ChangeLog b/media-fonts/source-pro/ChangeLog index 6a6ef4caee9a..99701fc04646 100644 --- a/media-fonts/source-pro/ChangeLog +++ b/media-fonts/source-pro/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2012/12/16 05:46:16 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v 1.3 2012/12/16 05:46:44 zx2c4 Exp $ + + 16 Dec 2012; Jason A. Donenfeld <zx2c4@gentoo.org> + -source-pro-20121014.ebuild: + Remove old. *source-pro-20121216 (16 Dec 2012) diff --git a/media-fonts/source-pro/source-pro-20121014.ebuild b/media-fonts/source-pro/source-pro-20121014.ebuild deleted file mode 100644 index dd91bf76e5f4..000000000000 --- a/media-fonts/source-pro/source-pro-20121014.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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 -} |