Summary: | net-irc/ngircd-19.2 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | edoceo <code> |
Component: | New packages | Assignee: | 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
Created attachment 319582 [details]
ngircd ebuild
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
}
Closing since ngircd-20.3 is currently in the tree. |