Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 428486

Summary: net-irc/ngircd-19.2 version bump
Product: Gentoo Linux Reporter: edoceo <code>
Component: New packagesAssignee: Packages in net-irc <net-irc>
Status: RESOLVED FIXED    
Severity: normal Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ngircd ebuild

Description edoceo 2012-07-29 01:05:47 UTC
There is a new release from ngIRCd.  19.2 was released in June 2012

The ebuild attached to this is a modification of the version 18 ebuild; which is currently unstable but has worked well for me on amd64.  This one works for me on a few different systems 

Reproducible: Always

Steps to Reproduce:
1. Use this ebuild
2. ngIRCd 19.2 runs perfect
3. Hooray!



I'd love to get this in the tree; Arch has it.
Comment 1 edoceo 2012-07-29 01:06:54 UTC
Created attachment 319582 [details]
ngircd ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-29 05:08:33 UTC
Comment on attachment 319582 [details]
ngircd ebuild

--- ngircd-18.ebuild    2011-09-27 18:16:22.000000000 +0200
+++ -   2012-07-29 07:08:17.143394750 +0200
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-18.ebuild,v 1.2 2011/09/22 11:29:53 xarthisius Exp $
 
-EAPI=4
+EAPI="4"
 
 inherit autotools-utils eutils
 
@@ -32,7 +32,8 @@
 
 RESTRICT="test"
 
-src_configure() {
+src_configure()
+{
        if ! use prefix; then
                sed -i \
                        -e "s:;ServerUID = 65534:ServerUID = ngircd:" \
@@ -76,6 +77,6 @@
 pkg_postinst() {
        if ! use prefix; then
                enewuser ngircd
-               chown ngircd "${ROOT}"/etc/ngircd/ngircd.conf
+               # chown ngircd "${ROOT}"/etc/ngircd/ngircd.conf
        fi
 }
Comment 3 Tim Harder gentoo-dev 2014-01-04 05:55:40 UTC
Closing since ngircd-20.3 is currently in the tree.