* [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/
@ 2021-01-06 12:59 Fabian Groffen
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen @ 2021-01-06 12:59 UTC (permalink / raw
To: gentoo-commits
commit: f8574d180f29df5e25ee77fcd70b3ea635efd7b7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 12:58:56 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 12:58:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8574d18
app-doc/motif-reference-manual: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
index d20250a7da0..1409b013757 100644
--- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
+++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz"
LICENSE="OPL"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}"
DOCS="*.pdf"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/
@ 2022-06-16 19:27 Ulrich Müller
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Müller @ 2022-06-16 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 2da8348e66f8d96bae37efc52bc948bfaec311e5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 19:20:28 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 19:22:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da8348e
app-doc/motif-reference-manual: Add pkg_postinst(), EAPI 8
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
....3.0-r2.ebuild => motif-reference-manual-2.3.0-r3.ebuild} | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r3.ebuild
similarity index 87%
rename from app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
rename to app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r3.ebuild
index 2f2ba60c78d9..f18f06b7dd64 100644
--- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
+++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r3.ebuild
@@ -1,24 +1,28 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit readme.gentoo-r1
DESCRIPTION="Motif Reference Manual"
HOMEPAGE="http://www.motifzone.net/"
SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz"
+S="${WORKDIR}"
LICENSE="OPL"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-S="${WORKDIR}"
DOCS="*.pdf"
src_install() {
+ default
local DOC_CONTENTS="The source code for the manual is available at
ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz"
- default
readme.gentoo_create_doc
}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/
@ 2021-12-12 14:23 Yixun Lan
0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2021-12-12 14:23 UTC (permalink / raw
To: gentoo-commits
commit: af1a4d2c6a9578781b85c192d8b42b0241e936b1
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Dec 9 16:56:33 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 14:22:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a4d2c
app-doc/motif-reference-manual: 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/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
index 1409b0137576..2f2ba60c78d9 100644
--- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
+++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz"
LICENSE="OPL"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}"
DOCS="*.pdf"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/
@ 2020-12-28 9:03 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2020-12-28 9:03 UTC (permalink / raw
To: gentoo-commits
commit: aa026c8afa819175c42f62724c4ddf9dbfe24724
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 08:59:34 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 09:03:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa026c8a
app-doc/motif-reference-manual: mark ALLARCHES
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-doc/motif-reference-manual/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-doc/motif-reference-manual/metadata.xml b/app-doc/motif-reference-manual/metadata.xml
index c665e48637b..7fccbc10bd1 100644
--- a/app-doc/motif-reference-manual/metadata.xml
+++ b/app-doc/motif-reference-manual/metadata.xml
@@ -4,4 +4,5 @@
<maintainer type="person">
<email>ulm@gentoo.org</email>
</maintainer>
+<stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/
@ 2020-12-27 13:39 Fabian Groffen
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen @ 2020-12-27 13:39 UTC (permalink / raw
To: gentoo-commits
commit: c90db1137de01435e72e4951709d2b21d47a3c8c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 13:37:56 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 13:37:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90db113
app-doc/motif-reference-manual: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
index 3dc64d40401..d20250a7da0 100644
--- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
+++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz"
LICENSE="OPL"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}"
DOCS="*.pdf"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/
@ 2018-01-19 7:42 Ulrich Müller
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Müller @ 2018-01-19 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 01d6afe7fd2407801fb2c9681b9fb846ce028596
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 07:41:39 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 07:42:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d6afe7
app-doc/motif-reference-manual: Bump to EAPI 6.
Straight to stable, since only pre-built documentation is installed.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
...0-r1.ebuild => motif-reference-manual-2.3.0-r2.ebuild} | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
similarity index 63%
rename from app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild
rename to app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
index fe30fd1feb5..570cadda83e 100644
--- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild
+++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
-inherit readme.gentoo
+inherit readme.gentoo-r1
DESCRIPTION="Motif Reference Manual"
HOMEPAGE="http://www.motifzone.net/"
@@ -15,5 +15,10 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~amd64
S="${WORKDIR}"
DOCS="*.pdf"
-DOC_CONTENTS="The source code for the manual is available at
- ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz"
+
+src_install() {
+ local DOC_CONTENTS="The source code for the manual is available at
+ ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.src.tgz"
+ default
+ readme.gentoo_create_doc
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/
@ 2017-01-29 14:38 Fabian Groffen
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen @ 2017-01-29 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 2388bde2c98de5e83e66257384deeb5ca6d9c69c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:29:11 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:38:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2388bde2
app-doc/motif-reference-manual: dropped ~ia64-hpux ~x86-interix
Package-Manager: portage-2.3.3
app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild
index 4aebb4b..db57ca3 100644
--- a/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild
+++ b/app-doc/motif-reference-manual/motif-reference-manual-2.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz"
LICENSE="OPL"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}"
DOCS="*.pdf"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-06-16 19:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-06 12:59 [gentoo-commits] repo/gentoo:master commit in: app-doc/motif-reference-manual/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2022-06-16 19:27 Ulrich Müller
2021-12-12 14:23 Yixun Lan
2020-12-28 9:03 Sam James
2020-12-27 13:39 Fabian Groffen
2018-01-19 7:42 Ulrich Müller
2017-01-29 14:38 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox