From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 930D813824B for ; Sun, 8 May 2016 09:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1498B21C01D; Sun, 8 May 2016 09:09:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C42121C01D for ; Sun, 8 May 2016 09:09:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7475A340A3B for ; Sun, 8 May 2016 09:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86F1B95E for ; Sun, 8 May 2016 09:09:16 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1462698521.ff7aea3a549a5fb5d400ba0301ed92d985457019.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xssstate/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xssstate/xssstate-1.1.ebuild X-VCS-Directories: x11-misc/xssstate/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: ff7aea3a549a5fb5d400ba0301ed92d985457019 X-VCS-Branch: master Date: Sun, 8 May 2016 09:09:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60a171b1-6ae9-41e4-8a15-54d28586445a X-Archives-Hash: 73f9a0a257dd9efc7397143de9fc4e91 commit: ff7aea3a549a5fb5d400ba0301ed92d985457019 Author: Jeroen Roovers gentoo org> AuthorDate: Sun May 8 09:08:41 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun May 8 09:08:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7aea3a x11-misc/xssstate: Update HOMEPAGE. Package-Manager: portage-2.2.28 x11-misc/xssstate/xssstate-1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild b/x11-misc/xssstate/xssstate-1.1.ebuild index 460229e..702ecd0 100644 --- a/x11-misc/xssstate/xssstate-1.1.ebuild +++ b/x11-misc/xssstate/xssstate-1.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A simple tool to retrieve the X screensaver state" -HOMEPAGE="http://tools.suckless.org/xssstate" +HOMEPAGE="http://tools.suckless.org/x/xssstate" SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT"