summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-06-09 08:43:51 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-06-09 08:43:51 +0000
commit3e85867b05429e906966332b851e0049f3a5b722 (patch)
tree7e0bec61822bc248adab381a75c49cf72ab4a3ea /app-admin/superadduser/superadduser-1.0.9.ebuild
parentadd libtool to DEPEND, closing bug #53030 by Stephen Ulmer <ulmer@ulmer.org> (diff)
downloadhistorical-3e85867b05429e906966332b851e0049f3a5b722.tar.gz
historical-3e85867b05429e906966332b851e0049f3a5b722.tar.bz2
historical-3e85867b05429e906966332b851e0049f3a5b722.zip
since the manpage has never changed, it now resides in files/ rather than in files/1.0.blah. Additionally, the REAL author of this script is now mentioned in the manpage (Stuart Winter). Finally, 1.0.9 is simply an identical version to 1.0.8, except that it has a clear license -- BSD. We had screwed up with prior versions and assumed them to be GPL-2. This was our fault entirely, as the actual implied license was BSD (Slackware's predominant license -- we should have known). This fixes bug #53337 by Mike Valstar <mikevalstar@gentoo-portage.com>
Diffstat (limited to 'app-admin/superadduser/superadduser-1.0.9.ebuild')
-rw-r--r--app-admin/superadduser/superadduser-1.0.9.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-admin/superadduser/superadduser-1.0.9.ebuild b/app-admin/superadduser/superadduser-1.0.9.ebuild
new file mode 100644
index 000000000000..418575db7c49
--- /dev/null
+++ b/app-admin/superadduser/superadduser-1.0.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/superadduser/superadduser-1.0.9.ebuild,v 1.1 2004/06/09 08:43:51 seemant Exp $
+
+DESCRIPTION="Interactive adduser script from Slackware"
+SRC_URI=""
+HOMEPAGE="http://www.interlude.org.uk/unix/slackware/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
+
+RDEPEND="sys-apps/shadow"
+
+src_install() {
+ dosbin ${FILESDIR}/${PV}/superadduser
+ doman ${FILESDIR}/superadduser.8
+}