From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1309317-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C792213946D for <garchives@archives.gentoo.org>; Tue, 3 Aug 2021 13:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFC0E09BC; Tue, 3 Aug 2021 13:18:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77900E09BC for <gentoo-commits@lists.gentoo.org>; Tue, 3 Aug 2021 13:18:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6F31343D43 for <gentoo-commits@lists.gentoo.org>; Tue, 3 Aug 2021 13:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C82FE85A for <gentoo-commits@lists.gentoo.org>; Tue, 3 Aug 2021 13:18:40 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1627996696.e1ec4b00ab1bbc561067b3bb8fc49cc3d1f63a0d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/wsmake/, www-misc/wsmake/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/wsmake/files/wsmake-0.6.4-bv.diff www-misc/wsmake/wsmake-0.6.4.ebuild X-VCS-Directories: www-misc/wsmake/ www-misc/wsmake/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e1ec4b00ab1bbc561067b3bb8fc49cc3d1f63a0d X-VCS-Branch: master Date: Tue, 3 Aug 2021 13:18:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 642aede9-40a0-4a90-9873-e18195f69281 X-Archives-Hash: 04658a4b9ba0fa1b46b726f393673778 commit: e1ec4b00ab1bbc561067b3bb8fc49cc3d1f63a0d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 3 12:25:34 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 3 13:18:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ec4b00 www-misc/wsmake: Drop 0.6.4 (r0), EAPI6-- Closes: https://bugs.gentoo.org/799680 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> www-misc/wsmake/files/wsmake-0.6.4-bv.diff | 13 ----------- www-misc/wsmake/wsmake-0.6.4.ebuild | 37 ------------------------------ 2 files changed, 50 deletions(-) diff --git a/www-misc/wsmake/files/wsmake-0.6.4-bv.diff b/www-misc/wsmake/files/wsmake-0.6.4-bv.diff deleted file mode 100644 index 15cdf05f5d2..00000000000 --- a/www-misc/wsmake/files/wsmake-0.6.4-bv.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- a/libwsmake/wsUtil.cpp -+++ b/libwsmake/wsUtil.cpp -@@ -714,7 +714,8 @@ - if(__wsmake_quiet) return; - - vfprintf(out,output,*ap); -- va_end((void*&)*ap); -+ //BV: this does not compile: va_end((void*&)*ap); -+ va_end((char*&)*ap); - } - - #ifdef DEBUG - diff --git a/www-misc/wsmake/wsmake-0.6.4.ebuild b/www-misc/wsmake/wsmake-0.6.4.ebuild deleted file mode 100644 index 42834c03580..00000000000 --- a/www-misc/wsmake/wsmake-0.6.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" -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_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 -}