From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1245541-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C21781382C5 for <garchives@archives.gentoo.org>; Mon, 25 Jan 2021 14:55:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E765AE09BB; Mon, 25 Jan 2021 14:55:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB00AE09BA for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 14:55:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB0D2340F40 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 14:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 304852C5 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 14:55:31 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1611586525.cc377d2f7bb63f022f3185c0fbf66b42d04d68da.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/aml/Manifest dev-libs/aml/aml-0.2.0.ebuild dev-libs/aml/aml-9999.ebuild dev-libs/aml/metadata.xml X-VCS-Directories: dev-libs/aml/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cc377d2f7bb63f022f3185c0fbf66b42d04d68da X-VCS-Branch: master Date: Mon, 25 Jan 2021 14:55:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66905e15-fb50-4031-b51b-c43b0f606a70 X-Archives-Hash: 1fcdaeb1cd58fb576396149032afd5e3 commit: cc377d2f7bb63f022f3185c0fbf66b42d04d68da Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Jun 28 00:15:38 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jan 25 14:55:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc377d2f dev-libs/aml: simple event loop used as a real time even loop by neatvnc Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/aml/Manifest | 1 + dev-libs/aml/aml-0.2.0.ebuild | 28 ++++++++++++++++++++++++++++ dev-libs/aml/aml-9999.ebuild | 28 ++++++++++++++++++++++++++++ dev-libs/aml/metadata.xml | 15 +++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/dev-libs/aml/Manifest b/dev-libs/aml/Manifest new file mode 100644 index 00000000000..4b5e3e0dab4 --- /dev/null +++ b/dev-libs/aml/Manifest @@ -0,0 +1 @@ +DIST aml-0.2.0.tar.gz 20358 BLAKE2B 4be63726ea9069cbfe36fbf04e3a0b2229066d7df039aea1a41fdca27700d012fda9eda348115f8c0ef9d3f201640123722d0b96bc7b171841d920357a292152 SHA512 196cd891fdbaad47340d8b4ca9eb62a7f9e6b0969ae9ad744a3c9ea110a532691d53a1e39fde583bad0f8fdae4b51c3a4243bbdab65e952e5fc79ceb6efc3262 diff --git a/dev-libs/aml/aml-0.2.0.ebuild b/dev-libs/aml/aml-0.2.0.ebuild new file mode 100644 index 00000000000..db62c0b5372 --- /dev/null +++ b/dev-libs/aml/aml-0.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="event timer executor loop" +HOMEPAGE="https://github.com/any1/aml/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/any1/aml.git" +else + SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="ISC" +SLOT="0" +IUSE="examples" + +src_configure() { + local emesonargs=( + $(meson_use examples) + ) + meson_src_configure +} diff --git a/dev-libs/aml/aml-9999.ebuild b/dev-libs/aml/aml-9999.ebuild new file mode 100644 index 00000000000..db62c0b5372 --- /dev/null +++ b/dev-libs/aml/aml-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="event timer executor loop" +HOMEPAGE="https://github.com/any1/aml/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/any1/aml.git" +else + SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="ISC" +SLOT="0" +IUSE="examples" + +src_configure() { + local emesonargs=( + $(meson_use examples) + ) + meson_src_configure +} diff --git a/dev-libs/aml/metadata.xml b/dev-libs/aml/metadata.xml new file mode 100644 index 00000000000..9e2438fd515 --- /dev/null +++ b/dev-libs/aml/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <use> + <flag name="examples">Build and install examples</flag> + </use> +</pkgmetadata>