summaryrefslogtreecommitdiff
path: root/x11-plugins/asmon/asmon-0.71-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
commit6d691ad5b6239929063441bbd14c489e92e7396e (patch)
treee294f87b1ce66397fee1273bd6c7131aeb586f51 /x11-plugins/asmon/asmon-0.71-r1.ebuild
parentd99093fb4bb5652015c06274d64083daa2439e4f (diff)
gentoo resync : 05.03.2021
Diffstat (limited to 'x11-plugins/asmon/asmon-0.71-r1.ebuild')
-rw-r--r--x11-plugins/asmon/asmon-0.71-r1.ebuild18
1 files changed, 11 insertions, 7 deletions
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