From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9997A1382C5 for ; Wed, 7 Mar 2018 07:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABD43E094E; Wed, 7 Mar 2018 07:37:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8610EE094E for ; Wed, 7 Mar 2018 07:37:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0002B335C56 for ; Wed, 7 Mar 2018 07:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59EF3240 for ; Wed, 7 Mar 2018 07:37:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1520408163.bbed7014d619f52e744d261da54257cd4bd62b39.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/oclock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/oclock/Manifest x11-apps/oclock/oclock-1.0.4.ebuild X-VCS-Directories: x11-apps/oclock/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bbed7014d619f52e744d261da54257cd4bd62b39 X-VCS-Branch: master Date: Wed, 7 Mar 2018 07:37:27 +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: a4cebafd-856f-4533-9a2e-b78d55317913 X-Archives-Hash: 5bc238b7ed384e47280478edd4917284 commit: bbed7014d619f52e744d261da54257cd4bd62b39 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 7 07:33:26 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 7 07:36:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbed7014 x11-apps/oclock: Version bump to 1.0.4 x11-apps/oclock/Manifest | 1 + x11-apps/oclock/oclock-1.0.4.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/oclock/Manifest b/x11-apps/oclock/Manifest index 39d85092502..91d664abb0f 100644 --- a/x11-apps/oclock/Manifest +++ b/x11-apps/oclock/Manifest @@ -1 +1,2 @@ DIST oclock-1.0.3.tar.bz2 122758 BLAKE2B 72bdadf7b3f63e856862e77735cb64a29ceae6000e89dec770de38474c01ec80afe03b05d329fbaf7bc1a3d186c70c57889c93f87c2b376119632400c2f68336 SHA512 438e92c3ce79c4147dac687c7310f86e0839bff975eed9f19a75c0979e4d26f782a53af930dedc7c42b1f9ad5a37e853e3f10da0ab63d30526c0a23152825a62 +DIST oclock-1.0.4.tar.bz2 132835 BLAKE2B 8547aeb06ac33917d44f318ffaa38bd899b78176e4ecd0e4446706cdcb3fe30933b4a63cc465601268d8d868e90d498c0fc6a27f8c0feb304fb7ca1f44492d4d SHA512 6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7 diff --git a/x11-apps/oclock/oclock-1.0.4.ebuild b/x11-apps/oclock/oclock-1.0.4.ebuild new file mode 100644 index 00000000000..744673847fc --- /dev/null +++ b/x11-apps/oclock/oclock-1.0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="round X clock" + +KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXt + x11-libs/libxkbfile" +DEPEND="${RDEPEND}"