diff options
author | Johannes Huber <johu@gentoo.org> | 2018-04-16 19:33:02 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-04-16 19:37:28 +0200 |
commit | 76b67a6cafc10b8574a5b6b9f07c161df01cf763 (patch) | |
tree | ee8b3a8de9a537209a9deb79c9b2ba2efaac9f6f /media-fonts | |
parent | media-fonts/ubuntu-font-family: Revision bump 0.83-r1 (diff) | |
download | gentoo-76b67a6cafc10b8574a5b6b9f07c161df01cf763.tar.gz gentoo-76b67a6cafc10b8574a5b6b9f07c161df01cf763.tar.bz2 gentoo-76b67a6cafc10b8574a5b6b9f07c161df01cf763.zip |
media-fonts/ubuntu-font-family: Remove 0.83 (r0)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/ubuntu-font-family/ubuntu-font-family-0.83.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83.ebuild deleted file mode 100644 index 4d211863e954..000000000000 --- a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit font - -DESCRIPTION="A set of matching libre/open fonts funded by Canonical" -HOMEPAGE="http://font.ubuntu.com/" -SRC_URI="http://font.ubuntu.com/download/${P}.zip" - -LICENSE="UbuntuFontLicense-1.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -FONT_SUFFIX="ttf" - -DOCS=(CONTRIBUTING.txt FONTLOG.txt README.txt) - -src_prepare() { - rm "${S}"/Ubuntu-M*.ttf || die -} |