diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-12-11 19:48:23 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-12-11 19:48:23 +0000 |
commit | 1e8b1fa6dbe0fda20830aceceb28c2d2dff23f3c (patch) | |
tree | bd0ab6bceb0a8bbd91cd6e8f67e9e4ce7425e3b4 /app-doc/selflinux | |
parent | unmask x86 (diff) | |
download | historical-1e8b1fa6dbe0fda20830aceceb28c2d2dff23f3c.tar.gz historical-1e8b1fa6dbe0fda20830aceceb28c2d2dff23f3c.tar.bz2 historical-1e8b1fa6dbe0fda20830aceceb28c2d2dff23f3c.zip |
version bump
Diffstat (limited to 'app-doc/selflinux')
-rw-r--r-- | app-doc/selflinux/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/selflinux/files/digest-selflinux-0.4.0 | 1 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.4.0.ebuild | 20 |
3 files changed, 28 insertions, 1 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog index 7c7802d9bf4f..e2de5a3bb7af 100644 --- a/app-doc/selflinux/ChangeLog +++ b/app-doc/selflinux/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2002/12/11 17:25:34 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.4 2002/12/11 19:48:23 cybersystem Exp $ + +* selflinux-0.4.0 (11 December 2002) + + 11 December 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, selflinux-0.4.0.ebuild + + Version bump.. * selflinux-0.2.1 (11 December 2002) diff --git a/app-doc/selflinux/files/digest-selflinux-0.4.0 b/app-doc/selflinux/files/digest-selflinux-0.4.0 new file mode 100644 index 000000000000..7614f3408211 --- /dev/null +++ b/app-doc/selflinux/files/digest-selflinux-0.4.0 @@ -0,0 +1 @@ +MD5 02cc4f2a2f1a710b59a515a6cb674055 SelfLinux-0.4.0.tar.gz 1399150 diff --git a/app-doc/selflinux/selflinux-0.4.0.ebuild b/app-doc/selflinux/selflinux-0.4.0.ebuild new file mode 100644 index 000000000000..cc0c9a3b067a --- /dev/null +++ b/app-doc/selflinux/selflinux-0.4.0.ebuild @@ -0,0 +1,20 @@ +# 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.4.0.ebuild,v 1.1 2002/12/11 19:48:23 cybersystem Exp $ + +IUSE="" + +MY_P="SelfLinux-0.4.0" +S=${WORKDIR}/${MY_P} +DESCRIPTION="german-language hypertext tutorial about Linux" +SRC_URI="mirror://sourceforge/selflinux/${MY_P}.tar.gz" +HOMEPAGE="http://selflinux.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc" + +src_install() { + dodir /usr/share/doc/selflinux + cp -R * ${D}/usr/share/doc/selflinux +} |