public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/serialtalk/
Date: Fri,  6 May 2016 13:16:13 +0000 (UTC)	[thread overview]
Message-ID: <1462540563.a6f9a96fdec54406ab34904b13db89c0af9de89c.idella4@gentoo> (raw)

commit:     a6f9a96fdec54406ab34904b13db89c0af9de89c
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Thu May  5 21:53:14 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri May  6 13:16:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f9a96f

dev-util/serialtalk: Initial commit.

This packages the released version 1.2
and adds a live-ebuild.

Gentoo-Bug: https://bugs.gentoo.org/582182

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1416

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 dev-util/serialtalk/Manifest               |  1 +
 dev-util/serialtalk/metadata.xml           | 16 ++++++++++++++++
 dev-util/serialtalk/serialtalk-1.2.ebuild  | 25 +++++++++++++++++++++++++
 dev-util/serialtalk/serialtalk-9999.ebuild | 25 +++++++++++++++++++++++++
 4 files changed, 67 insertions(+)

diff --git a/dev-util/serialtalk/Manifest b/dev-util/serialtalk/Manifest
new file mode 100644
index 0000000..b5804eb
--- /dev/null
+++ b/dev-util/serialtalk/Manifest
@@ -0,0 +1 @@
+DIST serialtalk-1.2.tar.gz 19214 SHA256 0dde1167ef1d3494e43ec5c8c5715122e68efb3b83e8c725673326fd0160ab9f SHA512 4634e4a044915841bf4c2ba141b479207237b1d078a3af47515adebbca3feeb8e1a8e86a673b8a77595255b017e51bbe3e3567e4914b9d603ba676525a7f1dc2 WHIRLPOOL 280368d5b3f6bb670d7d56e1e0aa038ba6709af6be990be64b38fe50c9b0c585f2f49164cf89ccfb8c22c157cadeea3e4ea0948bfb65970a772f6d0e5b11ceec

diff --git a/dev-util/serialtalk/metadata.xml b/dev-util/serialtalk/metadata.xml
new file mode 100644
index 0000000..cdeb0f4
--- /dev/null
+++ b/dev-util/serialtalk/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>o.freyermuth@googlemail.com</email>
+    <name>Oliver Freyermuth</name>
+    <description>Proxy-maintainer, assign bugs</description>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">BGO-OD/serialtalk</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-util/serialtalk/serialtalk-1.2.ebuild b/dev-util/serialtalk/serialtalk-1.2.ebuild
new file mode 100644
index 0000000..b083e3f
--- /dev/null
+++ b/dev-util/serialtalk/serialtalk-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/BGO-OD/serialtalk.git"
+else
+	SRC_URI="https://github.com/BGO-OD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="simple command-line tool to talk to serial devices"
+HOMEPAGE="https://github.com/BGO-OD/serialtalk"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_install() {
+	cmake-utils_src_install
+}

diff --git a/dev-util/serialtalk/serialtalk-9999.ebuild b/dev-util/serialtalk/serialtalk-9999.ebuild
new file mode 100644
index 0000000..b083e3f
--- /dev/null
+++ b/dev-util/serialtalk/serialtalk-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/BGO-OD/serialtalk.git"
+else
+	SRC_URI="https://github.com/BGO-OD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="simple command-line tool to talk to serial devices"
+HOMEPAGE="https://github.com/BGO-OD/serialtalk"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_install() {
+	cmake-utils_src_install
+}


             reply	other threads:[~2016-05-06 13:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06 13:16 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-25  8:15 [gentoo-commits] repo/gentoo:master commit in: dev-util/serialtalk/ Patrice Clement
2017-12-16 17:24 Tobias Klausmann
2018-02-11 10:53 Michał Górny
2020-05-04 17:26 Joonas Niilola
2020-07-17  7:21 Agostino Sarubbo
2020-07-17  7:44 Agostino Sarubbo
2020-08-21  7:15 Joonas Niilola

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=1462540563.a6f9a96fdec54406ab34904b13db89c0af9de89c.idella4@gentoo \
    --to=idella4@gentoo.org \
    --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