summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-18 20:30:07 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-18 20:30:07 +0000
commit0e538c67c53f00600ca2c37e59b29ba78d0385e7 (patch)
treecddb63d0a5a4250a5ea11c7899d645a5d40cf41e /media-fonts
parentRemove old. (diff)
downloadgentoo-2-0e538c67c53f00600ca2c37e59b29ba78d0385e7.tar.gz
gentoo-2-0e538c67c53f00600ca2c37e59b29ba78d0385e7.tar.bz2
gentoo-2-0e538c67c53f00600ca2c37e59b29ba78d0385e7.zip
Remove old.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/ricty/ChangeLog9
-rw-r--r--media-fonts/ricty/ricty-3.1.1.ebuild36
-rw-r--r--media-fonts/ricty/ricty-3.1.3.ebuild36
3 files changed, 6 insertions, 75 deletions
diff --git a/media-fonts/ricty/ChangeLog b/media-fonts/ricty/ChangeLog
index 1f17a12ba085..20a5a2e8a6a4 100644
--- a/media-fonts/ricty/ChangeLog
+++ b/media-fonts/ricty/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-fonts/ricty
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v 1.5 2012/06/23 22:36:53 matsuu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v 1.6 2015/05/18 20:30:07 mrueg Exp $
+
+ 18 May 2015; Manuel Rüger <mrueg@gentoo.org> -ricty-3.1.1.ebuild,
+ -ricty-3.1.3.ebuild:
+ Remove old.
*ricty-3.2.0 (23 Jun 2012)
@@ -23,4 +27,3 @@
17 Sep 2011; MATSUU Takuto <matsuu@gentoo.org> +ricty-3.1.1.ebuild,
+metadata.xml:
Initial import.
-
diff --git a/media-fonts/ricty/ricty-3.1.1.ebuild b/media-fonts/ricty/ricty-3.1.1.ebuild
deleted file mode 100644
index face1cbf089f..000000000000
--- a/media-fonts/ricty/ricty-3.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ricty-3.1.1.ebuild,v 1.2 2011/11/08 09:57:35 naota Exp $
-
-EAPI=3
-inherit font
-
-MY_PN="Ricty"
-DESCRIPTION="A beautiful sans-serif monotype Japanese font designed for code listings"
-HOMEPAGE="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html"
-SRC_URI="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-fonts/inconsolata
- media-fonts/mix-mplus-ipa
- media-gfx/fontforge"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}"
-
-FONT_SUFFIX="ttf"
-FONT_S="${S}"
-
-# Only installs fonts.
-RESTRICT="strip binchecks"
-
-src_compile() {
- sh ricty_generator.sh \
- "${EPREFIX}/usr/share/fonts/inconsolata/Inconsolata.otf" \
- "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/Migu-1M-regular.ttf" \
- "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/Migu-1M-bold.ttf" || die
-}
diff --git a/media-fonts/ricty/ricty-3.1.3.ebuild b/media-fonts/ricty/ricty-3.1.3.ebuild
deleted file mode 100644
index 277ae93347ca..000000000000
--- a/media-fonts/ricty/ricty-3.1.3.ebuild
+++ /dev/null
@@ -1,36 +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/ricty/ricty-3.1.3.ebuild,v 1.1 2012/01/24 15:44:08 matsuu Exp $
-
-EAPI=3
-inherit font
-
-MY_PN="Ricty"
-DESCRIPTION="A beautiful sans-serif monotype Japanese font designed for code listings"
-HOMEPAGE="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html"
-SRC_URI="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-fonts/inconsolata
- >=media-fonts/mix-mplus-ipa-20111002
- media-gfx/fontforge"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}"
-
-FONT_SUFFIX="ttf"
-FONT_S="${S}"
-
-# Only installs fonts.
-RESTRICT="strip binchecks"
-
-src_compile() {
- sh ricty_generator.sh \
- "${EPREFIX}/usr/share/fonts/inconsolata/Inconsolata.otf" \
- "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-regular.ttf" \
- "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-bold.ttf" || die
-}