summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-09-18 06:20:39 +0000
committerChris White <chriswhite@gentoo.org>2005-09-18 06:20:39 +0000
commit7f5d851ce13f57591394b08cdddeb934eb5d4a38 (patch)
treec8a385e7d35cca0aa58b5c6baf4046e230682b93 /app-doc/selflinux
parentRe-doing this with proper gpg signing :| (diff)
downloadgentoo-2-7f5d851ce13f57591394b08cdddeb934eb5d4a38.tar.gz
gentoo-2-7f5d851ce13f57591394b08cdddeb934eb5d4a38.tar.bz2
gentoo-2-7f5d851ce13f57591394b08cdddeb934eb5d4a38.zip
Version bump to close bug #106306. Straight to stable as it's all html docs.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-doc/selflinux')
-rw-r--r--app-doc/selflinux/ChangeLog7
-rw-r--r--app-doc/selflinux/Manifest2
-rw-r--r--app-doc/selflinux/files/digest-selflinux-0.12.11
-rw-r--r--app-doc/selflinux/selflinux-0.12.1.ebuild20
4 files changed, 29 insertions, 1 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog
index 654e400cc8aa..3fff57022481 100644
--- a/app-doc/selflinux/ChangeLog
+++ b/app-doc/selflinux/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-doc/selflinux
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.13 2005/01/01 13:20:30 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.14 2005/09/18 06:20:39 chriswhite Exp $
+
+*selflinux-0.12.1 (18 Sep 2005)
+
+ 18 Sep 2005; Chris White <chriswhite@gentoo.org> +selflinux-0.12.1.ebuild:
+ Version bump to close bug #106306. Straight to stable as it's all html docs.
28 Sep 2004; Simon Stelling <blubb@gentoo.org> selflinux-0.10.0.ebuild:
added amd64
diff --git a/app-doc/selflinux/Manifest b/app-doc/selflinux/Manifest
index 2d932bd9ae6c..8d9acfa19061 100644
--- a/app-doc/selflinux/Manifest
+++ b/app-doc/selflinux/Manifest
@@ -1,5 +1,7 @@
MD5 90729eba40e3e2d3851ebc58ac917740 ChangeLog 1527
MD5 14e783c77a769fc6900b0534ae89ab4a selflinux-0.10.0.ebuild 590
MD5 1dd06c283cc1b753b0706fb0c83a2967 selflinux-0.8.1.ebuild 583
+MD5 14e783c77a769fc6900b0534ae89ab4a selflinux-0.12.1.ebuild 590
MD5 0eb2161e23d196a29fc03d5e63711f8f files/digest-selflinux-0.10.0 74
+MD5 a26cea879a12d3f8bf3e530c055cb86a files/digest-selflinux-0.12.1 74
MD5 6507e4cfd14625025ba87db50f97ba2b files/digest-selflinux-0.8.1 73
diff --git a/app-doc/selflinux/files/digest-selflinux-0.12.1 b/app-doc/selflinux/files/digest-selflinux-0.12.1
new file mode 100644
index 000000000000..3503d5f912d2
--- /dev/null
+++ b/app-doc/selflinux/files/digest-selflinux-0.12.1
@@ -0,0 +1 @@
+MD5 73ee6777e3d48222a3e464c1effa183e SelfLinux-0.12.1-html.tar.gz 6363688
diff --git a/app-doc/selflinux/selflinux-0.12.1.ebuild b/app-doc/selflinux/selflinux-0.12.1.ebuild
new file mode 100644
index 000000000000..4a039b23029b
--- /dev/null
+++ b/app-doc/selflinux/selflinux-0.12.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.12.1.ebuild,v 1.1 2005/09/18 06:20:39 chriswhite Exp $
+
+IUSE=""
+
+MY_P="SelfLinux-${PV}"
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="german-language hypertext tutorial about Linux"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}-html.tar.gz"
+HOMEPAGE="http://selflinux.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc amd64"
+
+src_install() {
+ dodir /usr/share/doc/selflinux
+ cp -R * ${D}/usr/share/doc/selflinux
+}