From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/
Date: Sat, 25 Feb 2023 17:45:54 +0000 (UTC) [thread overview]
Message-ID: <1677347149.6b1c56e95a37f4375782df72ce902eeb8c45a0a6.prometheanfire@gentoo> (raw)
commit: 6b1c56e95a37f4375782df72ce902eeb8c45a0a6
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 17:44:16 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 17:45:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1c56e9
gui-apps/swaybg: drop 1.0, 1.1.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-apps/swaybg/Manifest | 2 --
gui-apps/swaybg/swaybg-1.0.ebuild | 44 -----------------------------------
gui-apps/swaybg/swaybg-1.1.1.ebuild | 46 -------------------------------------
3 files changed, 92 deletions(-)
diff --git a/gui-apps/swaybg/Manifest b/gui-apps/swaybg/Manifest
index e1be86c39647..4160f0ace994 100644
--- a/gui-apps/swaybg/Manifest
+++ b/gui-apps/swaybg/Manifest
@@ -1,3 +1 @@
-DIST swaybg-1.0.tar.gz 15851 BLAKE2B 820edbce4161f2d109bc8e842fb2bef101a5793d1da90f4258e5771fe85ab089e184c063a0a7073adbe218c59307946f86bd02c4d62b0585aeb3f9cd5c7963f8 SHA512 67d0e0109b906ece51800729182940374cc59fa07d0866b57cf876d12191fe12e796b84350a849dc85183fa58a3b2d196191e48dcc03dcc3708a980ed4a8cff0
-DIST swaybg-1.1.1.tar.gz 16474 BLAKE2B 21e966e28b5228688aa452f6086feea58bcd56d7fccfe53babe086b9e26702429705870b7d5c7e4900db40e281eab6e1f4077c4cc58f0be745e2d5a9a7d7f46f SHA512 e5ac7af1690974206f916e1d99a8dde0e837acbc686e2de2c46d505201f239a059f998adc22192205d1ad75b5905222f16aed243b31920e19c0ff2229b8eda2c
DIST swaybg-1.2.0.tar.gz 16572 BLAKE2B 197daba2a049bd21c1609c7abc5241c1b8664dabd34b16d9664c2f7f6853028389f81ef3d8e7f13c8b8decda0a0149ff911b86cc079b11cdbc8f9c977c4e0e23 SHA512 e0c0d78a1887e8a6ff396305ea717be22ec316cd17ef7e2f61a0fe25f976ff12bb5fd48bf8dc7d99d7c9bf6948b4a00d99bf9ac68021080ae9c393ca84e86e0a
diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild b/gui-apps/swaybg/swaybg-1.0.ebuild
deleted file mode 100644
index 102d9f6f0524..000000000000
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A wallpaper utility for Wayland"
-HOMEPAGE="https://github.com/swaywm/swaybg"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
-else
- SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man"
-
-DEPEND="
- dev-libs/wayland
-"
-RDEPEND="
- ${DEPEND}
- !<gui-wm/sway-1.1_alpha1
-"
-BDEPEND="
- >=dev-libs/wayland-protocols-1.14
- x11-libs/gdk-pixbuf
- x11-libs/cairo
- virtual/pkgconfig
- man? ( app-text/scdoc )
-"
-
-src_configure() {
- local emesonargs=(
- -Dman-pages=$(usex man enabled disabled)
- )
-
- meson_src_configure
-}
diff --git a/gui-apps/swaybg/swaybg-1.1.1.ebuild b/gui-apps/swaybg/swaybg-1.1.1.ebuild
deleted file mode 100644
index ce371ad99d1a..000000000000
--- a/gui-apps/swaybg/swaybg-1.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A wallpaper utility for Wayland"
-HOMEPAGE="https://github.com/swaywm/swaybg"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
-else
- SRC_URI="https://github.com/swaywm/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="gdk-pixbuf +man"
-
-DEPEND="
- dev-libs/wayland
- >=dev-libs/wayland-protocols-1.14
- x11-libs/cairo
- gdk-pixbuf? ( x11-libs/gdk-pixbuf )
-"
-RDEPEND="
- ${DEPEND}
- !<gui-wm/sway-1.1_alpha1
-"
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
- man? ( app-text/scdoc )
-"
-
-src_configure() {
- local emesonargs=(
- -Dman-pages=$(usex man enabled disabled)
- -Dgdk-pixbuf=$(usex gdk-pixbuf enabled disabled)
- )
-
- meson_src_configure
-}
next reply other threads:[~2023-02-25 17:45 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-25 17:45 Matthew Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 11:22 [gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/ Michał Górny
2024-10-12 9:44 Michał Górny
2024-10-12 9:44 Michał Górny
2024-05-26 17:12 Arthur Zamarin
2024-05-26 17:12 Arthur Zamarin
2023-01-25 20:46 Matthew Thode
2022-12-25 19:02 Matthew Thode
2022-06-25 19:12 Matthew Thode
2022-05-26 5:39 WANG Xuerui
2022-05-26 5:39 WANG Xuerui
2022-05-17 5:59 Sam James
2020-01-24 4:19 Georgy Yakovlev
2020-01-24 4:19 Georgy Yakovlev
2019-06-02 17:22 Matthew Thode
2019-05-04 4:23 Matthew Thode
2019-05-04 3:29 Matthew Thode
2019-05-03 18:33 Matthew Thode
2019-04-30 3:35 Matthew Thode
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=1677347149.6b1c56e95a37f4375782df72ce902eeb8c45a0a6.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--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