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 BBB35139085 for ; Sun, 29 Jan 2017 19:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28FED14516; Sun, 29 Jan 2017 19:20:40 +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 0A81014516 for ; Sun, 29 Jan 2017 19:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC1E1340C97 for ; Sun, 29 Jan 2017 19:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 592493A10 for ; Sun, 29 Jan 2017 19:20:37 +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: <1485717630.d38c5d2e9df9d62180bbf0a666142b83092afc5f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xconsole/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xconsole/Manifest x11-apps/xconsole/xconsole-1.0.7.ebuild X-VCS-Directories: x11-apps/xconsole/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d38c5d2e9df9d62180bbf0a666142b83092afc5f X-VCS-Branch: master Date: Sun, 29 Jan 2017 19:20:37 +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: 555afa8e-4ff0-40c0-b570-bf74b982e189 X-Archives-Hash: 977495f3bcf510ea57f529088b2d621a commit: d38c5d2e9df9d62180bbf0a666142b83092afc5f Author: Matt Turner gentoo org> AuthorDate: Sun Jan 29 19:20:18 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 29 19:20:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38c5d2e x11-apps/xconsole: Version bump to 1.0.7. x11-apps/xconsole/Manifest | 1 + x11-apps/xconsole/xconsole-1.0.7.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest index 3308f4f..bacd2ea 100644 --- a/x11-apps/xconsole/Manifest +++ b/x11-apps/xconsole/Manifest @@ -1 +1,2 @@ DIST xconsole-1.0.6.tar.bz2 132225 SHA256 e561959b6ee8b735a32c1050015cfd8c551ed162cabb6cb72e36ce72966855d1 SHA512 115b3a03098ae3e06ba16af67afcd11c5a7906980ca04e8ec8ddd2c1dd4d02aab7a8952fd7f428861ad158052b9da8de11eab193de73e1f7264aca424e7cc620 WHIRLPOOL e3b99368138b4d09b492cabfdc0dbf12d6952d89a646a204f64d880427802889ea61467d455a3bc43d2c0d0047b5ca71df75624e52f0385298233cabb0d4e4a1 +DIST xconsole-1.0.7.tar.bz2 134832 SHA256 d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0 SHA512 89f391058ea99904587bd1dac9e31fa3ff06cf63b899abe6c06e4897bbc9919500dd4773873b1a452de4f54cc6999bd496022b6d8df9d4147804448abbdca2f9 WHIRLPOOL 5acd8714444e3e3ec911f562fc6f4004891e8c39a4435d3e7dba04d02439a85883e6bed034dbc90e6d6cb8cffb2494d948941f6e3720635e4aa09957cb768087 diff --git a/x11-apps/xconsole/xconsole-1.0.7.ebuild b/x11-apps/xconsole/xconsole-1.0.7.ebuild new file mode 100644 index 00000000..bf4be0a --- /dev/null +++ b/x11-apps/xconsole/xconsole-1.0.7.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="monitor system console messages with X" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}"