summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-11-18 15:04:46 -0500
committerTim Harder <radhermit@gentoo.org>2017-11-18 21:49:55 -0500
commitd1fc4e8f4983b337fe9ddb1af2e81e3760aed91b (patch)
tree6d30a93eb727875c88ebdcc1688b4be404563c54 /media-fonts/roboto
parentmedia-fonts/roboto: stabilize 2.138 (diff)
downloadgentoo-d1fc4e8f4983b337fe9ddb1af2e81e3760aed91b.tar.gz
gentoo-d1fc4e8f4983b337fe9ddb1af2e81e3760aed91b.tar.bz2
gentoo-d1fc4e8f4983b337fe9ddb1af2e81e3760aed91b.zip
media-fonts/roboto: remove old
Diffstat (limited to 'media-fonts/roboto')
-rw-r--r--media-fonts/roboto/Manifest1
-rw-r--r--media-fonts/roboto/roboto-2.136.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest
index b96964d55dad..77dbf9443be5 100644
--- a/media-fonts/roboto/Manifest
+++ b/media-fonts/roboto/Manifest
@@ -1,2 +1 @@
-DIST roboto-2.136.zip 3926453 SHA256 01887d2f1d79fcbd3738d23187b24449d79d87fff4b9d05d9f38d0b578c1a37b SHA512 84b64b4a8f61fd8d75165efbf41ca72ed31cd8203d10c439b5ae5a20ca656df98ec2f3bd34e6aa8a6c407a9e411fb5ec9e2cedf83383931825d5771562a1e600 WHIRLPOOL 43af7debdea8277b1f5b0757eb784030a479cc05769272570b3fb60b89d0ffb7bf226d23dccd042b9c5bf8410a0f2dc5ebe1888079dabe5e98162fa31ebcd4ec
DIST roboto-2.138.zip 4324398 SHA256 70f64c718510a601fbcf752aafe644314dacaeb85474dc689c89787c4a72a728 SHA512 4cfd20a1e19a986b17f731745a4d5ee909b852649e340d25de8197fbf6656005ccd3b4c591641938edbfebf0de81c71366a2afa007bb403285dea4d3dbfbd2a0 WHIRLPOOL 0b6ab4b9588faa6b61268bd1303f7d22659aab7cb9486bee811a1cf07c8e23e94f586bdd6e143df0069d8ba60662adef011c2a8458d855231326bb947ff21c1b
diff --git a/media-fonts/roboto/roboto-2.136.ebuild b/media-fonts/roboto/roboto-2.136.ebuild
deleted file mode 100644
index b4a60f5af646..000000000000
--- a/media-fonts/roboto/roboto-2.136.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit font
-
-DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
-HOMEPAGE="https://github.com/google/roboto"
-SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}-unhinted
-FONT_S=${S}
-
-FONT_SUFFIX="ttf"
-FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )