public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/
Date: Tue, 10 Nov 2020 22:26:06 +0000 (UTC)	[thread overview]
Message-ID: <1605047159.49b7285739b921f2c0fc3ac339b9f037ca509a2b.epsilon-0@gentoo> (raw)

commit:     49b7285739b921f2c0fc3ac339b9f037ca509a2b
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Nov 10 22:25:59 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Nov 10 22:25:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49b72857

gui-apps/tiramisu: minimalistic notification daemon

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 gui-apps/tiramisu/Manifest                    |  1 +
 gui-apps/tiramisu/metadata.xml                |  8 ++++++++
 gui-apps/tiramisu/tiramisu-0_p20201110.ebuild | 25 +++++++++++++++++++++++++
 gui-apps/tiramisu/tiramisu-9999.ebuild        | 25 +++++++++++++++++++++++++
 4 files changed, 59 insertions(+)

diff --git a/gui-apps/tiramisu/Manifest b/gui-apps/tiramisu/Manifest
new file mode 100644
index 00000000..9411468d
--- /dev/null
+++ b/gui-apps/tiramisu/Manifest
@@ -0,0 +1 @@
+DIST tiramisu-0_p20201110.tar.gz 3063380 BLAKE2B 52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825 SHA512 7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d

diff --git a/gui-apps/tiramisu/metadata.xml b/gui-apps/tiramisu/metadata.xml
new file mode 100644
index 00000000..306b3145
--- /dev/null
+++ b/gui-apps/tiramisu/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">
+    <name>Aisha Tammy</name>
+    <email>gentoo@aisha.cc</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
new file mode 100644
index 00000000..78c48693
--- /dev/null
+++ b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
+else
+	COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266
+	SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/${PN}-${COMMIT}
+	KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DESCRIPTION="minimalistic desktop notifications provider"
+HOMEPAGE="https://github.com/Sweets/tiramisu"
+
+LICENSE="MIT"
+SLOT="0"
+
+src_install() {
+	emake DESTDIR="${ED}" PREFIX=/usr install
+}

diff --git a/gui-apps/tiramisu/tiramisu-9999.ebuild b/gui-apps/tiramisu/tiramisu-9999.ebuild
new file mode 100644
index 00000000..78c48693
--- /dev/null
+++ b/gui-apps/tiramisu/tiramisu-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
+else
+	COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266
+	SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/${PN}-${COMMIT}
+	KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DESCRIPTION="minimalistic desktop notifications provider"
+HOMEPAGE="https://github.com/Sweets/tiramisu"
+
+LICENSE="MIT"
+SLOT="0"
+
+src_install() {
+	emake DESTDIR="${ED}" PREFIX=/usr install
+}


             reply	other threads:[~2020-11-10 22:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10 22:26 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-28  8:24 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/ Theo Anderson
2020-12-21 10:40 Theo Anderson
2021-04-22 13:32 Aisha Tammy
2021-04-22 13:32 Aisha Tammy
2024-09-30 14:47 Takuya Wakazono

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=1605047159.49b7285739b921f2c0fc3ac339b9f037ca509a2b.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --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