diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-31 22:19:12 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-31 22:19:12 +0000 |
commit | 61a6a9d0bc2d23475612f86f093eec4fa9696537 (patch) | |
tree | a8c2cd8520ef43af8a9a1ad2d975b86ba09cefbf /media-fonts/cantarell | |
parent | Account for new --with-sound configure option argument, upstream bug #15067. (diff) | |
download | gentoo-2-61a6a9d0bc2d23475612f86f093eec4fa9696537.tar.gz gentoo-2-61a6a9d0bc2d23475612f86f093eec4fa9696537.tar.bz2 gentoo-2-61a6a9d0bc2d23475612f86f093eec4fa9696537.zip |
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-fonts/cantarell')
-rw-r--r-- | media-fonts/cantarell/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/cantarell/cantarell-0.0.14.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/media-fonts/cantarell/ChangeLog b/media-fonts/cantarell/ChangeLog index a8f838cee639..0fa46fc06971 100644 --- a/media-fonts/cantarell/ChangeLog +++ b/media-fonts/cantarell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-fonts/cantarell # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/ChangeLog,v 1.40 2013/06/18 17:54:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/ChangeLog,v 1.41 2013/08/31 22:19:12 eva Exp $ + +*cantarell-0.0.14 (31 Aug 2013) + + 31 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> +cantarell-0.0.14.ebuild: + Version bump. *cantarell-0.0.13 (18 Jun 2013) diff --git a/media-fonts/cantarell/cantarell-0.0.14.ebuild b/media-fonts/cantarell/cantarell-0.0.14.ebuild new file mode 100644 index 000000000000..81e92135ca1f --- /dev/null +++ b/media-fonts/cantarell/cantarell-0.0.14.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/cantarell-0.0.14.ebuild,v 1.1 2013/08/31 22:19:12 eva Exp $ + +EAPI="5" +GNOME_ORG_MODULE="${PN}-fonts" + +inherit font gnome.org + +DESCRIPTION="Default fontset for GNOME Shell" +HOMEPAGE="https://live.gnome.org/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" + +DOCS="NEWS README" + +# 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" |