summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-16 14:23:17 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-16 14:23:17 +0000
commitf40492300c92dfd0520ba4134b9c4578b3b6586f (patch)
tree6832ed5ffc9f039f84b6e3ca222a0945e114dff7 /app-admin/sud
parentRemove old versions with repoman warnings. (diff)
downloadgentoo-2-f40492300c92dfd0520ba4134b9c4578b3b6586f.tar.gz
gentoo-2-f40492300c92dfd0520ba4134b9c4578b3b6586f.tar.bz2
gentoo-2-f40492300c92dfd0520ba4134b9c4578b3b6586f.zip
Fix repoman warnings, such as too long description and documentation.
(Portage version: 2.1.5.5)
Diffstat (limited to 'app-admin/sud')
-rw-r--r--app-admin/sud/ChangeLog7
-rw-r--r--app-admin/sud/sud-1.3.ebuild29
2 files changed, 13 insertions, 23 deletions
diff --git a/app-admin/sud/ChangeLog b/app-admin/sud/ChangeLog
index 6567a080f8d5..83c886fea6eb 100644
--- a/app-admin/sud/ChangeLog
+++ b/app-admin/sud/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/sud
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sud/ChangeLog,v 1.5 2007/04/28 16:24:16 tove Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sud/ChangeLog,v 1.6 2008/06/16 14:23:17 drac Exp $
+
+ 16 Jun 2008; Samuli Suominen <drac@gentoo.org> sud-1.3.ebuild:
+ Fix repoman warnings, such as too long description and documentation.
28 Apr 2007; Torsten Veller <tove@gentoo.org> sud-1.3.ebuild:
Use newinitd
diff --git a/app-admin/sud/sud-1.3.ebuild b/app-admin/sud/sud-1.3.ebuild
index a8fb6ffb5cfc..489a7ba7c264 100644
--- a/app-admin/sud/sud-1.3.ebuild
+++ b/app-admin/sud/sud-1.3.ebuild
@@ -1,47 +1,34 @@
-# 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/app-admin/sud/sud-1.3.ebuild,v 1.4 2007/04/28 16:24:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sud/sud-1.3.ebuild,v 1.5 2008/06/16 14:23:17 drac Exp $
inherit eutils
-DESCRIPTION="sud is a daemon to execute interactive and non-interactive processes with special (and customizable) privileges in a nosuid environment"
-
+DESCRIPTION="a daemon to execute processes with special (and customizable) privileges in a nosuid environment."
HOMEPAGE="http://s0ftpj.org/projects/sud/index.htm"
-
SRC_URI="http://s0ftpj.org/projects/sud/${P}.tar.gz"
LICENSE="BSD"
-
SLOT="0"
-
KEYWORDS="~x86 ~ppc"
-
IUSE=""
-DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
sed -i -e \
's:chmod 500 $(sbindir)/ilogin:chmod 500 $(DESTDIR)$(sbindir)/ilogin:' \
- "${S}"/login/Makefile.in
+ "${S}"/login/Makefile.in || die "sed failed."
sed -i -e \
's:chmod 555 $(bindir)/suz:chmod 500 $(DESTDIR)$(bindir)/suz:' \
- "${S}"/su/Makefile.in || die
+ "${S}"/su/Makefile.in || die "sed failed."
sed -i -e \
's:chmod 500 $(sbindir)/sud:chmod 500 $(DESTDIR)$(sbindir)/sud:' \
- "${S}"/sud/Makefile.in || die
-}
-
-src_compile() {
-
- econf || die
- emake || die "emake failed"
-
+ "${S}"/sud/Makefile.in || die "sed failed."
}
src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS COPYING ChangeLog* INSTALL README NEWS TODO
+ make DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog* README NEWS TODO
doman ilogin.1 sud.1 suz.1
insinto /etc
doins miscs/sud.conf*