From 711de458638bfbed9626b775b8f34e7fdb527191 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 12 Jul 2018 17:01:37 +0200 Subject: app-misc/screenfetch: add ~arm keyword. Bug: https://bugs.gentoo.org/621342 Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9203 --- app-misc/screenfetch/metadata.xml | 28 +++++++++---------- app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild | 35 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 14 deletions(-) create mode 100644 app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild (limited to 'app-misc') diff --git a/app-misc/screenfetch/metadata.xml b/app-misc/screenfetch/metadata.xml index a91c788aff05..63bb6250ef47 100644 --- a/app-misc/screenfetch/metadata.xml +++ b/app-misc/screenfetch/metadata.xml @@ -1,18 +1,18 @@ - - hwoarang@gentoo.org - Markos Chandras - - - johu@gentoo.org - Johannes Huber - - - Use the media-gfx/scrot package to take screenshots - - - KittyKatt/screenFetch - + + hwoarang@gentoo.org + Markos Chandras + + + johu@gentoo.org + Johannes Huber + + + Use the media-gfx/scrot package to take screenshots + + + KittyKatt/screenFetch + diff --git a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild new file mode 100644 index 000000000000..673c98a4a09f --- /dev/null +++ b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/f/F}" + +DESCRIPTION="Bash Screenshot Information Tool" +HOMEPAGE="https://github.com/KittyKatt/screenFetch" + +LICENSE="GPL-3" +SLOT="0" +IUSE="curl X" + +DEPEND="" +RDEPEND=" + curl? ( net-misc/curl ) + X? ( + media-gfx/scrot + x11-apps/xdpyinfo + )" + +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="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +src_install() { + newbin ${PN}-dev ${PN} + einstalldocs +} -- cgit v1.2.3-65-gdbad