public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Kahle (tomka)" <tomka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
Date: Fri, 11 Oct 2013 12:31:45 +0000 (UTC)	[thread overview]
Message-ID: <20131011123145.81D392004C@flycatcher.gentoo.org> (raw)

tomka       13/10/11 12:31:45

  Modified:             wicd-1.7.2.4-r3.ebuild ChangeLog
  Log:
  use readme.gentoo eclass (bug 487552)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)

Revision  Changes    Path
1.5                  net-misc/wicd/wicd-1.7.2.4-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.4&r2=1.5

Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wicd-1.7.2.4-r3.ebuild	10 Oct 2013 18:44:13 -0000	1.4
+++ wicd-1.7.2.4-r3.ebuild	11 Oct 2013 12:31:45 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.4 2013/10/10 18:44:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.5 2013/10/11 12:31:45 tomka Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_6 python2_7 )
 PYTHON_REQ_USE="ncurses?,xml"
 
-inherit eutils distutils-r1 linux-info systemd
+inherit eutils distutils-r1 linux-info readme.gentoo systemd
 
 DESCRIPTION="A lightweight wired and wireless network manager for Linux"
 HOMEPAGE="https://launchpad.net/wicd"
@@ -51,7 +51,6 @@
 	)
 	pm-utils? ( sys-power/pm-utils )
 	"
-#DOCS="CHANGES NEWS AUTHORS README"
 
 src_prepare() {
 	CONFIG_CHECK="~CFG80211_WEXT"
@@ -90,6 +89,12 @@
 	  # nuke translations
 	  rm po/*.po
 	fi
+
+	DOC_CONTENTS="To start wicd at boot with openRC, add
+		/etc/init.d/wicd to a runlevel and: (1) Remove all net.*
+		initscripts (except for net.lo) from all runlevels (2) Add these
+		scripts to the RC_PLUG_SERVICES line in /etc/rc.conf (For
+		example, rc_hotplug=\"!net.eth* !net.wlan*\")"
 }
 
 src_configure() {
@@ -122,19 +127,16 @@
 		rm "${WORKDIR}/Icone Wicd Lucid"/signal*
 		cp "${WORKDIR}/Icone Wicd Lucid"/*.png "${D}"/usr/share/pixmaps/wicd/
 	fi
+	readme.gentoo_src_install
 }
 
 pkg_postinst() {
-	elog "You may need to restart the dbus service after upgrading wicd."
-	echo
-	elog "To start wicd at boot with openRC, add /etc/init.d/wicd to a runlevel and:"
-	elog "- Remove all net.* initscripts (except for net.lo) from all runlevels"
-	elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/rc.conf"
-	elog "(For example, rc_hotplug=\"!net.eth* !net.wlan*\")"
 	# Maintainer's note: the consolekit use flag short circuits a dbus rule and
 	# allows the connection. Else, you need to be in the group.
 	if ! has_version sys-auth/consolekit; then
 		ewarn "Wicd-1.6 and newer requires your user to be in the 'users' group. If"
 		ewarn "you are not in that group, then modify /etc/dbus-1/system.d/wicd.conf"
 	fi
+
+	readme.gentoo_print_elog
 }



1.144                net-misc/wicd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog	10 Oct 2013 18:44:13 -0000	1.143
+++ ChangeLog	11 Oct 2013 12:31:45 -0000	1.144
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/wicd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.143 2013/10/10 18:44:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.144 2013/10/11 12:31:45 tomka Exp $
+
+  11 Oct 2013; Thomas Kahle <tomka@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+  use readme.gentoo eclass (bug 487552)
 
   10 Oct 2013; Pacho Ramos <pacho@gentoo.org> wicd-1.7.2.4-r3.ebuild:
   Adapt elog messages to systemd





             reply	other threads:[~2013-10-11 12:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-11 12:31 Thomas Kahle (tomka) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-02 18:18 [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog Agostino Sarubbo (ago)
2014-07-13 10:05 Agostino Sarubbo (ago)
2014-06-24  9:30 JosA MarAa Alonso (nimiux)
2014-06-14 10:29 PaweA Hajdan (phajdan.jr)
2014-04-26  8:26 Pacho Ramos (pacho)
2013-10-10 18:44 Pacho Ramos (pacho)
2013-08-03  4:48 Thomas Kahle (tomka)
2013-07-05  6:57 Maxim Koltsov (maksbotan)
2013-06-24 22:02 Thomas Kahle (tomka)

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=20131011123145.81D392004C@flycatcher.gentoo.org \
    --to=tomka@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