diff options
author | 2014-09-24 11:32:05 +0000 | |
---|---|---|
committer | 2014-09-24 11:32:05 +0000 | |
commit | 479bf77c52a714fc5eccef96a9b786388c05a8b3 (patch) | |
tree | 4f1ae28e8949c9b2b4d6f5947ee0add2375a0c25 /media-fonts/cantarell | |
parent | dev-java/tomcat-native: version bump (diff) | |
download | gentoo-2-479bf77c52a714fc5eccef96a9b786388c05a8b3.tar.gz gentoo-2-479bf77c52a714fc5eccef96a9b786388c05a8b3.tar.bz2 gentoo-2-479bf77c52a714fc5eccef96a9b786388c05a8b3.zip |
Version bump
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-fonts/cantarell')
-rw-r--r-- | media-fonts/cantarell/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/cantarell/cantarell-0.0.16.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/media-fonts/cantarell/ChangeLog b/media-fonts/cantarell/ChangeLog index 8120901cf98f..e69b58998dd4 100644 --- a/media-fonts/cantarell/ChangeLog +++ b/media-fonts/cantarell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-fonts/cantarell # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/ChangeLog,v 1.47 2014/04/27 07:24:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/ChangeLog,v 1.48 2014/09/24 11:32:05 pacho Exp $ + +*cantarell-0.0.16 (24 Sep 2014) + + 24 Sep 2014; Pacho Ramos <pacho@gentoo.org> +cantarell-0.0.16.ebuild: + Version bump 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -cantarell-0.0.12.ebuild, -cantarell-0.0.14.ebuild: diff --git a/media-fonts/cantarell/cantarell-0.0.16.ebuild b/media-fonts/cantarell/cantarell-0.0.16.ebuild new file mode 100644 index 000000000000..386bd1bc88ce --- /dev/null +++ b/media-fonts/cantarell/cantarell-0.0.16.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/cantarell-0.0.16.ebuild,v 1.1 2014/09/24 11:32:05 pacho Exp $ + +EAPI="5" +GNOME_ORG_MODULE="${PN}-fonts" + +inherit font gnome.org + +DESCRIPTION="Default fontset for GNOME Shell" +HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="media-libs/fontconfig" +DEPEND="virtual/pkgconfig" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +# Font eclass settings +FONT_CONF=("${S}/fontconfig/31-cantarell.conf") +FONT_S="${S}/otf" +FONT_SUFFIX="otf" |