Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/
Date: Sun, 10 Sep 2017 22:18:34
Message-Id: 1505080915.7baa2bdbf1dc9125ad95cf8e035fa4b0a30270e5.asturm@gentoo
1 commit: 7baa2bdbf1dc9125ad95cf8e035fa4b0a30270e5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 21:53:41 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 22:01:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7baa2bdb
7
8 net-misc/dhcpcd-ui: Drop old
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-misc/dhcpcd-ui/Manifest | 1 -
13 net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild | 56 -----------------------------
14 net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild | 59 -------------------------------
15 3 files changed, 116 deletions(-)
16
17 diff --git a/net-misc/dhcpcd-ui/Manifest b/net-misc/dhcpcd-ui/Manifest
18 index 9ceebb74f0b..fffabe1bab8 100644
19 --- a/net-misc/dhcpcd-ui/Manifest
20 +++ b/net-misc/dhcpcd-ui/Manifest
21 @@ -1,2 +1 @@
22 -DIST dhcpcd-ui-0.7.4.tar.bz2 170928 SHA256 19f02d4428773d37fc6dcd28ddc685c83fa0b15ed693c26276f2e1d8d4fda883 SHA512 d271fb4f2df8afc790c5917e46629714ef9f1c5c3e40edb64e70629d773dc4660662ab960b933a8e50bcc653a6187a6aac9001ce24f0b76d3d23d5af8f492f15 WHIRLPOOL 2bee2a474313beda1d716d3c498e4b6041e688a94397a9a8adae1fb52b748e2ea4639cb59df009cfd363aad1f6fc3f23ed8d0c8d763eafca11b892e85474df30
23 DIST dhcpcd-ui-0.7.5.tar.bz2 209112 SHA256 2dae2108605867aba78d98cc9e56e22d7b751eedc3f7e6d689d42d08e706aaf3 SHA512 78dba758f7cee825a1618c33b1fff9549c4e51e19fd5eebd1ae5d6a4686726ec8ad86dc1ec5384238b43589dd700979c694f48bc94e2844f1ef898292660a5d2 WHIRLPOOL bf76d3973f7e5ff03207c1a9fa7f4ec0992c54abc3696bd4fb69630cb992aba46c86aec8f9c973772eba10af6346dfd35a71c3f1043305e033302c60fbbdb840
24
25 diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild
26 deleted file mode 100644
27 index f50f9dc734a..00000000000
28 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild
29 +++ /dev/null
30 @@ -1,56 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit eutils systemd
37 -
38 -DESCRIPTION="Desktop notification and configuration for dhcpcd"
39 -HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/"
40 -SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="debug gtk gtk3 qt4 libnotify"
46 -REQUIRED_USE="?? ( gtk gtk3 qt4 )
47 - gtk3? ( !gtk ) gtk? ( !gtk3 )"
48 -
49 -DEPEND="${DEPEND}
50 - virtual/libintl
51 - libnotify? (
52 - gtk? ( x11-libs/libnotify )
53 - gtk3? ( x11-libs/libnotify )
54 - qt4? ( kde-frameworks/kdelibs:4 )
55 - )
56 - gtk? ( x11-libs/gtk+:2 )
57 - gtk3? ( x11-libs/gtk+:3 )
58 - qt4? ( dev-qt/qtgui:4 )"
59 -
60 -RDEPEND=">=net-misc/dhcpcd-6.4.4"
61 -
62 -src_prepare()
63 -{
64 - epatch_user
65 -}
66 -
67 -src_configure()
68 -{
69 - local myeconfargs=(
70 - $(use_enable debug)
71 - $(usex gtk '--with-gtk=gtk+-2.0 --with-icons' '')
72 - $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '')
73 - $(usex qt4 '--with-qt --with-icons' '--without-qt')
74 - $(use_enable libnotify notification)
75 - $(use gtk || use gtk3 || echo '--without-gtk')
76 - $(use gtk || use gtk3 || use qt4 || echo '--without-icons')
77 - )
78 - econf "${myeconfargs[@]}"
79 -}
80 -
81 -src_install()
82 -{
83 - emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
84 -
85 - systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service
86 -}
87
88 diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild
89 deleted file mode 100644
90 index c98713e0d9c..00000000000
91 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild
92 +++ /dev/null
93 @@ -1,59 +0,0 @@
94 -# Copyright 1999-2016 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=6
98 -
99 -inherit eutils qmake-utils systemd
100 -
101 -DESCRIPTION="Desktop notification and configuration for dhcpcd"
102 -HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/"
103 -SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2"
104 -
105 -LICENSE="BSD-2"
106 -SLOT="0"
107 -KEYWORDS="amd64 x86"
108 -IUSE="debug gtk gtk3 qt4 libnotify"
109 -
110 -REQUIRED_USE="
111 - ?? ( gtk gtk3 qt4 )
112 - gtk3? ( !gtk )
113 - gtk? ( !gtk3 )"
114 -
115 -DEPEND="${DEPEND}
116 - virtual/libintl
117 - libnotify? (
118 - gtk? ( x11-libs/libnotify )
119 - gtk3? ( x11-libs/libnotify )
120 - qt4? ( kde-frameworks/kdelibs:4 )
121 - )
122 - gtk? ( x11-libs/gtk+:2 )
123 - gtk3? ( x11-libs/gtk+:3 )
124 - qt4? ( dev-qt/qtgui:4 )"
125 -
126 -RDEPEND=">=net-misc/dhcpcd-6.4.4"
127 -
128 -pkg_setup() {
129 - if use qt4 ; then
130 - # This is required in case a user still has qt3 installed
131 - export QTDIR="$(qt4_get_bindir)"
132 - fi
133 -}
134 -
135 -src_configure() {
136 - local myeconfargs=(
137 - $(use_enable debug)
138 - $(usex gtk '--with-gtk=gtk+-2.0 --with-icons' '')
139 - $(usex gtk3 '--with-gtk=gtk+-3.0 --with-icons' '')
140 - $(usex qt4 '--with-qt --with-icons' '--without-qt')
141 - $(use_enable libnotify notification)
142 - $(use gtk || use gtk3 || echo '--without-gtk')
143 - $(use gtk || use gtk3 || use qt4 || echo '--without-icons')
144 - )
145 - econf "${myeconfargs[@]}"
146 -}
147 -
148 -src_install() {
149 - emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
150 -
151 - systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service
152 -}