diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-04-08 12:56:47 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-04-08 12:58:00 +0200 |
commit | d50bfa40e6b2fe21c91db310e92fcdd7c62e4e97 (patch) | |
tree | 2778ba406f33df861bb39a97476e222104c7ea93 /x11-misc | |
parent | dev-db/xbase: Fix gcc6/7 support (#594174 by Peter Levine), port to eapi6. (diff) | |
download | gentoo-d50bfa40e6b2fe21c91db310e92fcdd7c62e4e97.tar.gz gentoo-d50bfa40e6b2fe21c91db310e92fcdd7c62e4e97.tar.bz2 gentoo-d50bfa40e6b2fe21c91db310e92fcdd7c62e4e97.zip |
x11-misc/xkbset: Update HOMEPAGE/SRC_URI.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkbset/xkbset-0.5_p5_p1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xkbset/xkbset-0.5_p5_p1.ebuild b/x11-misc/xkbset/xkbset-0.5_p5_p1.ebuild index 5d19ad1dddb6..87d2b2816bdc 100644 --- a/x11-misc/xkbset/xkbset-0.5_p5_p1.ebuild +++ b/x11-misc/xkbset/xkbset-0.5_p5_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,9 +10,9 @@ DEBIAN_P_MINOR=$(get_version_component_range 4) DEBIAN_P_MINOR=${DEBIAN_P_MINOR/p/} DESCRIPTION="User preference utility for XKB extensions for X" -HOMEPAGE="http://www.math.missouri.edu/~stephen/software/" +HOMEPAGE="https://faculty.missouri.edu/~stephen/software/#xkbset" SRC_URI=" - http://www.math.missouri.edu/~stephen/software/${PN}/${P/_p*/}.tar.gz + https://faculty.missouri.edu/~stephen/software/${PN}/${P/_p*/}.tar.gz mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}-${DEBIAN_P_MAJOR}.${DEBIAN_P_MINOR}.diff.gz " |