diff options
author | Johannes Huber <johu@gentoo.org> | 2018-04-18 18:53:42 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-04-18 18:54:22 +0200 |
commit | 68b8d9ed1fa31181067bbd5988f0eaa75c557fc2 (patch) | |
tree | c5bb15c7ff432efb10d3390e142af4a5094ecbde /media-fonts/ubuntu-font-family | |
parent | sys-apps/systemd: backport timesync fix (diff) | |
download | gentoo-68b8d9ed1fa31181067bbd5988f0eaa75c557fc2.tar.gz gentoo-68b8d9ed1fa31181067bbd5988f0eaa75c557fc2.tar.bz2 gentoo-68b8d9ed1fa31181067bbd5988f0eaa75c557fc2.zip |
media-fonts/ubuntu-font-family: Remove 0.80
Deprecated EAPI 4 and overshadowed by 0.83-r1.
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'media-fonts/ubuntu-font-family')
-rw-r--r-- | media-fonts/ubuntu-font-family/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/media-fonts/ubuntu-font-family/Manifest b/media-fonts/ubuntu-font-family/Manifest index 5662731372ce..f0e11b67317c 100644 --- a/media-fonts/ubuntu-font-family/Manifest +++ b/media-fonts/ubuntu-font-family/Manifest @@ -1,2 +1 @@ -DIST ubuntu-font-family-0.80.zip 2091643 BLAKE2B 41d234c6ab62d2891b4563166f596ba48aa48859626d10917cedf4e4fd0df993f5851013d2d073216a23846b9ac416ace083de2e156f8416cd57372830a8cda4 SHA512 d35e382fd8c20057cfcbcca55b747eaf678fdbf2e146ee91cd081bd0614d2c88e5aa9f8d9e04b4368a17f89c243956532bd361f23609e9dd2f124fc52e218086 DIST ubuntu-font-family-0.83.zip 2092263 BLAKE2B 996e2cf480eac3e3633bdcbc40766fe22b670152c9a4c462d9af7b1b85a7d0310ff118ad0f9f2670a56718391e684479bb5df74a5f31c2dbf4430dbf9c7cc189 SHA512 d9ab7afc8aab55810de6e403aa02c0118bb35d94844cc14bb07b71daef4c6d63a9c927f0e81a9f97d29904512d94fa0226fbff2341351ac000fc233d2dc55727 diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild deleted file mode 100644 index acdff255c54c..000000000000 --- a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -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 x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -FONT_SUFFIX="ttf" - -DOCS="CONTRIBUTING.txt FONTLOG.txt README.txt" - -src_prepare() { - rm "${S}"/Ubuntu-M*.ttf -} |