* [gentoo-commits] repo/gentoo:master commit in: www-misc/wsmake/
@ 2019-04-23 9:23 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-04-23 9:23 UTC (permalink / raw
To: gentoo-commits
commit: f8bf34a250973038e1614c6bc0b0f4e5cf468ff8
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 09:04:31 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 09:23:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bf34a2
www-misc/wsmake: EAPI=7, add amd64, fix calling g++ directly
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-misc/wsmake/wsmake-0.6.4-r1.ebuild | 44 ++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/www-misc/wsmake/wsmake-0.6.4-r1.ebuild b/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
new file mode 100644
index 00000000000..69070d30091
--- /dev/null
+++ b/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Website pre-processor features tag substitution and page ordering"
+HOMEPAGE="https://sourceforge.net/projects/wsmake/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+ Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="examples"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-bv.diff
+ "${FILESDIR}"/${P}-gcc43.patch # 251745
+ "${FILESDIR}"/${P}-fix-const-va_list.patch
+)
+
+src_unpack() {
+ default
+
+ cd "${S}"/doc || die
+ tar -cf examples.tar examples || die
+}
+
+src_configure() {
+ tc-export CXX
+ default
+}
+
+src_install() {
+ default
+ dodoc doc/manual.txt
+
+ if use examples; then
+ rm -r doc/examples/CVS || die
+ dodoc -r doc/examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/wsmake/
@ 2019-04-23 9:23 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-04-23 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 00178d4fd44394bd8db6ac0a42b360d1432a2335
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 09:00:49 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 09:23:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00178d4f
www-misc/wsmake: fix HOMEPAGE, SRC_URI, LICENSE
Closes: https://github.com/gentoo/gentoo/pull/11783
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-misc/wsmake/wsmake-0.6.4.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/www-misc/wsmake/wsmake-0.6.4.ebuild b/www-misc/wsmake/wsmake-0.6.4.ebuild
index 83c59948894..42834c03580 100644
--- a/www-misc/wsmake/wsmake-0.6.4.ebuild
+++ b/www-misc/wsmake/wsmake-0.6.4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-DESCRIPTION="Website Pre-processor"
-HOMEPAGE="http://www.wsmake.org/"
-SRC_URI="http://ftp.wsmake.org/pub/wsmake6/stable/${P}.tar.bz2"
+DESCRIPTION="Website pre-processor features tag substitution and page ordering"
+HOMEPAGE="https://sourceforge.net/projects/wsmake/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2 Artistic"
+LICENSE="GPL-2+ Artistic"
SLOT="0"
KEYWORDS="x86"
IUSE="examples"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/wsmake/
@ 2019-07-15 15:28 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-07-15 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 71b9a8b687b45c4c34bdd79187aa21c644953097
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 15:27:14 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 15:27:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b9a8b6
www-misc/wsmake: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-misc/wsmake/wsmake-0.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-misc/wsmake/wsmake-0.6.4-r1.ebuild b/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
index 69070d30091..eda35ea9e99 100644
--- a/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
+++ b/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+ Artistic"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="examples"
PATCHES=(
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-misc/wsmake/
@ 2021-07-02 4:09 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-07-02 4:09 UTC (permalink / raw
To: gentoo-commits
commit: 6d4721ba2845829534917f482ecddea263c36a78
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 2 04:08:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 2 04:08:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4721ba
www-misc/wsmake: Stabilize 0.6.4-r1 x86, #799680
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-misc/wsmake/wsmake-0.6.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-misc/wsmake/wsmake-0.6.4-r1.ebuild b/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
index eda35ea9e99..a0bf513caf9 100644
--- a/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
+++ b/www-misc/wsmake/wsmake-0.6.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+ Artistic"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="examples"
PATCHES=(
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-02 4:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15 15:28 [gentoo-commits] repo/gentoo:master commit in: www-misc/wsmake/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-07-02 4:09 Sam James
2019-04-23 9:23 David Seifert
2019-04-23 9:23 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox