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: Thu, 22 Apr 2021 13:32:15 +0000 (UTC)	[thread overview]
Message-ID: <1619098299.72c8a8b8013decf214758a56b7695a27332a77a1.epsilon-0@gentoo> (raw)

commit:     72c8a8b8013decf214758a56b7695a27332a77a1
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Apr 22 13:31:39 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Apr 22 13:31:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72c8a8b8

gui-apps/tiramisu: drop old versions

Closes: https://bugs.gentoo.org/781062
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 gui-apps/tiramisu/Manifest                    |  2 --
 gui-apps/tiramisu/tiramisu-0_p20201110.ebuild | 27 -------------------
 gui-apps/tiramisu/tiramisu-1.0.ebuild         | 37 ---------------------------
 3 files changed, 66 deletions(-)

diff --git a/gui-apps/tiramisu/Manifest b/gui-apps/tiramisu/Manifest
index f0af89293..c641bc93b 100644
--- a/gui-apps/tiramisu/Manifest
+++ b/gui-apps/tiramisu/Manifest
@@ -1,3 +1 @@
-DIST tiramisu-0_p20201110.tar.gz 3063380 BLAKE2B 52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825 SHA512 7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d
-DIST tiramisu-1.0.tar.gz 3063267 BLAKE2B f837a188f34cfb4ecc23aff9cb3d918239dd8ea2ce0a3f7905c5defd4bd5cff37984088008ed6fcdc8b128f92eb1808aadc058a992d2dbf41d0900142b38fe62 SHA512 357a223afa1664d170249fea187924c1942427b4c488ec18476774e19a8c15bdac104c7d4e105f4b2e2a4ad66e8954f572dad8be60a4b313a16c1612fe88f5b7
 DIST tiramisu-1.0_p20201110.tar.gz 3063380 BLAKE2B 52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825 SHA512 7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d

diff --git a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
deleted file mode 100644
index 27bbb3fb1..000000000
--- a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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"
-
-RDEPEND="dev-libs/glib:2[dbus]"
-DEPEND="${RDEPEND}"
-
-src_install() {
-	emake DESTDIR="${ED}" PREFIX=/usr install
-}

diff --git a/gui-apps/tiramisu/tiramisu-1.0.ebuild b/gui-apps/tiramisu/tiramisu-1.0.ebuild
deleted file mode 100644
index 6df4a7618..000000000
--- a/gui-apps/tiramisu/tiramisu-1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="minimalistic desktop notifications provider"
-HOMEPAGE="https://github.com/Sweets/tiramisu"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
-else
-	SRC_URI="https://github.com/Sweets/tiramisu/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-libs/glib:2[dbus]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	sed -i '/CFLAGS.*=/d' Makefile || die
-}
-
-src_configure() {
-	tc-export CC
-	default
-}
-
-src_install() {
-	emake DESTDIR="${ED}" PREFIX=/usr install
-}


             reply	other threads:[~2021-04-22 13:32 UTC|newest]

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

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=1619098299.72c8a8b8013decf214758a56b7695a27332a77a1.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