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 1D679138239 for ; Sun, 27 Oct 2019 08:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BCE1E08C4; Sun, 27 Oct 2019 08:59:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 45036E08C4 for ; Sun, 27 Oct 2019 08:59:56 +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 7960534C376 for ; Sun, 27 Oct 2019 08:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F8F4A8 for ; Sun, 27 Oct 2019 08:59:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1572166781.566e8d15d4076548f5d852ce8868e9295a31af6e.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screenfetch/Manifest app-misc/screenfetch/screenfetch-3.9.0.ebuild X-VCS-Directories: app-misc/screenfetch/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 566e8d15d4076548f5d852ce8868e9295a31af6e X-VCS-Branch: master Date: Sun, 27 Oct 2019 08:59:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88cbe1e6-0cf4-424e-8a64-5ac123210fde X-Archives-Hash: e5b905bba6211eec4af89b83f3ac94c1 commit: 566e8d15d4076548f5d852ce8868e9295a31af6e Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 27 08:59:16 2019 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 27 08:59:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566e8d15 app-misc/screenfetch: Version bump 3.9.0 Closes: https://bugs.gentoo.org/696892 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Johannes Huber gentoo.org> app-misc/screenfetch/Manifest | 1 + app-misc/screenfetch/screenfetch-3.9.0.ebuild | 35 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/app-misc/screenfetch/Manifest b/app-misc/screenfetch/Manifest index 8f105f755a3..d0c719f8bae 100644 --- a/app-misc/screenfetch/Manifest +++ b/app-misc/screenfetch/Manifest @@ -1 +1,2 @@ DIST screenfetch-3.8.0.tar.gz 71970 BLAKE2B 783d14bb30f5858f2f2f8ac81c6c8bca2fa4c1e7c9225d9ba13a7ace05c365459e277bea625b680fc3e3fedd0303507a583190d866627cedcb33e042aa8fdca7 SHA512 903f42e3bfcd719c4d6b91d10e5678063e223c2baa58214c7e8dae9ea925852f9e2c07ad90148e02d87ce5f9af7b989e80e93c2f569cd579e6f4f7d5c49c62f2 +DIST screenfetch-3.9.0.tar.gz 77670 BLAKE2B 9d5710f93d7e5614add98e303eee7bd13753af3aab8e5e266a09bd0a5a126d2056075364cff23428436953afd2bc840735362dad631f5001e08de797d2274fc7 SHA512 ff99dcf6f6276f54d88d05f6f6bdb82cd8c1e7e74befb60786993118c543550929090ba710142df7793112f7253dc415a031715bd6f85f2625260d281ffdc817 diff --git a/app-misc/screenfetch/screenfetch-3.9.0.ebuild b/app-misc/screenfetch/screenfetch-3.9.0.ebuild new file mode 100644 index 00000000000..09b465b4c1a --- /dev/null +++ b/app-misc/screenfetch/screenfetch-3.9.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="${PN/f/F}" + +DESCRIPTION="Bash Screenshot Information Tool" +HOMEPAGE="https://github.com/KittyKatt/screenFetch" + +if [[ ${PV} == *9999 ]] ; then + EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" + inherit git-r3 +else + KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="curl X" + +DEPEND="" +RDEPEND=" + curl? ( net-misc/curl ) + X? ( + media-gfx/scrot + x11-apps/xdpyinfo + )" + +src_install() { + newbin ${PN}-dev ${PN} + einstalldocs +}