public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/wego/
Date: Mon, 17 May 2021 19:11:53 +0000 (UTC)	[thread overview]
Message-ID: <1621246587.cfcb54da01a2ebdbc1cd8780f575a586544c711c.andrewammerlaan@gentoo> (raw)

commit:     cfcb54da01a2ebdbc1cd8780f575a586544c711c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 17 10:15:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 17 10:16:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfcb54da

app-misc/wego: new package

from
https://github.com/Dr-Terrible/go-overlay/tree/e38b18e43d864397a170da46ddc1371877aab272

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-misc/wego/Manifest        |  4 ++++
 app-misc/wego/metadata.xml    | 28 ++++++++++++++++++++++++++++
 app-misc/wego/wego-2.0.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/app-misc/wego/Manifest b/app-misc/wego/Manifest
new file mode 100644
index 000000000..41ff991c4
--- /dev/null
+++ b/app-misc/wego/Manifest
@@ -0,0 +1,4 @@
+DIST github.com-mattn-go-colorable-9fdad7c.tar.gz 5586 BLAKE2B 4f41090d5b803e62b3cf5ab2bab05bf726006c2ccf5fe3e1c5c9a5042375ec652d6bddd09465b1748f969b5c78615e030e72a43d299a953d4fecaf2e8eb993cc SHA512 f3f1893c535cd050bdf83e8d13d5fa5f12b58272a1a373dc17c68a0021a0bd9e72817b5784dd1276cd963bbef07424d47c877d809df787058d8c87194f70b582
+DIST github.com-mattn-go-runewidth-d037b52.tar.gz 5895 BLAKE2B 32e5b025abe0ac98eea8e35278b76f2f447f80f5110fd5f66628510fa0488095f94beab0a010c4f511df04c8a8f503315910acc22f0ba9438a324da3faeeea08 SHA512 0795a78dbf805bcf3fb9887a0bb5875c6b8579302d9207a536d5d00dc8a97a732ae95d274d3b26215d9f900299b01a5b0869561e215def6c8d35d9603b9da551
+DIST github.com-schachmat-ingo-fab41e4.tar.gz 3170 BLAKE2B e37843954694c9cf5ae0a7faf953a5483f06d85bc7521ac199a0db9e6ca052f38ffac74b9f4256a2692f3f3055f49274cb0d7e1ac96c3a892da3553963d6e2da SHA512 8aedc3e85666c228f44f563fbc0264a3cd17fc4dc25f243d92995aeeb493533439600d147eeb9e23d00f108e8002a8b9e0fb4be309353ddd08f1efdd9582b849
+DIST wego-2.0.tar.gz 11185 BLAKE2B 1bf8030a0801a80d5bd367be9a53f01c232ece40fb6f66e4dd06a72ed44e2cc1d6da27888b148c24264ed4eec460b4b9d8e4ff6e91d55e134f275b3978048ace SHA512 92073393f420f72367955b08ef64a90eadc5a72f79f9c42ee1886918923e5953da15dd9ffaefc14aa444cfe5db5f903d88ec080f9ca3490da29efe5734a200f8

diff --git a/app-misc/wego/metadata.xml b/app-misc/wego/metadata.xml
new file mode 100644
index 000000000..7f13f1673
--- /dev/null
+++ b/app-misc/wego/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>lssndrbarbieri@gmail.com</email>
+		<name>Alessandro Barbieri</name>
+		<description>comaintainers welcome</description>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">schachmat/wego</remote-id>
+		<bugs-to>https://github.com/schachmat/wego/issues</bugs-to>
+	</upstream>
+	<longdescription lang="en">
+Features
+
+show forecast for 1 to 7 days
+nice ASCII art icons
+displayed info (metric or imperial units):
+temperature range (felt and measured)
+windspeed and direction
+viewing distance
+precipitation amount and probability
+ssl, so the NSA has a harder time learning where you live or plan to go
+multi language support
+config file for default location which can be overridden by commandline
+Automatic config management with ingo
+	</longdescription>
+</pkgmetadata>

diff --git a/app-misc/wego/wego-2.0.ebuild b/app-misc/wego/wego-2.0.ebuild
new file mode 100644
index 000000000..c7a702174
--- /dev/null
+++ b/app-misc/wego/wego-2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GOLANG_PKG_IMPORTPATH="github.com/schachmat"
+GOLANG_PKG_HAVE_TEST=1
+GOLANG_PKG_USE_CGO=1
+
+GOLANG_PKG_DEPENDENCIES=(
+	"github.com/mattn/go-colorable:9fdad7c"
+	"github.com/mattn/go-runewidth:d037b52"
+	"github.com/schachmat/ingo:fab41e4"
+)
+
+inherit golang-single
+
+DESCRIPTION="Wego is a weather client for the terminal"
+
+LICENSE="BSD ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="!test? ( test )"


             reply	other threads:[~2021-05-17 19:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17 19:11 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24 22:25 [gentoo-commits] repo/proj/guru:master commit in: app-misc/wego/ Haelwenn Monnier
2021-05-24 22:25 Haelwenn Monnier
2022-03-07 15:15 Ronny Gutbrod
2023-10-05 15:11 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-05 15:21 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-05 15:21 David Roman
2024-01-20 22:07 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-20 22:13 ` [gentoo-commits] repo/proj/guru:master " David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1621246587.cfcb54da01a2ebdbc1cd8780f575a586544c711c.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox