commit:     f443326847cf703d1f14a1466fab5d36851be14b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov  8 19:47:31 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov  8 19:47:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4433268

dev-crystal/negotiation: new package, add 0.1.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-crystal/negotiation/Manifest                 |  1 +
 dev-crystal/negotiation/metadata.xml             |  8 ++++++++
 dev-crystal/negotiation/negotiation-0.1.2.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-crystal/negotiation/Manifest b/dev-crystal/negotiation/Manifest
new file mode 100644
index 000000000..c294bc9a3
--- /dev/null
+++ b/dev-crystal/negotiation/Manifest
@@ -0,0 +1 @@
+DIST negotiation-0.1.2.tar.gz 10625 BLAKE2B 
3c66a2b696c44e16f8d98d05b187f5a29bab9d39ac9270e4a72ab65814c71c960d14849e6852ec6a88d325094c6f13fb600801dfbcd3cda93eac48715819ddee
 SHA512 
c5e00af6d5981b7e9567958113bb140beddf305fec990fd825f67d3ded3dc6773162435be91c7b419abc264c45f366eaaa4adede7db16c460b02052be61f7913

diff --git a/dev-crystal/negotiation/metadata.xml 
b/dev-crystal/negotiation/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/dev-crystal/negotiation/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Anna</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/dev-crystal/negotiation/negotiation-0.1.2.ebuild 
b/dev-crystal/negotiation/negotiation-0.1.2.ebuild
new file mode 100644
index 000000000..4ac6ee0eb
--- /dev/null
+++ b/dev-crystal/negotiation/negotiation-0.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Framework agnostic content negotiation library"
+HOMEPAGE="https://github.com/athena-framework/negotiation";
+SRC_URI="https://github.com/athena-framework/${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? (
+       dev-crystal/athena-spec
+)"
+
+DOCS=( {CHANGELOG,README}.md )

Reply via email to