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
commitf4a848a400aaafd5d0eed3ab884be34c1572889a (patch)
treedc7bfe4a693f49911178f21fd6cde54bd18ed55e /app-doc/selflinux
parentRe-doing this with proper gpg signing :| (diff)
downloadhistorical-f4a848a400aaafd5d0eed3ab884be34c1572889a.tar.gz
historical-f4a848a400aaafd5d0eed3ab884be34c1572889a.tar.bz2
historical-f4a848a400aaafd5d0eed3ab884be34c1572889a.zip
Version bump to close bug #106306. Straight to stable as it's all html docs.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-doc/selflinux')
-rw-r--r--app-doc/selflinux/ChangeLog7
-rw-r--r--app-doc/selflinux/Manifest14
-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, 40 insertions, 2 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..9e76043d48b8 100644
--- a/app-doc/selflinux/Manifest
+++ b/app-doc/selflinux/Manifest
@@ -1,5 +1,17 @@
-MD5 90729eba40e3e2d3851ebc58ac917740 ChangeLog 1527
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 42444899d7ddac8ff7086f8b5a03dde4 ChangeLog 1718
MD5 14e783c77a769fc6900b0534ae89ab4a selflinux-0.10.0.ebuild 590
MD5 1dd06c283cc1b753b0706fb0c83a2967 selflinux-0.8.1.ebuild 583
+MD5 02a3cb2972483c79115484f715e443c9 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
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDLX6UFdQwWVoAgN4RAvFmAKDQM0mhMwJLOh7ArcuH+jeTh5m+fwCg8xMw
+3tXJgGJYSN6Mbb6J9r7lUTk=
+=N8O9
+-----END PGP SIGNATURE-----
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
+}