commit:     4b783095d8d71374197b11847bb0e5aacab00418
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 18:50:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  2 18:56:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b783095

net-ftp/weex: Remove last-rited pkg

Closes: https://bugs.gentoo.org/532502
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-ftp/weex/Manifest                         |  1 -
 net-ftp/weex/files/formatstring.patch         | 11 ----------
 net-ftp/weex/files/weex-2.6.1.5-va_list.patch | 23 --------------------
 net-ftp/weex/metadata.xml                     |  8 -------
 net-ftp/weex/weex-2.6.1.5-r1.ebuild           | 31 ---------------------------
 profiles/package.mask                         |  7 ------
 6 files changed, 81 deletions(-)

diff --git a/net-ftp/weex/Manifest b/net-ftp/weex/Manifest
deleted file mode 100644
index aaefd2fe1c7..00000000000
--- a/net-ftp/weex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST weex-2.6.1.5.tar.gz 206972 BLAKE2B 
de9190860fb481a1d44bfe1c52c41641842623c3a52b013c6933192e29291d454b0413cfbf6f813da488046d502438b33b1f08499d9f1d0263c90c225fe9678f
 SHA512 
4a33761a22f7df4b610b86b74104a1eb4836851345092ac730758026ef5e4fd5e4df3e670b5eefe1230f0ccfce85282ffa79007a0056df774cf1ebce191a90bc

diff --git a/net-ftp/weex/files/formatstring.patch 
b/net-ftp/weex/files/formatstring.patch
deleted file mode 100644
index 06ad28b8836..00000000000
--- a/net-ftp/weex/files/formatstring.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/log.c.old      2005-10-02 03:49:34.495603240 +0200
-+++ src/log.c  2005-10-02 03:50:18.064979688 +0200
-@@ -183,7 +183,7 @@ void log_flush(void)
- 
-       fp=log_open();
-       for(i=0;i<max_log;i++){
--              fprintf(fp,log_str[i]);
-+              fprintf(fp,"%s",log_str[i]);
-               free(log_str[i]);
-       }
-       free(log_str);

diff --git a/net-ftp/weex/files/weex-2.6.1.5-va_list.patch 
b/net-ftp/weex/files/weex-2.6.1.5-va_list.patch
deleted file mode 100644
index 70b3ebcdd83..00000000000
--- a/net-ftp/weex/files/weex-2.6.1.5-va_list.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/strlib.c.orig  2003-08-18 11:52:38.000000000 +0200
-+++ src/strlib.c       2004-07-05 20:32:48.853638760 +0200
-@@ -167,14 +167,16 @@
- -------------------------------------------------- */
- char *str_dup_printf(const char *format, ...)
- {
--      va_list ap1,ap2;
-+      va_list ap1;
-       char *ptr;
- 
-       va_start(ap1,format);
--      G_VA_COPY(ap2,ap1);
-+      //G_VA_COPY(ap2,ap1);
-       ptr=str_malloc(printf_string_upper_bound(format,ap1));
--      vsprintf(ptr,format,ap2);
--      va_end(ap2);
-+      va_end(ap1);
-+      va_start(ap1,format);
-+      vsprintf(ptr,format,ap1);
-+      va_end(ap1);
- 
-       return(ptr);
- }

diff --git a/net-ftp/weex/metadata.xml b/net-ftp/weex/metadata.xml
deleted file mode 100644
index 93b71e090db..00000000000
--- a/net-ftp/weex/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="sourceforge">weex</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/net-ftp/weex/weex-2.6.1.5-r1.ebuild 
b/net-ftp/weex/weex-2.6.1.5-r1.ebuild
deleted file mode 100644
index fac95392d5c..00000000000
--- a/net-ftp/weex/weex-2.6.1.5-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Automates maintaining a web page or other FTP archive"
-HOMEPAGE="http://weex.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="" #nls
-
-DEPEND="sys-libs/ncurses"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-va_list.patch"
-       epatch "${FILESDIR}/formatstring.patch"
-}
-
-src_configure() {
-       econf --disable-nls #532502
-}
-
-src_install() {
-       default
-       dodoc doc/TODO* doc/README* doc/FAQ* doc/sample* doc/ChangeLog* \
-               doc/BUG* doc/THANK*
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index fe1bd79386a..e32430643d1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -642,13 +642,6 @@ sci-biology/arb
 # Removal in 30 days.  Bug #660332.
 dev-libs/grok
 
-# Michał Górny <[email protected]> (31 Mar 2019)
-# Unmaintained.  Needs bump.  The current Gentoo version is from 2004,
-# with last upstream release in 2015.  Carries local patches and hacks
-# to even build.  Has format-security warnings.
-# Removal in 30 days.  Bug #532502.
-net-ftp/weex
-
 # Robin H. Johnson <[email protected]> (25 Mar 2019)
 # Requires >=dev-lang/lua-5.3 which is masked
 sys-apps/likwid

Reply via email to