diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-15 18:43:01 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-15 18:43:01 +0000 |
commit | d749bf564ad124cfa3e184a99f8a6b520137c6ab (patch) | |
tree | a16262ba5fcbe4af628ca61eac42894289835676 /app-doc/selflinux | |
parent | missing digest (diff) | |
download | historical-d749bf564ad124cfa3e184a99f8a6b520137c6ab.tar.gz historical-d749bf564ad124cfa3e184a99f8a6b520137c6ab.tar.bz2 historical-d749bf564ad124cfa3e184a99f8a6b520137c6ab.zip |
added new ebuild, selflinux
Diffstat (limited to 'app-doc/selflinux')
-rw-r--r-- | app-doc/selflinux/ChangeLog | 10 | ||||
-rw-r--r-- | app-doc/selflinux/files/digest-selflinux-0.1 | 1 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.1.ebuild | 22 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog new file mode 100644 index 000000000000..e0c79ab52b26 --- /dev/null +++ b/app-doc/selflinux/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-doc/selflinux +# Copyright 2001-2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.1 2002/08/15 18:43:01 cybersystem Exp $ + +* selflinux-0.1 (15 August 2002) + + 15 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, selflinux-0.1.ebuild, files/digest-selflinux-0.1 + + Initial version in Portage now.. + Initial ebuild by Tobias Eichert <tobias@databoogie.net>.. diff --git a/app-doc/selflinux/files/digest-selflinux-0.1 b/app-doc/selflinux/files/digest-selflinux-0.1 new file mode 100644 index 000000000000..8dc955a9b037 --- /dev/null +++ b/app-doc/selflinux/files/digest-selflinux-0.1 @@ -0,0 +1 @@ +MD5 f57705c4027ebf184ffd1c1eaab68a83 basisrelease.tar.gz 696644 diff --git a/app-doc/selflinux/selflinux-0.1.ebuild b/app-doc/selflinux/selflinux-0.1.ebuild new file mode 100644 index 000000000000..261d41889e77 --- /dev/null +++ b/app-doc/selflinux/selflinux-0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.1.ebuild,v 1.1 2002/08/15 18:43:01 cybersystem Exp $ + +# Unfortunately the real package name doesn't get along with portage +MY_P="basisrelease" +S=${WORKDIR}/${MY_P} +DESCRIPTION="selflinux is a german-language hypertext tutorial about Linux" + +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +HOMEPAGE="http://selflinux.sourceforge.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64" + +src_install () { + dodir /usr/share/doc/selflinux + cd ${S} + cp -R * ${D}/usr/share/doc/selflinux +} |