public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/atf/
Date: Sun,  7 May 2017 18:39:45 +0000 (UTC)	[thread overview]
Message-ID: <1494182380.10a677ec45256f23fb49216b53a3a29faadae879.floppym@gentoo> (raw)

commit:     10a677ec45256f23fb49216b53a3a29faadae879
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 18:13:48 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May  7 18:39:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a677ec

dev-libs/atf: new package

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 dev-libs/atf/Manifest        |  1 +
 dev-libs/atf/atf-0.21.ebuild | 22 ++++++++++++++++++++++
 dev-libs/atf/metadata.xml    |  8 ++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-libs/atf/Manifest b/dev-libs/atf/Manifest
new file mode 100644
index 00000000000..c4791aa6289
--- /dev/null
+++ b/dev-libs/atf/Manifest
@@ -0,0 +1 @@
+DIST atf-0.21.tar.gz 567791 SHA256 92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505 SHA512 9b4b67d7d0d1f65cc9571d38c67dfc620b08ff7c0abf57d87bcae54055b4af21f95f3363f2cf8ee9b13b89a5351bc58669b784a0fd8c1beb0664c14933c10ce1 WHIRLPOOL bb071554c9cf671ac0455bced0bb98f6040dfe4965e6652b7e75756d7c0f586f1d84e8bd9e97eceea0eabec7d6e9dac86ccc00014a05fc6ce4c92831b7e800dd

diff --git a/dev-libs/atf/atf-0.21.ebuild b/dev-libs/atf/atf-0.21.ebuild
new file mode 100644
index 00000000000..59c667fb637
--- /dev/null
+++ b/dev-libs/atf/atf-0.21.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+DESCRIPTION="Libraries to write tests in C, C++ and shell"
+HOMEPAGE="https://github.com/jmmv/atf"
+SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="BSD BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/pkgconfig"
+
+src_install() {
+	default
+	prune_libtool_files
+}

diff --git a/dev-libs/atf/metadata.xml b/dev-libs/atf/metadata.xml
new file mode 100644
index 00000000000..de09ffd8b08
--- /dev/null
+++ b/dev-libs/atf/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>floppym@gentoo.org</email>
+		<name>Mike Gilbert</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2017-05-07 18:39 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-07 18:39 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-09  7:49 [gentoo-commits] repo/gentoo:master commit in: dev-libs/atf/ Tobias Klausmann
2017-05-09 12:40 Jeroen Roovers
2017-05-13  6:26 Markus Meier
2017-05-14 10:55 Markus Meier
2017-06-18 20:56 Sergei Trofimovich
2017-08-05 14:25 Sergei Trofimovich
2017-08-09 21:05 Sergei Trofimovich
2017-08-10  4:40 Markus Meier
2017-09-11  8:10 Sergei Trofimovich
2017-09-11 16:56 Mike Gilbert
2017-09-12  8:00 Sergei Trofimovich
2017-09-30 17:14 Matt Turner
2017-09-30 17:14 Matt Turner
2017-10-30  1:17 Manuel RĂ¼ger
2017-11-02 14:33 Tobias Klausmann
2017-12-05  6:47 Matt Turner
2018-09-07 17:18 Mike Gilbert
2018-09-07 17:18 Mike Gilbert
2018-09-07 17:18 Mike Gilbert
2018-10-17 16:48 Mikle Kolyada
2019-01-17 13:13 Mart Raudsepp
2019-02-16 13:37 Mikle Kolyada
2019-02-16 13:37 Mikle Kolyada
2021-07-28 11:28 Marek Szuba
2024-05-25 16:33 Mike Gilbert
2024-05-25 16:35 Mike Gilbert
2024-05-25 16:35 Mike Gilbert
2024-05-25 16:58 Mike Gilbert
2025-01-10 17:00 Mike Gilbert
2025-01-11  1:08 Mike Gilbert
2025-01-11  1:08 Mike Gilbert
2025-01-11  1:08 Mike Gilbert
2025-01-12 16:04 Fabian Groffen

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=1494182380.10a677ec45256f23fb49216b53a3a29faadae879.floppym@gentoo \
    --to=floppym@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