commit:     96634d91357bee005b11533bbd562c9677003b5c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  2 19:36:17 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  2 21:44:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96634d91

net-misc/dhcpcd-ui: drop 0.7.9

Bug: https://bugs.gentoo.org/956450
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/dhcpcd-ui/dhcpcd-ui-0.7.9.ebuild | 84 -------------------------------
 1 file changed, 84 deletions(-)

diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.9.ebuild 
b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.9.ebuild
deleted file mode 100644
index 52148a4f3933..000000000000
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.9.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils systemd toolchain-funcs 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://github.com/NetworkConfiguration/dhcpcd-ui/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug gtk libnotify ncurses qt5"
-
-# Qt handles notifications separately, no need for libnotify there
-REQUIRED_USE="
-       libnotify? ( gtk )
-"
-
-BDEPEND="
-       media-gfx/cairosvg
-       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:= )
-       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
-               --without-qt5
-               $(use_enable debug)
-               $(use_enable libnotify notification)
-               $(use_with gtk gtk 'gtk+-3.0')
-               $(use_with ncurses curses)
-       )
-
-       tc-export AR CC CXX
-
-       econf "${myeconfargs[@]}"
-
-       if use qt5 ; then
-               cd src/dhcpcd-qt || die
-               eqmake5 PREFIX="${EPREFIX}/usr" SYSCONFDIR="${EPREFIX}/etc"
-       fi
-}
-
-src_compile() {
-       default
-
-       use qt5 && emake -C src/dhcpcd-qt
-}
-
-src_install() {
-       emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
-       use qt5 && emake -C src/dhcpcd-qt 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
-}

Reply via email to