From 4ee60517fc51f10d43a3a6299d94b201539d9c4b Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 29 Sep 2012 09:37:14 +0000 Subject: Version bump, drop old. (Portage version: 2.1.11.19/cvs/Linux x86_64) --- media-fonts/cantarell/ChangeLog | 9 ++++++-- media-fonts/cantarell/cantarell-0.0.10.1.ebuild | 29 +++++++++++++++++++++++++ media-fonts/cantarell/cantarell-0.0.10.ebuild | 29 ------------------------- 3 files changed, 36 insertions(+), 31 deletions(-) create mode 100644 media-fonts/cantarell/cantarell-0.0.10.1.ebuild delete mode 100644 media-fonts/cantarell/cantarell-0.0.10.ebuild (limited to 'media-fonts') diff --git a/media-fonts/cantarell/ChangeLog b/media-fonts/cantarell/ChangeLog index fe9a96e3e0a4..c1f57257abba 100644 --- a/media-fonts/cantarell/ChangeLog +++ b/media-fonts/cantarell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/cantarell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/ChangeLog,v 1.19 2012/09/14 18:49:35 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/ChangeLog,v 1.20 2012/09/29 09:37:14 pacho Exp $ + +*cantarell-0.0.10.1 (29 Sep 2012) + + 29 Sep 2012; Pacho Ramos +cantarell-0.0.10.1.ebuild, + -cantarell-0.0.10.ebuild: + Version bump, drop old. *cantarell-0.0.10 (14 Sep 2012) @@ -73,4 +79,3 @@ 24 Apr 2011; Nirbheek Chauhan +cantarell-0.0.6.ebuild, +metadata.xml: Move cantarell from the gnome overlay to tree - diff --git a/media-fonts/cantarell/cantarell-0.0.10.1.ebuild b/media-fonts/cantarell/cantarell-0.0.10.1.ebuild new file mode 100644 index 000000000000..0dff576db427 --- /dev/null +++ b/media-fonts/cantarell/cantarell-0.0.10.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/cantarell-0.0.10.1.ebuild,v 1.1 2012/09/29 09:37:14 pacho Exp $ + +EAPI="4" +GNOME_ORG_MODULE="${PN}-fonts" + +inherit font gnome.org + +DESCRIPTION="Cantarell fonts, default fontset for GNOME Shell" +HOMEPAGE="http://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" diff --git a/media-fonts/cantarell/cantarell-0.0.10.ebuild b/media-fonts/cantarell/cantarell-0.0.10.ebuild deleted file mode 100644 index deaccf9aea56..000000000000 --- a/media-fonts/cantarell/cantarell-0.0.10.ebuild +++ /dev/null @@ -1,29 +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/cantarell/cantarell-0.0.10.ebuild,v 1.1 2012/09/14 18:49:35 tetromino Exp $ - -EAPI="4" -GNOME_ORG_MODULE="${PN}-fonts" - -inherit font gnome.org - -DESCRIPTION="Cantarell fonts, default fontset for GNOME Shell" -HOMEPAGE="http://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" -- cgit v1.2.3-65-gdbad