Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443052 - media-fonts/roboto-20120823 version bump
Summary: media-fonts/roboto-20120823 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-11-14 05:03 UTC by BT
Modified: 2013-01-26 11:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
roboto-20120823 ebuild (roboto-20120823.ebuild,511 bytes, text/plain)
2012-11-14 05:03 UTC, BT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BT 2012-11-14 05:03:23 UTC
Created attachment 329502 [details]
roboto-20120823 ebuild

Changes made to the roboto-20120823 ebuild:

- Updated SRC_URI
- Set S to "${WORKDIR}"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-14 16:06:59 UTC
Comment on attachment 329502 [details]
roboto-20120823 ebuild

--- roboto-20111129.ebuild      2012-08-23 17:01:51.000000000 +0200
+++ -   2012-11-14 17:06:46.027790662 +0100
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-20111129.ebuild,v 1.2 2012/08/20 13:54:30 scarabeus Exp $
+# $Header: $
 
 inherit font
 
@@ -8,13 +8,13 @@
 
 DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
 HOMEPAGE="http://developer.android.com/design/style/typography.html"
-SRC_URI="https://dl-ssl.google.com/android/design/${MY_PN}.zip"
+SRC_URI="http://developer.android.com/downloads/design/${MY_PN}.zip"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-S="${WORKDIR}/${MY_PN}"
+S="${WORKDIR}"
 FONT_S="${S}"
 FONT_SUFFIX="ttf"
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2013-01-26 11:22:04 UTC
Fixed in main tree. Thanks for the report.