Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/ibniz/
Date: Tue, 15 Sep 2020 08:37:34
Message-Id: 1600020436.e64962d2bbe0b0c6f4adb64d67c0188aa03121c2.andrewammerlaan@gentoo
1 commit: e64962d2bbe0b0c6f4adb64d67c0188aa03121c2
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun Sep 13 18:06:42 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Sep 13 18:07:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e64962d2
7
8 media-sound/ibniz: Import from ::lanodanOverlay
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 media-sound/ibniz/Manifest | 1 +
13 media-sound/ibniz/ibniz-1.18.ebuild | 20 ++++++++++++++++++++
14 media-sound/ibniz/metadata.xml | 11 +++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/media-sound/ibniz/Manifest b/media-sound/ibniz/Manifest
18 new file mode 100644
19 index 00000000..90249017
20 --- /dev/null
21 +++ b/media-sound/ibniz/Manifest
22 @@ -0,0 +1 @@
23 +DIST ibniz-1.18.tar.gz 41049 BLAKE2B 7f1e15cdf084fae64ffb6c826fb55c961067e606f8d125d902a9d778910a8e790d6d4e07eb9d75b3d9742caa9e3257bae020faf8265b70cca64ec0a4db345c3f SHA512 63448e3eb639a831b847cc3a737040a661ff4107e53ff70b9c33ba951c584ca903729547efd27afff9ac0b9e25a315a1d36670a4f4722c3d2287f375cb1bd760
24
25 diff --git a/media-sound/ibniz/ibniz-1.18.ebuild b/media-sound/ibniz/ibniz-1.18.ebuild
26 new file mode 100644
27 index 00000000..f1239ea7
28 --- /dev/null
29 +++ b/media-sound/ibniz/ibniz-1.18.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +DESCRIPTION="virtual machine designed for extremely compact low-level audiovisual programs"
37 +HOMEPAGE="http://pelulamu.net/ibniz/"
38 +SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz"
39 +
40 +LICENSE="ZLIB"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE=""
44 +
45 +DEPEND="media-libs/libsdl"
46 +RDEPEND="${DEPEND}"
47 +
48 +src_install() {
49 + dobin ibniz
50 +}
51
52 diff --git a/media-sound/ibniz/metadata.xml b/media-sound/ibniz/metadata.xml
53 new file mode 100644
54 index 00000000..0bc41571
55 --- /dev/null
56 +++ b/media-sound/ibniz/metadata.xml
57 @@ -0,0 +1,11 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <maintainer type="person">
62 + <email>contact@×××××××××.me</email>
63 + </maintainer>
64 + <longdescription lang="en">
65 +IBNIZ is a virtual machine designed for extremely compact low-level audiovisual programs. The leading design goal is usefulness as a platform for demoscene productions, glitch art and similar projects. Mainsteam software engineering aspects are considered totally irrelevant.
66 +IBNIZ stands for Ideally Bare Numeric Impression giZmo. The name also refers to Gottfried Leibniz, the 17th-century polymath who, among all, invented binary arithmetic, built the first four-operation calculating machine, and believed that the world was designed with the principle that a minimal set of rules should yield a maximal diversity.
67 +</longdescription>
68 +</pkgmetadata>