From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/
Date: Sun, 10 Sep 2017 22:18:31 +0000 (UTC) [thread overview]
Message-ID: <1505080915.7baa2bdbf1dc9125ad95cf8e035fa4b0a30270e5.asturm@gentoo> (raw)
commit: 7baa2bdbf1dc9125ad95cf8e035fa4b0a30270e5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 21:53:41 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 22:01:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7baa2bdb
net-misc/dhcpcd-ui: Drop old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-misc/dhcpcd-ui/Manifest | 1 -
net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild | 56 -----------------------------
net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild | 59 -------------------------------
3 files changed, 116 deletions(-)
diff --git a/net-misc/dhcpcd-ui/Manifest b/net-misc/dhcpcd-ui/Manifest
index 9ceebb74f0b..fffabe1bab8 100644
--- a/net-misc/dhcpcd-ui/Manifest
+++ b/net-misc/dhcpcd-ui/Manifest
@@ -1,2 +1 @@
-DIST dhcpcd-ui-0.7.4.tar.bz2 170928 SHA256 19f02d4428773d37fc6dcd28ddc685c83fa0b15ed693c26276f2e1d8d4fda883 SHA512 d271fb4f2df8afc790c5917e46629714ef9f1c5c3e40edb64e70629d773dc4660662ab960b933a8e50bcc653a6187a6aac9001ce24f0b76d3d23d5af8f492f15 WHIRLPOOL 2bee2a474313beda1d716d3c498e4b6041e688a94397a9a8adae1fb52b748e2ea4639cb59df009cfd363aad1f6fc3f23ed8d0c8d763eafca11b892e85474df30
DIST dhcpcd-ui-0.7.5.tar.bz2 209112 SHA256 2dae2108605867aba78d98cc9e56e22d7b751eedc3f7e6d689d42d08e706aaf3 SHA512 78dba758f7cee825a1618c33b1fff9549c4e51e19fd5eebd1ae5d6a4686726ec8ad86dc1ec5384238b43589dd700979c694f48bc94e2844f1ef898292660a5d2 WHIRLPOOL bf76d3973f7e5ff03207c1a9fa7f4ec0992c54abc3696bd4fb69630cb992aba46c86aec8f9c973772eba10af6346dfd35a71c3f1043305e033302c60fbbdb840
diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild
deleted file mode 100644
index f50f9dc734a..00000000000
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils systemd
-
-DESCRIPTION="Desktop notification and configuration for dhcpcd"
-HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/"
-SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug gtk gtk3 qt4 libnotify"
-REQUIRED_USE="?? ( gtk gtk3 qt4 )
- gtk3? ( !gtk ) gtk? ( !gtk3 )"
-
-DEPEND="${DEPEND}
- virtual/libintl
- libnotify? (
- gtk? ( x11-libs/libnotify )
- gtk3? ( x11-libs/libnotify )
- qt4? ( kde-frameworks/kdelibs:4 )
- )
- gtk? ( x11-libs/gtk+:2 )
- gtk3? ( x11-libs/gtk+:3 )
- qt4? ( dev-qt/qtgui:4 )"
-
-RDEPEND=">=net-misc/dhcpcd-6.4.4"
-
-src_prepare()
-{
- epatch_user
-}
-
-src_configure()
-{
- local myeconfargs=(
- $(use_enable debug)
- $(usex gtk '--with-gtk=gtk+-2.0 --with-icons' '')
- $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '')
- $(usex qt4 '--with-qt --with-icons' '--without-qt')
- $(use_enable libnotify notification)
- $(use gtk || use gtk3 || echo '--without-gtk')
- $(use gtk || use gtk3 || use qt4 || echo '--without-icons')
- )
- 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/dhcpcd-ui-0.7.5.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild
deleted file mode 100644
index c98713e0d9c..00000000000
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils systemd
-
-DESCRIPTION="Desktop notification and configuration for dhcpcd"
-HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/"
-SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug gtk gtk3 qt4 libnotify"
-
-REQUIRED_USE="
- ?? ( gtk gtk3 qt4 )
- gtk3? ( !gtk )
- gtk? ( !gtk3 )"
-
-DEPEND="${DEPEND}
- virtual/libintl
- libnotify? (
- gtk? ( x11-libs/libnotify )
- gtk3? ( x11-libs/libnotify )
- qt4? ( kde-frameworks/kdelibs:4 )
- )
- gtk? ( x11-libs/gtk+:2 )
- gtk3? ( x11-libs/gtk+:3 )
- qt4? ( dev-qt/qtgui:4 )"
-
-RDEPEND=">=net-misc/dhcpcd-6.4.4"
-
-pkg_setup() {
- if use qt4 ; then
- # This is required in case a user still has qt3 installed
- export QTDIR="$(qt4_get_bindir)"
- fi
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- $(usex gtk '--with-gtk=gtk+-2.0 --with-icons' '')
- $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '')
- $(usex qt4 '--with-qt --with-icons' '--without-qt')
- $(use_enable libnotify notification)
- $(use gtk || use gtk3 || echo '--without-gtk')
- $(use gtk || use gtk3 || use qt4 || echo '--without-icons')
- )
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
-
- systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service
-}
next reply other threads:[~2017-09-10 22:18 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-10 22:18 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 16:33 [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/ Petr Vaněk
2023-12-24 17:21 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-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=1505080915.7baa2bdbf1dc9125ad95cf8e035fa4b0a30270e5.asturm@gentoo \
--to=asturm@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