diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-12-10 13:03:35 +0200 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-12-14 14:11:44 -0800 |
commit | 6d9e853a6e92aeba2e151aea0efc49d3e080b53e (patch) | |
tree | feb73e673c268ed7b77c8c1a896a3f7b51207245 /dev-libs/libg15 | |
parent | app-misc/g15stats: Update homepage (diff) | |
download | gentoo-6d9e853a6e92aeba2e151aea0efc49d3e080b53e.tar.gz gentoo-6d9e853a6e92aeba2e151aea0efc49d3e080b53e.tar.bz2 gentoo-6d9e853a6e92aeba2e151aea0efc49d3e080b53e.zip |
dev-libs/libg15: Update homepage
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6505
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-libs/libg15')
-rw-r--r-- | dev-libs/libg15/libg15-1.2.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libg15/libg15-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libg15/libg15-1.2.7-r1.ebuild b/dev-libs/libg15/libg15-1.2.7-r1.ebuild index 9b340e408e4a..5ec490f2e523 100644 --- a/dev-libs/libg15/libg15-1.2.7-r1.ebuild +++ b/dev-libs/libg15/libg15-1.2.7-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 DESCRIPTION="The libg15 library gives low-level access to the Logitech G15 keyboard" -HOMEPAGE="http://g15tools.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/g15tools/" SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/dev-libs/libg15/libg15-9999.ebuild b/dev-libs/libg15/libg15-9999.ebuild index 174001c15b58..a2faa8211176 100644 --- a/dev-libs/libg15/libg15-9999.ebuild +++ b/dev-libs/libg15/libg15-9999.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=4 @@ -8,7 +8,7 @@ ESVN_REPO_URI="https://svn.code.sf.net/p/g15tools/code/trunk/${PN}" inherit subversion base eutils autotools DESCRIPTION="The libg15 library gives low-level access to the Logitech G15 keyboard" -HOMEPAGE="http://g15tools.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/g15tools/" [[ $PV = *9999* ]] || SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2" LICENSE="GPL-2" |