idella4     15/07/31 02:51:37

  Modified:             ChangeLog
  Added:                dhcpcd-ui-0.7.5.ebuild
  Removed:              dhcpcd-ui-0.6.0.ebuild
  Log:
  bump; tidy syntax, correction of qa issue to the .desktop file, closes bug 
#535962
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.16                 net-misc/dhcpcd-ui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   27 May 2015 11:06:20 -0000      1.15
+++ ChangeLog   31 Jul 2015 02:51:37 -0000      1.16
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/dhcpcd-ui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.15 
2015/05/27 11:06:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.16 
2015/07/31 02:51:37 idella4 Exp $
+
+*dhcpcd-ui-0.7.5 (31 Jul 2015)
+
+  31 Jul 2015; Ian Delaney <[email protected]> +dhcpcd-ui-0.7.5.ebuild,
+  -dhcpcd-ui-0.6.0.ebuild:
+  bump; tidy syntax, correction of qa issue to the .desktop file, closes bug
+  #535962
 
   27 May 2015; Agostino Sarubbo <[email protected]> dhcpcd-ui-0.7.4.ebuild:
   Stable for x86, wrt bug #550034



1.1                  net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild?rev=1.1&content-type=text/plain

Index: dhcpcd-ui-0.7.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild,v 
1.1 2015/07/31 02:51:37 idella4 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 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-base/kdelibs )
        )
        gtk?  ( x11-libs/gtk+:2 )
        gtk3? ( x11-libs/gtk+:3 )
        qt4?  ( dev-qt/qtgui:4 )"

RDEPEND=">=net-misc/dhcpcd-6.4.4"

src_prepare() {
        sed -e 's:Cinnamon:X-Cinnamon:' \
                -i src/dhcpcd-gtk/dhcpcd-gtk.desktop || die
        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
}




Reply via email to