Skip to content

Commit

Permalink
media-fonts/proggy-fonts: Fix SRC_URI and HOMEPAGE
Browse files Browse the repository at this point in the history
Use an archive in devspace for now.
In the long term it would be better to convince upstream to provide
versioned tar balls.

Closes: https://bugs.gentoo.org/571998
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
jonasstein committed Feb 13, 2018
1 parent ddddeb9 commit 39e1aff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions media-fonts/proggy-fonts/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Fonts</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Fonts</name>
</maintainer>
</pkgmetadata>
7 changes: 4 additions & 3 deletions media-fonts/proggy-fonts/proggy-fonts-1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit font

DESCRIPTION="A set of monospaced bitmap programming fonts"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://upperbounds.net/ https://proggyfonts.net/"
SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
Expand Down

0 comments on commit 39e1aff

Please sign in to comment.