* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2021-03-04 22:33 Conrad Kostecki
0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-03-04 22:33 UTC (permalink / raw
To: gentoo-commits
commit: f49b7151ce2a2f09e97225d19a312ee597e23de6
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 22:32:38 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 22:32:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49b7151
app-doc/selflinux: use correct license
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-doc/selflinux/selflinux-0.13.0.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild
index 7a2284805e8..b6bbc84edad 100644
--- a/app-doc/selflinux/selflinux-0.13.0.ebuild
+++ b/app-doc/selflinux/selflinux-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,14 +8,13 @@ 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"
+S="${WORKDIR}/${MY_P}"
-LICENSE="GPL-2"
+LICENSE="FDL-1.1+"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-S="${WORKDIR}/${MY_P}"
-
src_install() {
dohtml * -r
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2021-03-04 22:33 Conrad Kostecki
0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-03-04 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 2552594f97467fe0b0491aa31060d51ee89ee486
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 22:31:42 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 22:32:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2552594f
app-doc/selflinux: fix qa warning on png files
Also updated to EAPI=7 and corrected license.
Closes: https://bugs.gentoo.org/670773
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-doc/selflinux/metadata.xml | 1 +
app-doc/selflinux/selflinux-0.13.0-r1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-doc/selflinux/metadata.xml b/app-doc/selflinux/metadata.xml
index bb8f2021faa..cba9aee7fc3 100644
--- a/app-doc/selflinux/metadata.xml
+++ b/app-doc/selflinux/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <stabilize-allarches />
<upstream>
<remote-id type="sourceforge">selflinux</remote-id>
</upstream>
diff --git a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
new file mode 100644
index 00000000000..fae5d5e449a
--- /dev/null
+++ b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="SelfLinux-${PV}"
+
+DESCRIPTION="A german-language hypertext tutorial about Linux"
+HOMEPAGE="https://www.selflinux.org/"
+SRC_URI="https://www.selflinux.org/download/${MY_P}/${MY_P}-html.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="FDL-1.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+HTML_DOCS=( "." )
+
+BDEPEND="media-gfx/pngcrush"
+
+src_prepare() {
+ default
+
+ # Fix all png files, as they report "broken IDAT window length"
+ for png_file in bilder/mwm_mwm_mwm*; do
+ pngcrush -fix -force -ow "${png_file}" || die
+ done
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2021-07-15 21:33 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-07-15 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 9f1664021ee8999017eadea3eb612197224dfbca
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:32:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:32:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f166402
app-doc/selflinux: Stabilize 0.13.0-r1 x86, #799689
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-doc/selflinux/selflinux-0.13.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
index fae5d5e449a..6827f80fbf3 100644
--- a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
+++ b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="FDL-1.1+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
HTML_DOCS=( "." )
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2021-07-15 21:39 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-07-15 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 92d4db208419f343425ce800422c7f17a689a27f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:35:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:38:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d4db20
app-doc/selflinux: Stabilize 0.13.0-r1 amd64, #799689
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-doc/selflinux/selflinux-0.13.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
index 6827f80fbf3..5c90c39fc0a 100644
--- a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
+++ b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="FDL-1.1+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
HTML_DOCS=( "." )
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2021-07-26 6:24 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-07-26 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 7986d183bdc839555584129bf7753f6c171fb00c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 06:24:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 06:24:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7986d183
app-doc/selflinux: Stabilize 0.13.0-r1 ppc, #799689
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-doc/selflinux/selflinux-0.13.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
index 5c90c39fc0a..af401df8de6 100644
--- a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
+++ b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="FDL-1.1+"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
HTML_DOCS=( "." )
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2021-08-03 13:18 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2021-08-03 13:18 UTC (permalink / raw
To: gentoo-commits
commit: 6828e6fa4ca888c63edeea22928f4f68f8365316
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 12:40:51 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 13:00:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6828e6fa
app-doc/selflinux: Drop 0.13.0 (r0), EAPI5--
Closes: https://bugs.gentoo.org/799689
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-doc/selflinux/selflinux-0.13.0.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild
deleted file mode 100644
index b6bbc84edad..00000000000
--- a/app-doc/selflinux/selflinux-0.13.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="FDL-1.1+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_install() {
- dohtml * -r
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2021-12-12 14:23 Yixun Lan
0 siblings, 0 replies; 8+ messages in thread
From: Yixun Lan @ 2021-12-12 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 00e07e1a8d23335a8871dc455435fa4d7177e1dc
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Dec 9 17:48:52 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 14:22:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e07e1a
app-doc/selflinux: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-doc/selflinux/selflinux-0.13.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
index af401df8de66..c78288d47e3f 100644
--- a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
+++ b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="FDL-1.1+"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
HTML_DOCS=( "." )
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
@ 2022-03-18 8:04 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-03-18 8:04 UTC (permalink / raw
To: gentoo-commits
commit: e08706f932fcfa55cc4d6d327425499ab4e06b07
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 08:03:58 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 08:03:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08706f9
app-doc/selflinux: Keyword 0.13.0-r1 arm64, #835010
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-doc/selflinux/selflinux-0.13.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
index c78288d47e3f..dd4b11186f89 100644
--- a/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
+++ b/app-doc/selflinux/selflinux-0.13.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="FDL-1.1+"
SLOT="0"
-KEYWORDS="amd64 ppc ~riscv x86"
+KEYWORDS="amd64 ~arm64 ppc ~riscv x86"
HTML_DOCS=( "." )
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-03-18 8:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04 22:33 [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2022-03-18 8:04 Arthur Zamarin
2021-12-12 14:23 Yixun Lan
2021-08-03 13:18 Andreas Sturmlechner
2021-07-26 6:24 Sam James
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-03-04 22:33 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox