summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2008-04-21 11:16:09 +0000
committerLuca Longinotti <chtekk@gentoo.org>2008-04-21 11:16:09 +0000
commit4d98715701269ee3a5b7a7895bf7a93dfcbccc37 (patch)
tree76e8ecedb16d2ffcf807b9c2678f0ea5e33df8c8 /sys-auth/nsvs
parentFixed compilation with gcc-4.3. (diff)
downloadgentoo-2-4d98715701269ee3a5b7a7895bf7a93dfcbccc37.tar.gz
gentoo-2-4d98715701269ee3a5b7a7895bf7a93dfcbccc37.tar.bz2
gentoo-2-4d98715701269ee3a5b7a7895bf7a93dfcbccc37.zip
Cleanup ebuild, metadata.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'sys-auth/nsvs')
-rw-r--r--sys-auth/nsvs/ChangeLog6
-rw-r--r--sys-auth/nsvs/metadata.xml8
-rw-r--r--sys-auth/nsvs/nsvs-20070407.ebuild15
3 files changed, 16 insertions, 13 deletions
diff --git a/sys-auth/nsvs/ChangeLog b/sys-auth/nsvs/ChangeLog
index bdda4168ccb9..de62e33893c3 100644
--- a/sys-auth/nsvs/ChangeLog
+++ b/sys-auth/nsvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/nsvs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nsvs/ChangeLog,v 1.2 2008/02/13 07:44:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nsvs/ChangeLog,v 1.3 2008/04/21 11:16:09 chtekk Exp $
+
+ 21 Apr 2008; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
+ nsvs-20070407.ebuild:
+ Cleanup ebuild, metadata.
13 Feb 2008; Christian Faulhammer <opfer@gentoo.org> metadata.xml:
add no-herd
diff --git a/sys-auth/nsvs/metadata.xml b/sys-auth/nsvs/metadata.xml
index 8c57e0a92307..a55343406081 100644
--- a/sys-auth/nsvs/metadata.xml
+++ b/sys-auth/nsvs/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
- <maintainer>
- <email>chtekk@gentoo.org</email>
- <name>Luca Longinotti</name>
- </maintainer>
+<maintainer>
+ <email>chtekk@gentoo.org</email>
+ <name>Luca Longinotti</name>
+</maintainer>
</pkgmetadata>
diff --git a/sys-auth/nsvs/nsvs-20070407.ebuild b/sys-auth/nsvs/nsvs-20070407.ebuild
index 30c0e12b374e..1e8c20e2cc39 100644
--- a/sys-auth/nsvs/nsvs-20070407.ebuild
+++ b/sys-auth/nsvs/nsvs-20070407.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nsvs/nsvs-20070407.ebuild,v 1.1 2007/12/30 02:51:09 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nsvs/nsvs-20070407.ebuild,v 1.2 2008/04/21 11:16:09 chtekk Exp $
inherit eutils
@@ -18,9 +18,13 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
+pkg_setup() {
+ enewgroup nsvsd
+ enewuser nsvsd -1 -1 -1 nsvsd
+}
+
src_compile() {
econf --localstatedir=/var || die "econf failed"
-
emake || die "emake failed"
}
@@ -38,8 +42,3 @@ src_install() {
dodoc sample/nsvsd/README
dodoc sample/nsvsd/linux/*
}
-
-pkg_preinst() {
- enewgroup nsvsd
- enewuser nsvsd -1 -1 -1 nsvsd
-}