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: dev-libs/tweeny/
Date: Tue, 26 May 2020 10:49:01 +0000 (UTC)	[thread overview]
Message-ID: <1590368581.e9ae04bf52b85d15b0840e6304e724a08d4ff692.andrewammerlaan@gentoo> (raw)

commit:     e9ae04bf52b85d15b0840e6304e724a08d4ff692
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon May 25 00:06:34 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 25 01:03:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9ae04bf

dev-libs/tweeny: New package.

Dependency for net-im/nheko.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-libs/tweeny/Manifest            |  1 +
 dev-libs/tweeny/metadata.xml        | 18 ++++++++++++++++++
 dev-libs/tweeny/tweeny-3.1.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/dev-libs/tweeny/Manifest b/dev-libs/tweeny/Manifest
new file mode 100644
index 0000000..f11cb85
--- /dev/null
+++ b/dev-libs/tweeny/Manifest
@@ -0,0 +1 @@
+DIST tweeny-3.1.0.tar.gz 49467 BLAKE2B 7b1a3b7a7dba22d291c89dc3b2ee07458070aa55f2e77adfc1f0de4095187d2a2e0e0960a17a17fd96cccdd114d42d5e1bb4a6a76edc4b97500b2615c0eb574e SHA512 8109c241f866b565d15f1f5f87837f178a4fd3c5169d73e73e18334c54274024b48c9baed1f1935201ab872687bacb9ff3f8ecbae8078de4e1b459242450b9a5

diff --git a/dev-libs/tweeny/metadata.xml b/dev-libs/tweeny/metadata.xml
new file mode 100644
index 0000000..04b071e
--- /dev/null
+++ b/dev-libs/tweeny/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<longdescription lang="en">
+		Tweeny is an inbetweening library designed for the creation of complex
+		animations for games and other beautiful interactive software. It
+		leverages features of modern C++ to empower developers with an intuitive
+		API for declaring tweenings of any type of value, as long as they
+		support arithmetic operations.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">mobius3/tweeny</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-libs/tweeny/tweeny-3.1.0.ebuild b/dev-libs/tweeny/tweeny-3.1.0.ebuild
new file mode 100644
index 0000000..e36d70c
--- /dev/null
+++ b/dev-libs/tweeny/tweeny-3.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="C++ tweening (inbetweening) library"
+HOMEPAGE="https://mobius3.github.io/tweeny/"
+SRC_URI="https://github.com/mobius3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	cmake_src_prepare
+
+	if use doc; then
+		sed -i "s@DESTINATION share/doc/Tweeny@DESTINATION share/doc/${PF}@" \
+			doc/CMakeLists.txt || die "Could not change documentation path."
+	fi
+}
+
+src_configure() {
+	local -a mycmakeargs=(
+		-DTWEENY_BUILD_EXAMPLES=NO
+		-DTWEENY_BUILD_DOCUMENTATION=$(usex doc)
+		-DTWEENY_BUILD_EXTRAS=NO
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2020-05-26 10:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 10:49 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-06 17:51 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/tweeny/ Andrew Ammerlaan
2021-02-19 10:14 Michał Górny
2021-02-19 10:14 Michał Górny

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=1590368581.e9ae04bf52b85d15b0840e6304e724a08d4ff692.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