From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2914138359 for ; Thu, 6 Aug 2020 10:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC798E0884; Thu, 6 Aug 2020 10:21:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B514AE0884 for ; Thu, 6 Aug 2020 10:21:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A30934F023 for ; Thu, 6 Aug 2020 10:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996F32FC for ; Thu, 6 Aug 2020 10:21:26 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1596709274.f60299eaeebd4d7b31a525112bfaecf28199d8cb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd-ui/Manifest net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5-r1.ebuild net-misc/dhcpcd-ui/metadata.xml X-VCS-Directories: net-misc/dhcpcd-ui/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f60299eaeebd4d7b31a525112bfaecf28199d8cb X-VCS-Branch: master Date: Thu, 6 Aug 2020 10:21:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16caed3f-23f5-494e-9f30-f8984e9ff5eb X-Archives-Hash: 8dde58a5f95f2bd01534eb0412c0eaa5 commit: f60299eaeebd4d7b31a525112bfaecf28199d8cb Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 6 10:21:14 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 6 10:21:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60299ea net-misc/dhcpcd-ui: Removed old Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> net-misc/dhcpcd-ui/Manifest | 1 - net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5-r1.ebuild | 54 ---------------------------- net-misc/dhcpcd-ui/metadata.xml | 3 -- 3 files changed, 58 deletions(-) diff --git a/net-misc/dhcpcd-ui/Manifest b/net-misc/dhcpcd-ui/Manifest index 6048843148c..5c934d20908 100644 --- a/net-misc/dhcpcd-ui/Manifest +++ b/net-misc/dhcpcd-ui/Manifest @@ -1,2 +1 @@ -DIST dhcpcd-ui-0.7.5.tar.bz2 209112 BLAKE2B 1eec904acefbc5059496419991b1d53c6715d56e611e09d7474879b4ae2741e61ce85bdd7ca32db42a8a890790d8784ee8904fa1228ab43488a88480f73dcd1c SHA512 78dba758f7cee825a1618c33b1fff9549c4e51e19fd5eebd1ae5d6a4686726ec8ad86dc1ec5384238b43589dd700979c694f48bc94e2844f1ef898292660a5d2 DIST dhcpcd-ui-0.7.7.tar.xz 195648 BLAKE2B f382e331326e66d81674579ba018e6f9a6662df9d10fa0cca92808290e5d7621e7861afaa3d9a2c4d05fcc24b619922f8740faeaf4a531701f5d14505636fdf7 SHA512 46f66c16986c248740b2dc8ce0edb663fbd35809d2d21f701588c3736cdafb32b04c57ffbc6f8974841499ab46f6a1084d0a761b290e9d02ea3a9fae36a0ff3d diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5-r1.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5-r1.ebuild deleted file mode 100644 index a89c1a8d701..00000000000 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit systemd - -DESCRIPTION="Desktop notification and configuration for dhcpcd" -HOMEPAGE="https://roy.marples.name/projects/dhcpcd-ui/" -SRC_URI="https://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug gtk gtk3 libnotify" - -REQUIRED_USE=" - ?? ( gtk gtk3 ) - libnotify? ( || ( gtk gtk3 ) )" - -DEPEND=" - virtual/libintl - gtk? ( - dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - ) - gtk3? ( - dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - ) - libnotify? ( x11-libs/libnotify )" - -RDEPEND="${DEPEND} - >=net-misc/dhcpcd-6.4.4" - -src_configure() { - local myeconfargs=( - --without-qt - $(use_enable debug) - $(usex gtk '--with-gtk=gtk+-2.0 --with-icons' '') - $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '') - $(use_enable libnotify notification) - $(use gtk || use gtk3 || echo '--without-icons --without-gtk') - ) - econf "${myeconfargs[@]}" -} - -src_install() { - emake DESTDIR="${D}" INSTALL_ROOT="${D}" install - - systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service -} diff --git a/net-misc/dhcpcd-ui/metadata.xml b/net-misc/dhcpcd-ui/metadata.xml index f3c463d8851..84adda2592e 100644 --- a/net-misc/dhcpcd-ui/metadata.xml +++ b/net-misc/dhcpcd-ui/metadata.xml @@ -6,8 +6,5 @@ Build with x11-libs/gtk+ version 2 instead of version 3 - - Add support for x11-libs/gtk+ version 3 (The GIMP Toolkit) -