Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 386256 Details for
Bug 522854
net-misc/dhcpcd-ui-0.7.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/dhcpcd-ui-0.7.3.ebuild
dhcpcd-ui-0.7.3.ebuild (text/plain), 1.18 KB, created by
tokiclover
on 2014-10-08 19:26:55 UTC
(
hide
)
Description:
net-misc/dhcpcd-ui-0.7.3.ebuild
Filename:
MIME Type:
Creator:
tokiclover
Created:
2014-10-08 19:26:55 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: net-misc/dhcpcd-ui/dhcpcd-ui-0.7.3.ebuild,v 1.1 2014/10/08 18:29:24 -tclover Exp $ > >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 icons qt4 libnotify" >REQUIRED_USE="qt4? ( icons )" > >DEPEND="${DEPEND} > virtual/libintl > libnotify? ( virtual/notification-daemon ) > gtk? ( x11-libs/gtk+:2 ) > gtk3? ( x11-libs/gtk+:3 ) > qt4? ( dev-qt/qtgui:4 )" > >RDEPEND=">=net-misc/dhcpcd-6.4.4 > !icons? ( x11-themes/hicolor-icon-theme )" > >src_prepare() >{ > epatch_user >} > >src_configure() >{ > local myeconfargs=( > $(use_enable debug) > $(use_with icons) > $(use gtk && echo '--with-gtk=gtk+-2.0') > $(use gtk3 && echo '--with-gtk=gtk+-3.0') > $(use_with qt4 qt) > $(use_enable libnotify notification) > ) > econf "${myeconfargs[@]}" >} > >src_install() >{ > emake DESTDIR="${D}" INSTALL_ROOT="${D}" install > > systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 522854
:
384926
|
384982
|
384994
|
384996
|
385640
|
385874
|
386256
|
388922
|
388926