* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/
@ 2020-11-10 22:26 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-11-10 22:26 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/
@ 2020-11-28 8:24 Theo Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2020-11-28 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 0faea2185b556a0e64606a485d7f4a00971dc6e0
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Nov 27 20:43:00 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Nov 27 20:43:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0faea218
gui-apps/tiramisu: depend dev-libs/glib:2[dbus]
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
gui-apps/tiramisu/tiramisu-0_p20201110.ebuild | 6 ++++--
gui-apps/tiramisu/tiramisu-9999.ebuild | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
index 78c48693..27bbb3fb 100644
--- a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
+++ b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-if [[ "${PV}" == 9999 ]]
-then
+if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
else
@@ -20,6 +19,9 @@ 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-9999.ebuild b/gui-apps/tiramisu/tiramisu-9999.ebuild
index 78c48693..27bbb3fb 100644
--- a/gui-apps/tiramisu/tiramisu-9999.ebuild
+++ b/gui-apps/tiramisu/tiramisu-9999.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-if [[ "${PV}" == 9999 ]]
-then
+if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
else
@@ -20,6 +19,9 @@ 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
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/
@ 2020-12-21 10:40 Theo Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2020-12-21 10:40 UTC (permalink / raw
To: gentoo-commits
commit: 672b9edb9b87099e48c8490fdba48b92a014c87b
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 21 10:24:32 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Dec 21 10:24:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=672b9edb
gui-apps/tiramisu: bump to 1.0; sync live
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
gui-apps/tiramisu/Manifest | 1 +
.../{tiramisu-9999.ebuild => tiramisu-1.0.ebuild} | 24 +++++++++++++++-------
gui-apps/tiramisu/tiramisu-9999.ebuild | 19 ++++++++++-------
3 files changed, 30 insertions(+), 14 deletions(-)
diff --git a/gui-apps/tiramisu/Manifest b/gui-apps/tiramisu/Manifest
index 9411468d..4a2a33f0 100644
--- a/gui-apps/tiramisu/Manifest
+++ b/gui-apps/tiramisu/Manifest
@@ -1 +1,2 @@
DIST tiramisu-0_p20201110.tar.gz 3063380 BLAKE2B 52b8f46478323b401dd5db96a531c86271b38d61991ee9147ccef400f2563fadacc92a289ef6ea2ccc01507cb1af57f0186a1690d39a421dcccb5d1f73ca3825 SHA512 7f8c978e6ead387fc9ccfb9eb15c73f237e10b14c8eb53e537a869402897e89451af371eabdf76506b9fcf51d6080b21d97863978de5e5e43af2b25578535b1d
+DIST tiramisu-1.0.tar.gz 3063267 BLAKE2B f837a188f34cfb4ecc23aff9cb3d918239dd8ea2ce0a3f7905c5defd4bd5cff37984088008ed6fcdc8b128f92eb1808aadc058a992d2dbf41d0900142b38fe62 SHA512 357a223afa1664d170249fea187924c1942427b4c488ec18476774e19a8c15bdac104c7d4e105f4b2e2a4ad66e8954f572dad8be60a4b313a16c1612fe88f5b7
diff --git a/gui-apps/tiramisu/tiramisu-9999.ebuild b/gui-apps/tiramisu/tiramisu-1.0.ebuild
similarity index 65%
copy from gui-apps/tiramisu/tiramisu-9999.ebuild
copy to gui-apps/tiramisu/tiramisu-1.0.ebuild
index 27bbb3fb..6df4a761 100644
--- a/gui-apps/tiramisu/tiramisu-9999.ebuild
+++ b/gui-apps/tiramisu/tiramisu-1.0.ebuild
@@ -3,25 +3,35 @@
EAPI=7
-if [[ "${PV}" == 9999 ]]; then
+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
- COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266
- SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${COMMIT}
+ SRC_URI="https://github.com/Sweets/tiramisu/archive/${PV}.tar.gz -> ${P}.tar.gz"
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_prepare() {
+ default
+ sed -i '/CFLAGS.*=/d' Makefile || die
+}
+
+src_configure() {
+ tc-export CC
+ default
+}
+
src_install() {
emake DESTDIR="${ED}" PREFIX=/usr install
}
diff --git a/gui-apps/tiramisu/tiramisu-9999.ebuild b/gui-apps/tiramisu/tiramisu-9999.ebuild
index 27bbb3fb..61e39426 100644
--- a/gui-apps/tiramisu/tiramisu-9999.ebuild
+++ b/gui-apps/tiramisu/tiramisu-9999.ebuild
@@ -3,25 +3,30 @@
EAPI=7
-if [[ "${PV}" == 9999 ]]; then
+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
- COMMIT=8eb946dae0e2f98d3850d89e1bb535640e8c3266
- SRC_URI="https://github.com/Sweets/tiramisu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${COMMIT}
+ SRC_URI="https://github.com/Sweets/tiramisu/archive/${PV}.tar.gz -> ${P}.tar.gz"
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_configure() {
+ tc-export CC
+ default
+}
+
src_install() {
emake DESTDIR="${ED}" PREFIX=/usr install
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/
@ 2021-04-22 13:32 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2021-04-22 13:32 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/
@ 2021-04-22 13:32 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2021-04-22 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 7c77946cb7cafd84c0a1b64fe568c00d41e260c9
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Apr 22 13:30:16 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Apr 22 13:30:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c77946c
gui-apps/tiramisu: update to dated ebuild for LDFLAG fix
Bug: 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 | 1 +
gui-apps/tiramisu/tiramisu-1.0_p20201110.ebuild | 34 +++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/gui-apps/tiramisu/Manifest b/gui-apps/tiramisu/Manifest
index 4a2a33f0d..f0af89293 100644
--- a/gui-apps/tiramisu/Manifest
+++ b/gui-apps/tiramisu/Manifest
@@ -1,2 +1,3 @@
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-1.0_p20201110.ebuild b/gui-apps/tiramisu/tiramisu-1.0_p20201110.ebuild
new file mode 100644
index 000000000..69dc2a0fa
--- /dev/null
+++ b/gui-apps/tiramisu/tiramisu-1.0_p20201110.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 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
+ 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
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-libs/glib:2[dbus]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ tc-export CC
+ default
+}
+
+src_install() {
+ emake DESTDIR="${ED}" PREFIX=/usr install
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/
@ 2024-09-30 14:47 Takuya Wakazono
0 siblings, 0 replies; 6+ messages in thread
From: Takuya Wakazono @ 2024-09-30 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 3e2f6db27193774c8588d198aa4c23e21a3b546a
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 30 14:46:10 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Sep 30 14:46:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e2f6db2
gui-apps/tiramisu: drop obsolete patch from live ebuild
Closes: https://bugs.gentoo.org/939131
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
gui-apps/tiramisu/tiramisu-9999.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gui-apps/tiramisu/tiramisu-9999.ebuild b/gui-apps/tiramisu/tiramisu-9999.ebuild
index 2a8ff0ec9..10d52ea4c 100644
--- a/gui-apps/tiramisu/tiramisu-9999.ebuild
+++ b/gui-apps/tiramisu/tiramisu-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit vala
@@ -23,11 +23,9 @@ RDEPEND="dev-libs/glib:2[dbus]"
DEPEND="${RDEPEND}"
BDEPEND="$(vala_depend)"
-PATCHES=( "${FILESDIR}/tiramisu-2.0.20211107-pkg-config.patch" )
-
src_prepare() {
default
- vala_src_prepare
+ vala_setup
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-30 14:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22 13:32 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tiramisu/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2024-09-30 14:47 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox