summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2009-12-04 01:07:05 +0000
committerDawid Węgliński <cla@gentoo.org>2009-12-04 01:07:05 +0000
commit5927bca28e9d34bebe4280d451bb207ea90c5d4e (patch)
tree35d66c73186b2bae06fb3f3f853d6f50df9d87f9 /app-doc
parentlive ebuild (diff)
downloadgentoo-2-5927bca28e9d34bebe4280d451bb207ea90c5d4e.tar.gz
gentoo-2-5927bca28e9d34bebe4280d451bb207ea90c5d4e.tar.bz2
gentoo-2-5927bca28e9d34bebe4280d451bb207ea90c5d4e.zip
Version bump wrt bug #295526
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/selflinux/ChangeLog9
-rw-r--r--app-doc/selflinux/selflinux-0.12.1.ebuild4
-rw-r--r--app-doc/selflinux/selflinux-0.13.0.ebuild20
3 files changed, 29 insertions, 4 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog
index 91eec33df440..69ae6e7351ba 100644
--- a/app-doc/selflinux/ChangeLog
+++ b/app-doc/selflinux/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-doc/selflinux
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.17 2007/05/13 18:08:09 bangert Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.18 2009/12/04 01:07:05 cla Exp $
+
+*selflinux-0.13.0 (03 Dec 2009)
+
+ 03 Dec 2009; Dawid Węgliński <cla@gentoo.org> +selflinux-0.13.0.ebuild:
+ Version bump wrt bug #295526
13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add herd
diff --git a/app-doc/selflinux/selflinux-0.12.1.ebuild b/app-doc/selflinux/selflinux-0.12.1.ebuild
index 4a039b23029b..af1353b41ddb 100644
--- a/app-doc/selflinux/selflinux-0.12.1.ebuild
+++ b/app-doc/selflinux/selflinux-0.12.1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.12.1.ebuild,v 1.2 2009/12/04 01:07:05 cla Exp $
IUSE=""
@@ -16,5 +16,5 @@ KEYWORDS="x86 ppc sparc amd64"
src_install() {
dodir /usr/share/doc/selflinux
- cp -R * ${D}/usr/share/doc/selflinux
+ cp -R * "${D}"/usr/share/doc/selflinux
}
diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild
new file mode 100644
index 000000000000..17314b81434b
--- /dev/null
+++ b/app-doc/selflinux/selflinux-0.13.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.13.0.ebuild,v 1.1 2009/12/04 01:07:05 cla Exp $
+
+MY_P="SelfLinux-${PV}"
+
+DESCRIPTION="german-language hypertext tutorial about Linux"
+HOMEPAGE="http://selflinux.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}-html.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ dohtml * -r
+}