From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/minder/ Date: Thu, 14 Mar 2024 11:28:24 +0000 (UTC) [thread overview] Message-ID: <1710415298.00e6a757676193adf2c0328ff4d3b90d9d83a5f6.davidroman@gentoo> (raw) commit: 00e6a757676193adf2c0328ff4d3b90d9d83a5f6 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Mar 14 11:21:38 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Mar 14 11:21:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00e6a757 app-misc/minder: drop 1.14.0, 1.15.6 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-misc/minder/Manifest | 2 -- app-misc/minder/minder-1.14.0.ebuild | 48 ----------------------------------- app-misc/minder/minder-1.15.6.ebuild | 49 ------------------------------------ 3 files changed, 99 deletions(-) diff --git a/app-misc/minder/Manifest b/app-misc/minder/Manifest index 4012845e09..9ad5bafa35 100644 --- a/app-misc/minder/Manifest +++ b/app-misc/minder/Manifest @@ -1,4 +1,2 @@ -DIST minder-1.14.0.tar.gz 1690353 BLAKE2B 02ea94c96f782582e0d4c5dfb7e493dbf6d130a0bedacba232fe863c40d93465ce1925fa0d01f95e5b8857ddd64b0896137f494d773f6804b73f7cdcf03b4427 SHA512 074e75be5a60844ee2aacc11303b4c55ac50191036f85faac316c31614f39dd921082e32795b23f0c74e8f40718732b07ef11079aad66cfa09c079f353e083a3 -DIST minder-1.15.6.tar.gz 1993564 BLAKE2B 77a99bee8e9bff06bc8f47c9b41e9f4e6ebb9bd915871cebc474fa2dd7cb5d9070dae7b644e40adcbf5e5d0f0c419a03bc85fd886c54e9878b236cdb493f508b SHA512 9a52185b1b253214ac7019b5d96db1f009941dbbbf31d009a0b259d1e0baeedff7a6f7a8587a131adf8f6b429d17669ea721e8ca83fd99228f93c558247d86f8 DIST minder-1.16.2.tar.gz 2033558 BLAKE2B a6c623473d4c085e6d0807e7a553a6cd52c915fa4ead1f64020701ce3c65b1103f028d67e8f6d93e55b27f92052b191266836eedb2366186c59c83f90037193f SHA512 7d89c2c2f809c7bceac45f5fbd4e43301c1a4d7d6ac8a86928b8403f3177b2f216d1bc962a43eaf5b016500eb95a153db94b51bc6e6fb0cf40bb96c5ca27245e DIST minder-1.16.3.tar.gz 2033538 BLAKE2B d7a020939054e9ece9ba75cbc09a80ac45b2f331d4448b83ee52aaf15deb7d521c63bc25a3ed0f790093c8d35c6a04c3683e0830650f2e697c21c9ffd67f319f SHA512 9e32e770dbc408887e4cecf4702f1b8a4261ce7139f5a3fbe9f8e53f7726bd99ff83e159ae4b450aec04cf743a7a4f73b7d8cc5dd4d55c0bee8cdfe9a8b22b1f diff --git a/app-misc/minder/minder-1.14.0.ebuild b/app-misc/minder/minder-1.14.0.ebuild deleted file mode 100644 index 5a449532e8..0000000000 --- a/app-misc/minder/minder-1.14.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson vala xdg - -DESCRIPTION="Mind-mapping application for Elementary OS." -HOMEPAGE="https://github.com/phase1geo/Minder" -SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - dev-lang/vala - dev-libs/granite - dev-libs/json-glib - gui-libs/libhandy[vala] - x11-libs/gtksourceview:4[vala] -" - -DEPEND=" - ${RDEPEND} - app-text/discount -" - -S="${WORKDIR}/Minder-${PV}" - -src_prepare() { - default - vala_setup -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -} diff --git a/app-misc/minder/minder-1.15.6.ebuild b/app-misc/minder/minder-1.15.6.ebuild deleted file mode 100644 index ab45b4d13b..0000000000 --- a/app-misc/minder/minder-1.15.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson vala xdg - -DESCRIPTION="Mind-mapping application for Elementary OS." -HOMEPAGE="https://github.com/phase1geo/Minder" -SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - app-text/discount - dev-lang/vala - dev-libs/granite - dev-libs/json-glib - gui-libs/libhandy[vala] - x11-libs/gtksourceview:4[vala] -" - -DEPEND=" - ${RDEPEND} - app-text/discount -" - -S="${WORKDIR}/Minder-${PV}" - -src_prepare() { - default - vala_setup -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/minder/ Date: Thu, 14 Mar 2024 11:31:22 +0000 (UTC) [thread overview] Message-ID: <1710415298.00e6a757676193adf2c0328ff4d3b90d9d83a5f6.davidroman@gentoo> (raw) Message-ID: <20240314113122.mmE5MdXLA7N1FJtKuRWab6FyLiwFZkPKqzKGFC-nv1k@z> (raw) commit: 00e6a757676193adf2c0328ff4d3b90d9d83a5f6 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Mar 14 11:21:38 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Mar 14 11:21:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00e6a757 app-misc/minder: drop 1.14.0, 1.15.6 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-misc/minder/Manifest | 2 -- app-misc/minder/minder-1.14.0.ebuild | 48 ----------------------------------- app-misc/minder/minder-1.15.6.ebuild | 49 ------------------------------------ 3 files changed, 99 deletions(-) diff --git a/app-misc/minder/Manifest b/app-misc/minder/Manifest index 4012845e09..9ad5bafa35 100644 --- a/app-misc/minder/Manifest +++ b/app-misc/minder/Manifest @@ -1,4 +1,2 @@ -DIST minder-1.14.0.tar.gz 1690353 BLAKE2B 02ea94c96f782582e0d4c5dfb7e493dbf6d130a0bedacba232fe863c40d93465ce1925fa0d01f95e5b8857ddd64b0896137f494d773f6804b73f7cdcf03b4427 SHA512 074e75be5a60844ee2aacc11303b4c55ac50191036f85faac316c31614f39dd921082e32795b23f0c74e8f40718732b07ef11079aad66cfa09c079f353e083a3 -DIST minder-1.15.6.tar.gz 1993564 BLAKE2B 77a99bee8e9bff06bc8f47c9b41e9f4e6ebb9bd915871cebc474fa2dd7cb5d9070dae7b644e40adcbf5e5d0f0c419a03bc85fd886c54e9878b236cdb493f508b SHA512 9a52185b1b253214ac7019b5d96db1f009941dbbbf31d009a0b259d1e0baeedff7a6f7a8587a131adf8f6b429d17669ea721e8ca83fd99228f93c558247d86f8 DIST minder-1.16.2.tar.gz 2033558 BLAKE2B a6c623473d4c085e6d0807e7a553a6cd52c915fa4ead1f64020701ce3c65b1103f028d67e8f6d93e55b27f92052b191266836eedb2366186c59c83f90037193f SHA512 7d89c2c2f809c7bceac45f5fbd4e43301c1a4d7d6ac8a86928b8403f3177b2f216d1bc962a43eaf5b016500eb95a153db94b51bc6e6fb0cf40bb96c5ca27245e DIST minder-1.16.3.tar.gz 2033538 BLAKE2B d7a020939054e9ece9ba75cbc09a80ac45b2f331d4448b83ee52aaf15deb7d521c63bc25a3ed0f790093c8d35c6a04c3683e0830650f2e697c21c9ffd67f319f SHA512 9e32e770dbc408887e4cecf4702f1b8a4261ce7139f5a3fbe9f8e53f7726bd99ff83e159ae4b450aec04cf743a7a4f73b7d8cc5dd4d55c0bee8cdfe9a8b22b1f diff --git a/app-misc/minder/minder-1.14.0.ebuild b/app-misc/minder/minder-1.14.0.ebuild deleted file mode 100644 index 5a449532e8..0000000000 --- a/app-misc/minder/minder-1.14.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson vala xdg - -DESCRIPTION="Mind-mapping application for Elementary OS." -HOMEPAGE="https://github.com/phase1geo/Minder" -SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - dev-lang/vala - dev-libs/granite - dev-libs/json-glib - gui-libs/libhandy[vala] - x11-libs/gtksourceview:4[vala] -" - -DEPEND=" - ${RDEPEND} - app-text/discount -" - -S="${WORKDIR}/Minder-${PV}" - -src_prepare() { - default - vala_setup -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -} diff --git a/app-misc/minder/minder-1.15.6.ebuild b/app-misc/minder/minder-1.15.6.ebuild deleted file mode 100644 index ab45b4d13b..0000000000 --- a/app-misc/minder/minder-1.15.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson vala xdg - -DESCRIPTION="Mind-mapping application for Elementary OS." -HOMEPAGE="https://github.com/phase1geo/Minder" -SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - app-text/discount - dev-lang/vala - dev-libs/granite - dev-libs/json-glib - gui-libs/libhandy[vala] - x11-libs/gtksourceview:4[vala] -" - -DEPEND=" - ${RDEPEND} - app-text/discount -" - -S="${WORKDIR}/Minder-${PV}" - -src_prepare() { - default - vala_setup -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - gnome2_schemas_update -}
next reply other threads:[~2024-03-14 11:28 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-03-14 11:28 David Roman [this message] 2024-03-14 11:31 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/minder/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-04-26 12:52 [gentoo-commits] repo/proj/guru:dev " David Roman 2024-03-14 11:31 [gentoo-commits] repo/proj/guru:master " David Roman 2024-03-14 11:28 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-03-14 11:31 [gentoo-commits] repo/proj/guru:master " David Roman 2024-03-14 11:28 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-02-07 10:10 [gentoo-commits] repo/proj/guru:master " David Roman 2024-02-06 16:01 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2023-09-05 15:36 David Roman 2022-09-18 14:27 David Roman 2022-09-18 11:40 David Roman
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=1710415298.00e6a757676193adf2c0328ff4d3b90d9d83a5f6.davidroman@gentoo \ --to=davidroman96@gmail.com \ --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: linkBe 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