diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 00:29:19 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 00:43:07 +0100 |
commit | 93dff8a0a6070af4bef1c080f55c194c66f91011 (patch) | |
tree | 3773f2279d39706efc6cea7a13ba93ebe83f6c7b /app-misc/lcd4linux | |
parent | app-benchmarks/cpuburn: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-93dff8a0a6070af4bef1c080f55c194c66f91011.tar.gz gentoo-93dff8a0a6070af4bef1c080f55c194c66f91011.tar.bz2 gentoo-93dff8a0a6070af4bef1c080f55c194c66f91011.zip |
app-misc/lcd4linux: update SRC_URI
Moving source file from my private server to devbox.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/lcd4linux')
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild | 4 | ||||
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild index 064c6ffca9da..2f8c201b5d47 100644 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 PYTHON_COMPAT=( python2_7 ) @@ -9,7 +9,7 @@ inherit autotools flag-o-matic python-single-r1 DESCRIPTION="A small program that grabs information and displays it on an external LCD" HOMEPAGE="https://lcd4linux.bulix.org/" -SRC_URI="https://www.bl4ckb0x.de/files/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527.ebuild index c563c89881a3..5bfd66b870f7 100644 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit autotools flag-o-matic python-single-r1 DESCRIPTION="A small program that grabs information and displays it on an external LCD" HOMEPAGE="https://lcd4linux.bulix.org/" -SRC_URI="https://www.bl4ckb0x.de/files/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |