From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/
Date: Sun, 14 Aug 2022 14:27:43 +0000 (UTC) [thread overview]
Message-ID: <1660487256.f6acf824dc214011624c106b21f510ff53df7a7a.epsilon-0@gentoo> (raw)
commit: f6acf824dc214011624c106b21f510ff53df7a7a
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Aug 14 14:27:36 2022 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Aug 14 14:27:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6acf824
gui-apps/azote: drop 1.9.0, 1.9.1, 1.9.2, 1.9.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
gui-apps/azote/Manifest | 4 ---
gui-apps/azote/azote-1.9.0.ebuild | 67 ---------------------------------------
gui-apps/azote/azote-1.9.1.ebuild | 67 ---------------------------------------
gui-apps/azote/azote-1.9.2.ebuild | 67 ---------------------------------------
gui-apps/azote/azote-1.9.3.ebuild | 67 ---------------------------------------
5 files changed, 272 deletions(-)
diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index 7b8e18afd..1c69e8c24 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1,5 +1 @@
-DIST azote-1.9.0.tar.gz 617084 BLAKE2B 6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c3208017d7f31535eb029051ccc3a2549a07bacb1bc3aceaa211a28e23cbd3d6b8605692742b7421e899ddba SHA512 21db7e08e4967235976101f3158fcab83c2896b3a74ab0ea01c6c942dced4dafd68658a8ece381f3813b39bcde09ab5adb50c41533a60bd2af50faa2f876ef38
-DIST azote-1.9.1.tar.gz 618349 BLAKE2B 4449ebd42134c5429f4486aa2526e2c6b9e5ec8943f872a9bcadd942c6629e3095f71f5759f64e1011793282ffb99cb0bdbbe0c0ffdd0305f2fcdcb70dbfe0b0 SHA512 aa9264172e43b824cd051c2ae86c7cd572821721d0bf1db0f916707bc48d3674fb90c2039c56afd724e9a975fb02a13528c7ae9145bd0ea767b908a230a133c2
-DIST azote-1.9.2.tar.gz 4566337 BLAKE2B d2091ee679cdb1725fdee14a758c20ab5d689586eddb9d9f38f3085d9b31fb87a77474b2382f1b6ba6b94208dd624c270fa678007c122f09671c30b36dd54728 SHA512 aa2b45966e13a0bc9196e40bd3fbda0e0ebb5105690e938df33b72221ef2502511de62611e3423bf102f7e332a0fe889b545e20c41fa28b3264da9521fb6ef92
-DIST azote-1.9.3.tar.gz 4566368 BLAKE2B 9885720704885cd017b1700e1cf127eef649e88a1dec769744ccceb3e470802efe75da009a8303ca0b66b88dd061863e0128afec05f137d844a7ad1212e24759 SHA512 d3c87bb5e973163130641020ee0e9f8a6c6a0d00c994cf7c502c0fc3561ac46730f882ebc5c38892b61ddfb0f4067bbffd3fb213ead981666aeb079bf9b1d7fe
DIST azote-1.9.5.tar.gz 4560473 BLAKE2B 6ca814369fa15db143a4957ea6876d2114700404d9e8b2228e1b21021528efdbeba6478787ffefdeb1408c44837b7f00c1bfea777a25dc1c487d88ed8fd8b809 SHA512 bd7af12adf23d4671454c3a6a2b33368a68ddfacff7da78f347c1ad471b1ffaaf3b9f6187cef3398d5849b84e4a86639be4e7bc1fb50282d8394386e9b9ce83e
diff --git a/gui-apps/azote/azote-1.9.0.ebuild b/gui-apps/azote/azote-1.9.0.ebuild
deleted file mode 100644
index ec4d508db..000000000
--- a/gui-apps/azote/azote-1.9.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
-else
- SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-IUSE="simple-colorpicker imagemagick wayland X yaml"
-
-RDEPEND="
- dev-cpp/gtkmm:3.0
- dev-python/pillow
- dev-python/pygobject:3=
- dev-python/send2trash
- simple-colorpicker? (
- X? (
- media-gfx/maim
- x11-misc/slop
- )
- wayland? (
- gui-apps/grim
- gui-apps/slurp
- )
- )
- imagemagick? (
- media-gfx/imagemagick[jpeg,png,svg,X?]
- )
- wayland? (
- gui-apps/swaybg
- gui-apps/wlr-randr
- )
- X? (
- media-gfx/feh
- x11-apps/xrandr
- )
- yaml? ( dev-python/pyyaml )
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- cd "${S}"
-
- dobin dist/azote
- domenu dist/azote.desktop
-
- insinto /usr/share/azote
- doins dist/azote.svg dist/indicator_{active,attention}.png
- insinto /usr/share/licenses/azote
- doins LICENSE-COLORTHIEF
-}
diff --git a/gui-apps/azote/azote-1.9.1.ebuild b/gui-apps/azote/azote-1.9.1.ebuild
deleted file mode 100644
index ec4d508db..000000000
--- a/gui-apps/azote/azote-1.9.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
-else
- SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-IUSE="simple-colorpicker imagemagick wayland X yaml"
-
-RDEPEND="
- dev-cpp/gtkmm:3.0
- dev-python/pillow
- dev-python/pygobject:3=
- dev-python/send2trash
- simple-colorpicker? (
- X? (
- media-gfx/maim
- x11-misc/slop
- )
- wayland? (
- gui-apps/grim
- gui-apps/slurp
- )
- )
- imagemagick? (
- media-gfx/imagemagick[jpeg,png,svg,X?]
- )
- wayland? (
- gui-apps/swaybg
- gui-apps/wlr-randr
- )
- X? (
- media-gfx/feh
- x11-apps/xrandr
- )
- yaml? ( dev-python/pyyaml )
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- cd "${S}"
-
- dobin dist/azote
- domenu dist/azote.desktop
-
- insinto /usr/share/azote
- doins dist/azote.svg dist/indicator_{active,attention}.png
- insinto /usr/share/licenses/azote
- doins LICENSE-COLORTHIEF
-}
diff --git a/gui-apps/azote/azote-1.9.2.ebuild b/gui-apps/azote/azote-1.9.2.ebuild
deleted file mode 100644
index ec4d508db..000000000
--- a/gui-apps/azote/azote-1.9.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
-else
- SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-IUSE="simple-colorpicker imagemagick wayland X yaml"
-
-RDEPEND="
- dev-cpp/gtkmm:3.0
- dev-python/pillow
- dev-python/pygobject:3=
- dev-python/send2trash
- simple-colorpicker? (
- X? (
- media-gfx/maim
- x11-misc/slop
- )
- wayland? (
- gui-apps/grim
- gui-apps/slurp
- )
- )
- imagemagick? (
- media-gfx/imagemagick[jpeg,png,svg,X?]
- )
- wayland? (
- gui-apps/swaybg
- gui-apps/wlr-randr
- )
- X? (
- media-gfx/feh
- x11-apps/xrandr
- )
- yaml? ( dev-python/pyyaml )
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- cd "${S}"
-
- dobin dist/azote
- domenu dist/azote.desktop
-
- insinto /usr/share/azote
- doins dist/azote.svg dist/indicator_{active,attention}.png
- insinto /usr/share/licenses/azote
- doins LICENSE-COLORTHIEF
-}
diff --git a/gui-apps/azote/azote-1.9.3.ebuild b/gui-apps/azote/azote-1.9.3.ebuild
deleted file mode 100644
index ebd0e0993..000000000
--- a/gui-apps/azote/azote-1.9.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 desktop
-
-DESCRIPTION="wallpaper manager for wlroots compositors"
-HOMEPAGE="https://github.com/nwg-piotr/azote"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
-else
- SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-IUSE="simple-colorpicker imagemagick wayland X yaml"
-
-RDEPEND="
- dev-cpp/gtkmm:3.0
- dev-python/pillow
- dev-python/pygobject:3=
- dev-python/send2trash
- simple-colorpicker? (
- X? (
- media-gfx/maim
- x11-misc/slop
- )
- wayland? (
- gui-apps/grim
- gui-apps/slurp
- )
- )
- imagemagick? (
- media-gfx/imagemagick[jpeg,png,svg,X?]
- )
- wayland? (
- gui-apps/swaybg
- gui-apps/wlr-randr
- )
- X? (
- media-gfx/feh
- x11-apps/xrandr
- )
- yaml? ( dev-python/pyyaml )
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- cd "${S}"
-
- dobin dist/azote
- domenu dist/azote.desktop
-
- insinto /usr/share/azote
- doins dist/azote.svg dist/indicator_{active,attention}.png
- insinto /usr/share/licenses/azote
- doins LICENSE-COLORTHIEF
-}
next reply other threads:[~2022-08-14 14:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-14 14:27 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-26 5:46 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/ Daichi Yamamoto
2024-12-30 21:47 Daichi Yamamoto
2024-08-29 22:58 Daichi Yamamoto
2024-04-08 0:51 Aisha Tammy
2023-08-10 20:53 Pascal Jäger
2022-06-18 18:04 Aisha Tammy
2022-01-11 16:03 Aisha Tammy
2021-12-23 16:51 Aisha Tammy
2021-05-25 8:10 Anna Vyalkova
2021-04-17 10:49 Aisha Tammy
2021-03-13 3:44 Aisha Tammy
2021-01-19 0:23 Aisha Tammy
2020-11-12 18:54 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=1660487256.f6acf824dc214011624c106b21f510ff53df7a7a.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