summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-12-05 15:38:06 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-12-05 16:10:53 +0100
commitb5842c711de9e16c300f35e7116870702d8d02a4 (patch)
tree2c9494d4475dd39570af830f55d477413efce197
parentx11-plugins/wmcp: update homepage and SRC_URI (diff)
downloadgentoo-b5842c711de9e16c300f35e7116870702d8d02a4.tar.gz
gentoo-b5842c711de9e16c300f35e7116870702d8d02a4.tar.bz2
gentoo-b5842c711de9e16c300f35e7116870702d8d02a4.zip
x11-plugins/wmclock: update SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--x11-plugins/wmclock/Manifest4
-rw-r--r--x11-plugins/wmclock/wmclock-1.0.16.ebuild7
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmclock/Manifest b/x11-plugins/wmclock/Manifest
index 5109027f620d..2ffe42ba893d 100644
--- a/x11-plugins/wmclock/Manifest
+++ b/x11-plugins/wmclock/Manifest
@@ -1,2 +1,2 @@
-DIST wmclock-1.0.13.tar.gz 45740 SHA256 53a0166d565661d917743bfa3f77cb084e0d6c0ea369f81e17f4a6709e9e9e42 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c WHIRLPOOL ed8447ad66d62271aabdff08a81a5d5f5352ac3d6d79bfaa538df270cdec104d5bf26148c320ffcc83a38579abac411ed06fb880ad34b4b29d8ca0f70320162b
-DIST wmclock-1.0.16.tar.gz 37434 SHA256 85269486b48f6a3b6089aa495cb2dc255f71e989257ddcab47b7736604dbcbb5 SHA512 e27f7f89a7193852d4173b00f69cc319e781d083ec45935271878b729a280f5dfca3e4c3366342f3b40f29a5529b259095aab8e0af6043ae8c9dbd63a4f7f658 WHIRLPOOL e1f7cda9de19a0758928be8b7f068338e1d329d324d68c4b5edd57aea8f4c6009686d8b935a8fce8b48711f64b109d604eb0ac3e5d1597b0b0daa3b74c7b87e9
+DIST wmclock-1.0.13.tar.gz 45740 BLAKE2B ccc1c9f6fc49af57556dd5e44acba6ad8b89451525eaa9e8174a8dcf8e09e1941cf258df8b116291fa953e323b5668b508467faf66d027ec6ca9dd794be642e7 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c
+DIST wmclock-1.0.16.tar.gz 35448 BLAKE2B 2a6ee148664b10850a31bb7f20f68b8f2d0c7e1e9d353f6823e9280b40ab7e43ebf1e824428e233d03608217a2cdb7f7463480530ca89d5bd7278ffeabf2de80 SHA512 1325a3a25d03a04e5321bf99bbd6ffac0e08f9f2a635425689458cf74219a9338d60d832143031639f75575dfc63fd307a15e651f90345887cf95de90cc8fbe0
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index b96082aeb663..1a0619d748c7 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.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=5
@@ -6,7 +6,7 @@ inherit autotools
DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
HOMEPAGE="http://www.dockapps.net/wmclock"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -19,6 +19,9 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
x11-proto/xproto"
+# Specific path for this version
+S=${WORKDIR}/dockapps-daaf3aa
+
src_prepare() {
eautoreconf
}