summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-03-05 00:03:38 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-05 00:03:38 +0100
commitc08d9319231c7757161fadcac5db349ba3a812ef (patch)
tree595256f060108a43485c5481a0aa871ba0dcfbf9 /x11-plugins/asmon
parentnet-dns/dnshijacker: update HOMEPAGE (diff)
downloadgentoo-c08d9319231c7757161fadcac5db349ba3a812ef.tar.gz
gentoo-c08d9319231c7757161fadcac5db349ba3a812ef.tar.bz2
gentoo-c08d9319231c7757161fadcac5db349ba3a812ef.zip
x11-plugins/asmon: update HOMEPAGE, SRC_URI
Closes: https://bugs.gentoo.org/680450 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-plugins/asmon')
-rw-r--r--x11-plugins/asmon/Manifest2
-rw-r--r--x11-plugins/asmon/asmon-0.71-r1.ebuild18
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-plugins/asmon/Manifest b/x11-plugins/asmon/Manifest
index d2fec4ee0506..a814dd78a457 100644
--- a/x11-plugins/asmon/Manifest
+++ b/x11-plugins/asmon/Manifest
@@ -1 +1 @@
-DIST asmon-0.71.tar.bz2 42235 BLAKE2B 5e82638ae115ea088e4936615e8a67074cb8a1bde42607f37837edb1d774f24bb71d3db1d69780e4810eafcdaef681306fc07ce50e8eed1a96edf610cc081cbc SHA512 20d321b228e0157e9e2611eeac017fdf6a9e9eb8ba6e02c7c30adadb411529da408b7a543e18b30de0659ccf4f86bfde21bef392e2a4756803c58a9f28c31c45
+DIST asmon-0.71.tar.gz 48359 BLAKE2B 0aa76a5d09f64a21a13ae735eefbe5b0f7504073da8c1aad5c009b1435a6f800eb191093542bee46677033a7a995100af051375ceab6f3c57d302f07747a4d16 SHA512 9ae6668da2507335268e046f216dbb5ebb11f3d9d7a1f7c994b297e791b33ce70a804a75f98d23a0a7a05916515802ca488d0ff44fd51e2737bb3686120700ef
diff --git a/x11-plugins/asmon/asmon-0.71-r1.ebuild b/x11-plugins/asmon/asmon-0.71-r1.ebuild
index 2d2ce19ee4ef..4aa0fba56ebf 100644
--- a/x11-plugins/asmon/asmon-0.71-r1.ebuild
+++ b/x11-plugins/asmon/asmon-0.71-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,19 +6,23 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="WindowMaker/AfterStep system monitor dockapp"
-HOMEPAGE="http://rio.vg/asmon"
-SRC_URI="http://rio.vg/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ppc sparc x86"
-RDEPEND="x11-libs/libXext
+RDEPEND="
+ x11-libs/libXext
x11-libs/libXpm
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
+ x11-libs/libX11
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+"
src_prepare() {
default