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 19703138331 for ; Sat, 10 Mar 2018 06:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 945C8E0893; Sat, 10 Mar 2018 06:03:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 73608E0893 for ; Sat, 10 Mar 2018 06:03:07 +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 9C309335C38 for ; Sat, 10 Mar 2018 06:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C4524B for ; Sat, 10 Mar 2018 06:03:03 +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: <1520661765.bcf7f545088c9f75ab84e479ce095a8564f884bb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/transset/Manifest x11-apps/transset/transset-1.0.2.ebuild X-VCS-Directories: x11-apps/transset/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bcf7f545088c9f75ab84e479ce095a8564f884bb X-VCS-Branch: master Date: Sat, 10 Mar 2018 06:03:03 +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: 0e49d760-53e7-4b9f-a29e-a03826a887d9 X-Archives-Hash: 2c568f0dfdaaeaa8d308bcf1423db636 commit: bcf7f545088c9f75ab84e479ce095a8564f884bb Author: Matt Turner gentoo org> AuthorDate: Sat Mar 10 06:02:12 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 10 06:02:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf7f545 x11-apps/transset: Version bump to 1.0.2 x11-apps/transset/Manifest | 1 + x11-apps/transset/transset-1.0.2.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index cadd702e77e..99a53ad3d6b 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1 +1,2 @@ DIST transset-1.0.1.tar.bz2 121199 BLAKE2B 1ef56061150993bf870075c5dadf0589dc795750ce9b898a5a39a062fd14693003a4b0ab258140e87a208fb1f560742dc6217bfebaeffce98cc73d677fe015e9 SHA512 709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d +DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874 diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild new file mode 100644 index 00000000000..061b3239cd7 --- /dev/null +++ b/x11-apps/transset/transset-1.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="An utility for setting opacity property" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://cgit.freedesktop.org/xorg/app/transset/" + +LICENSE="SGI-B-2.0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + >=x11-proto/xproto-7.0.17"