From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/
Date: Sat, 14 Sep 2024 16:33:52 +0000 (UTC) [thread overview]
Message-ID: <1726331117.ff567edf350a4145cc887b4d86511f11625715d1.arkamar@gentoo> (raw)
commit: ff567edf350a4145cc887b4d86511f11625715d1
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 16:25:17 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 16:25:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff567edf
net-misc/dhcpcd-ui: drop 0.7.8
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/dhcpcd-ui/Manifest | 1 -
net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild | 66 -------------------------------
2 files changed, 67 deletions(-)
diff --git a/net-misc/dhcpcd-ui/Manifest b/net-misc/dhcpcd-ui/Manifest
index 833a02dd0790..8c4dd0a48790 100644
--- a/net-misc/dhcpcd-ui/Manifest
+++ b/net-misc/dhcpcd-ui/Manifest
@@ -1,2 +1 @@
-DIST dhcpcd-ui-0.7.8.tar.xz 135028 BLAKE2B f3e79bb00708e2ce2ebb93d917506bb0fb015071b415768c47979d7f2b5e35d6f22bf71a58c43989dedc6561f0a8be738824f06627d2fa0995e335d7ef1925cd SHA512 5f0d2c32c32fc141feca0ab43a531d9b4f45e071a8a1e3ee1923d6394a3e5d6322e6f7e607b91154af4cfee93d649164c7ed3b805731dfc242c3ac367ec156c4
DIST dhcpcd-ui-0.7.9.tar.xz 104100 BLAKE2B 7e2bbbb9ad657deccc16296a0c7191f35fa15dbc84f1f8ac4f8ac5de4c56e5948da457398409527774ffc62e58659cac2dd37aa66842179f710db04a9791ab9e SHA512 fe0c9ff2f777e7b97438eb50507fce765b8e18b1a71883d76e9b6570a18e6f13414f8e64d8034f9c3352496775c283a0540e331ec449d6fbe48ddc8d64e14691
diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild
deleted file mode 100644
index fbb1017029b5..000000000000
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils systemd xdg
-
-DESCRIPTION="Desktop notification and configuration for dhcpcd"
-HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd-ui https://roy.marples.name/projects/dhcpcd-ui/"
-SRC_URI="https://roy.marples.name/downloads/${PN%-ui}/${P}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug gtk libnotify ncurses qt5"
-
-REQUIRED_USE="libnotify? ( gtk )
- qt5? ( !libnotify )"
-
-BDEPEND="
- virtual/libintl
-"
-DEPEND="
- gtk? (
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- )
- libnotify? ( x11-libs/libnotify )
- ncurses? ( sys-libs/ncurses:0= )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- media-libs/mesa
- )
-"
-RDEPEND="${DEPEND}
- >=net-misc/dhcpcd-6.4.4
-"
-
-src_configure() {
- local myeconfargs=(
- --without-qt
- $(use_enable debug)
- $(use_enable libnotify notification)
- $(use_with gtk gtk 'gtk+-3.0')
- $(use_with ncurses curses)
- $(use_with qt5 qt)
- )
- QMAKE="$(qt5_get_bindir)/qmake" \
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
- systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
next reply other threads:[~2024-09-14 16:33 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-14 16:33 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-24 17:21 [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/ Arthur Zamarin
2021-10-24 9:29 Sam James
2021-03-08 10:26 Sam James
2021-03-08 10:25 Sam James
2021-02-07 20:19 Andreas Sturmlechner
2021-01-15 17:42 Lars Wendler
2020-12-28 19:44 Lars Wendler
2020-08-06 10:21 Lars Wendler
2020-08-06 10:18 Lars Wendler
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:36 Agostino Sarubbo
2020-07-02 15:02 Lars Wendler
2019-12-21 14:54 Lars Wendler
2018-08-16 17:25 Jonas Stein
2017-09-10 22:18 Andreas Sturmlechner
2017-09-10 22:18 Andreas Sturmlechner
2017-02-12 15:44 Agostino Sarubbo
2017-02-04 15:21 Agostino Sarubbo
2016-12-26 17:19 Lars Wendler
2016-07-07 22:54 Yixun Lan
2016-03-23 12:14 Lars Wendler
2015-10-25 10:49 Mikle Kolyada
2015-10-19 9:27 Agostino Sarubbo
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=1726331117.ff567edf350a4145cc887b4d86511f11625715d1.arkamar@gentoo \
--to=arkamar@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