summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-arch/par/Manifest1
-rw-r--r--app-arch/par/files/par-1.1-fix-build-system.patch13
-rw-r--r--app-arch/par/metadata.xml8
-rw-r--r--app-arch/par/par-1.1.ebuild32
-rw-r--r--app-benchmarks/gtkperf/Manifest1
-rw-r--r--app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch47
-rw-r--r--app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild40
-rw-r--r--app-benchmarks/gtkperf/metadata.xml14
-rw-r--r--app-cdr/poweriso/Manifest1
-rw-r--r--app-cdr/poweriso/metadata.xml5
-rw-r--r--app-cdr/poweriso/poweriso-1.3.ebuild23
-rw-r--r--app-editors/efte/Manifest1
-rw-r--r--app-editors/efte/efte-1.1-r1.ebuild53
-rw-r--r--app-editors/efte/files/efte-1.1-desktopfile.patch18
-rw-r--r--app-editors/efte/files/efte-1.1-flags.patch15
-rw-r--r--app-editors/efte/metadata.xml8
-rw-r--r--app-misc/freeplane/Manifest2
-rw-r--r--app-misc/freeplane/freeplane-1.5.18.ebuild49
-rw-r--r--app-misc/freeplane/metadata.xml11
-rw-r--r--dev-cpp/libassa/Manifest1
-rw-r--r--dev-cpp/libassa/files/libassa-3.5.0-fix-tests.patch351
-rw-r--r--dev-cpp/libassa/files/libassa-3.5.1-gcc47.patch12
-rw-r--r--dev-cpp/libassa/libassa-3.5.1-r2.ebuild34
-rw-r--r--dev-cpp/libassa/metadata.xml7
-rw-r--r--dev-libs/libiconv/libiconv-1.14-r1.ebuild2
-rw-r--r--dev-libs/libiconv/libiconv-1.14-r2.ebuild55
-rw-r--r--dev-libs/libiconv/libiconv-1.14.ebuild43
-rw-r--r--dev-libs/libiconv/libiconv-1.15.ebuild2
-rw-r--r--dev-util/ctags/ctags-20161028.ebuild4
-rw-r--r--dev-util/ctags/ctags-20170704.ebuild4
-rw-r--r--dev-util/ctags/ctags-20190331.ebuild2
-rw-r--r--mail-client/sylpheed/sylpheed-3.6.0.ebuild2
-rw-r--r--mail-client/sylpheed/sylpheed-3.7.0.ebuild2
-rw-r--r--net-p2p/amule/amule-2.3.2-r3.ebuild (renamed from net-p2p/amule/amule-2.3.2-r1.ebuild)50
-rw-r--r--net-p2p/amule/files/amule-2.2.6-fallocate.diff23
-rw-r--r--net-p2p/amule/files/amule-2.3.2-fix-crash-when-shared-files-changed.patch50
-rw-r--r--profiles/package.mask36
37 files changed, 85 insertions, 937 deletions
diff --git a/app-arch/par/Manifest b/app-arch/par/Manifest
deleted file mode 100644
index 5fc09911c7dd..000000000000
--- a/app-arch/par/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST par-v1.1.tar.gz 40959 BLAKE2B a15a7addccf1edb036e73219cbd6c9f92ecc41c7cda16136f5a703e812d56bf8a84a31681c0fd02b9bd5e8a29ca76e4c9c61b8f2752104c8891ac9416bf169f7 SHA512 539be3cac0513429f44c9d53dcd61afa02b1e5a2935def3164398577882f47199b5a393f21ed6a1d6972409034bb0a7b63f338d69aa1fcdd3655adaf5993b95d
diff --git a/app-arch/par/files/par-1.1-fix-build-system.patch b/app-arch/par/files/par-1.1-fix-build-system.patch
deleted file mode 100644
index 30361579f226..000000000000
--- a/app-arch/par/files/par-1.1-fix-build-system.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,8 +1,8 @@
-
--CFLAGS=-g -W -Wall -Wno-unused -O2
-+CFLAGS += -W -Wall -Wno-unused
-
- par: backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o
-- $(CC) -o $@ $^
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
-
- clean:
- rm -f core par par.exe *.o
diff --git a/app-arch/par/metadata.xml b/app-arch/par/metadata.xml
deleted file mode 100644
index 6d3e0da21dc0..000000000000
--- a/app-arch/par/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">parchive</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-arch/par/par-1.1.ebuild b/app-arch/par/par-1.1.ebuild
deleted file mode 100644
index 63ac82a7d472..000000000000
--- a/app-arch/par/par-1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Parchive archive fixing tool"
-HOMEPAGE="http://parchive.sourceforge.net/"
-SRC_URI="mirror://sourceforge/parchive/par-v${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="
- !app-text/par
- !dev-util/par"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/par-cmdline
-PATCHES=( "${FILESDIR}"/${PN}-1.1-fix-build-system.patch )
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- dobin par
- einstalldocs
-}
diff --git a/app-benchmarks/gtkperf/Manifest b/app-benchmarks/gtkperf/Manifest
deleted file mode 100644
index 988a9a2d99bf..000000000000
--- a/app-benchmarks/gtkperf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtkperf_0.40.tar.gz 402982 BLAKE2B 2fc26da36d2799a0b79810f52399ee49cc36e3093b35605142e73ae91f6953927194f50df35f02246e3ea3ce4b5e253731dbe3a9d550d5b20a001dd06597d89e SHA512 d406955b38c0450c3c6a6a7e9fb1fa7b326932325360353001cab6be63c8deaaea487123512740b57cdc28579ee84aabce789df5ce7dfaa92f8d9010f0a6d7be
diff --git a/app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch b/app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch
deleted file mode 100644
index eee7faf43b61..000000000000
--- a/app-benchmarks/gtkperf/files/gtkperf-0.40-gentoo.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- gtkperf-0.40/work/gtkperf/configure.in
-+++ gtkperf-0.40/work/gtkperf/configure.in
-@@ -8,7 +8,6 @@
- AM_CONFIG_HEADER(config.h)
-
- AC_ISC_POSIX
--CFLAGS=""
- AC_SUBST(CFLAGS)
- AC_PROG_CC
- AM_PROG_CC_STDC
---- gtkperf-0.40/work/gtkperf/src/timing.c
-+++ gtkperf-0.40/work/gtkperf/src/timing.c
-@@ -97,7 +97,7 @@
- gtk_text_buffer_insert (appdata->textview_info_buffer, &iter,
- timestring, -1);
-
-- g_printf (timestring);
-+ g_printf ("%s", timestring);
-
- }
-
-@@ -129,7 +129,7 @@
- gtk_statusbar_push (GTK_STATUSBAR (appdata->statusbar_main), 0,
- " Test Finished");
-
-- g_printf (timestring);
-+ g_printf ("%s", timestring);
-
- }
-
-@@ -154,5 +154,5 @@
- gtk_statusbar_push (GTK_STATUSBAR (appdata->statusbar_main), 0,
- " Running tests...");
-
-- g_printf (timestring);
-+ g_printf ("%s", timestring);
- }
---- gtkperf-0.40/work/gtkperf/src/main.c
-+++ gtkperf-0.40/work/gtkperf/src/main.c
-@@ -5,6 +5,7 @@
- #endif
-
- #include <gtk/gtk.h>
-+#include <stdlib.h>
-
- #ifdef HILDONIZED
- #include <libosso.h>
diff --git a/app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild b/app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild
deleted file mode 100644
index bc948128ccae..000000000000
--- a/app-benchmarks/gtkperf/gtkperf-0.40-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="Application designed to test GTK+ performance"
-HOMEPAGE="http://gtkperf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- default
-
- make_desktop_entry ${PN} ${PN} duck
-
- rm -rf "${D}/usr/doc" || die
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/app-benchmarks/gtkperf/metadata.xml b/app-benchmarks/gtkperf/metadata.xml
deleted file mode 100644
index 2cb207510b01..000000000000
--- a/app-benchmarks/gtkperf/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- GtkPerf is an application designed to test GTK+ performance. The point
- is to create common testing platform to run predefined GTK+ widgets
- (opening comboboxes, toggling buttons, scrolling text yms.) and this
- way define the speed of device/platform.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">gtkperf</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-cdr/poweriso/Manifest b/app-cdr/poweriso/Manifest
deleted file mode 100644
index aee4a227b7fe..000000000000
--- a/app-cdr/poweriso/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST poweriso-1.3.tar.gz 288910 BLAKE2B 17404c5529c0e93f6f1470148ca8b09d1d76ea1ce8ec057efbbc1b95b428e8b46bb252cdb40e83e2358c45eb5f5232ac2c866e90428c4216ae8d36adc86964e7 SHA512 532e17c624bcb289214d8efd9e49bef04ef25d1d54d347dab108b44470e0cbfed6b2ff2357b4375a1edea02eebaecce7634d5f8cfe4c4b650aef0b5da0b5c7c7
diff --git a/app-cdr/poweriso/metadata.xml b/app-cdr/poweriso/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-cdr/poweriso/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-cdr/poweriso/poweriso-1.3.ebuild b/app-cdr/poweriso/poweriso-1.3.ebuild
deleted file mode 100644
index 3fd62f0282d9..000000000000
--- a/app-cdr/poweriso/poweriso-1.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Utility to extract, list and convert PowerISO DAA image files"
-HOMEPAGE="http://www.poweriso.com"
-SRC_URI="http://www.${PN}.com/${P}.tar.gz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="mirror bindist"
-
-QA_PRESTRIPPED="opt/bin/poweriso"
-
-S=${WORKDIR}
-
-src_install() {
- into /opt
- dobin ${PN} || die
-}
diff --git a/app-editors/efte/Manifest b/app-editors/efte/Manifest
deleted file mode 100644
index a1463a59a2c8..000000000000
--- a/app-editors/efte/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST efte-1.1.tar.bz2 429919 BLAKE2B 67a9d40e0aaebf024f7889324da6eaa96efe2abbc290f7f4397410f1a2975baf70c527eb238bcbc2b9b0bc8ab3dcdd1611c219f3429588f06f9ec220a56426cb SHA512 4dbfcaaadc56996d1b4659db2a82ec5132cf45b6f65ef545274769aa47f44ba27a8af1488ed57e5ffec2d9f5f1d1ef4cb9ee97514414796f176c2272a6bb6661
diff --git a/app-editors/efte/efte-1.1-r1.ebuild b/app-editors/efte/efte-1.1-r1.ebuild
deleted file mode 100644
index b62580bce0a6..000000000000
--- a/app-editors/efte/efte-1.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils
-
-DESCRIPTION="A fast text editor supporting folding, syntax highlighting, etc."
-HOMEPAGE="https://github.com/lanurmi/efte"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 Artistic )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gpm X"
-
-RDEPEND="sys-libs/ncurses:0=
- gpm? ( sys-libs/gpm )
- X? (
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXdmcp
- x11-libs/libXau
- media-fonts/font-misc-misc
- )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-flags.patch
- "${FILESDIR}"/${P}-desktopfile.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_GPM=$(usex gpm)
- -DBUILD_X=$(usex X )
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- rm -f "${D}"/usr/share/doc/${PN}/{COPYING,Artistic}
- mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
diff --git a/app-editors/efte/files/efte-1.1-desktopfile.patch b/app-editors/efte/files/efte-1.1-desktopfile.patch
deleted file mode 100644
index 79cfc1c0ab34..000000000000
--- a/app-editors/efte/files/efte-1.1-desktopfile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- efte-1.1/packaging/shared/efte.desktop
-+++ efte-1.1/packaging/shared/efte.desktop
-@@ -1,6 +1,5 @@
- [Desktop Entry]
- Name=eFTE
--Version=1.1
- GenericName=Text Editor
- GenericName[cz]=Textový editor
- GenericName[de]=Texteditor
-@@ -29,7 +28,7 @@
- Comment[sv]=Snabb, utbyggbar textredigerare för programmerare
- MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
- Exec=efte %f
--Icon=efte
-+Icon=efte48x48
- Type=Application
- Terminal=false
- Categories=Development;TextEditor;
diff --git a/app-editors/efte/files/efte-1.1-flags.patch b/app-editors/efte/files/efte-1.1-flags.patch
deleted file mode 100644
index 10c17cff322c..000000000000
--- a/app-editors/efte/files/efte-1.1-flags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Fri Jan 4 20:17:34 UTC 2013
-Subject: respect system CXXFLAGS
-
---- efte-1.1/src/CMakeLists.txt
-+++ efte-1.1/src/CMakeLists.txt
-@@ -86,7 +86,7 @@
- ENDIF( UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
-
- IF( CMAKE_COMPILER_IS_GNUCC )
-- SET( CMAKE_CXX_FLAGS "-pedantic -Wall -Wno-long-long -Wpointer-arith -Wconversion -Wwrite-strings -Winline -fno-rtti -fno-exceptions" )
-+ SET( CMAKE_CXX_FLAGS "-pedantic -Wall -Wno-long-long -Wpointer-arith -Wconversion -Wwrite-strings -Winline -fno-rtti -fno-exceptions ${CMAKE_CXX_FLAGS}" )
- ENDIF( CMAKE_COMPILER_IS_GNUCC )
-
- IF( CMAKE_SYSTEM_NAME MATCHES "HP/UX" )
diff --git a/app-editors/efte/metadata.xml b/app-editors/efte/metadata.xml
deleted file mode 100644
index 81d7428b8621..000000000000
--- a/app-editors/efte/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">efte</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-misc/freeplane/Manifest b/app-misc/freeplane/Manifest
deleted file mode 100644
index c27329e683ac..000000000000
--- a/app-misc/freeplane/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST freeplane-1.5.18-gradle-cache.tar.xz 23290912 BLAKE2B 4f346d408a999a50a5f2ccb3170bb614d21c24347382524a716e6548be521953679fd0d582ddb5024de77a05de915d929998097711f2b1bc11e3cc5edb1f0de3 SHA512 db9fa368c829b7cffad0aa863823e75efe06be0c7b8480f3be3bfe53adac28a6f1d51a8b0bb91958eecafd1dd61d81c0ef15193ba4e20ebe87f55450b599aece
-DIST freeplane_src-1.5.18.tar.gz 13233435 BLAKE2B 07080abeda3fd2dea3aba4b093d759931a57eb55b010b7d4f69e1f007318c3c2dc08f676f8e990898a8f1ffe130574a02579987f4493562ec824ee3bba3aa162 SHA512 c7feaf957e1d67cb8e71e0b8aa1193c291b5cbc482f932397baeb8f296062378864e5004b59740d716b5c833b5404732ce17d7551ab0a3b663d3fda44327bccb
diff --git a/app-misc/freeplane/freeplane-1.5.18.ebuild b/app-misc/freeplane/freeplane-1.5.18.ebuild
deleted file mode 100644
index fdec42967700..000000000000
--- a/app-misc/freeplane/freeplane-1.5.18.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc"
-
-VIRTUALX_REQUIRED="test"
-
-inherit java-utils-2 virtualx
-
-DESCRIPTION="Java application for Mind Mapping, Knowledge and Project Management"
-HOMEPAGE="https://www.freeplane.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}%20stable/${PN}_src-${PV}.tar.gz
- https://dev.gentoo.org/~xmw/distfiles/freeplane-1.5.18-gradle-cache.tar.xz"
-#generate cache file by disabling --offline, ebuild clean test and
-#tar cvJf /var/cache/distfiles/freeplane-1.5.18-gradle-cache.tar.xz -C /var/tmp/portage/app-misc/freeplane-1.5.18/work .gradle/caches/modules-2
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8"
-DEPEND="${DEPEND}
- >=virtual/jdk-1.8
- dev-java/gradle-bin"
-
-src_compile() {
- GRADLE="gradle --gradle-user-home ${WORKDIR}/.gradle --console rich --no-daemon"
- GRADLE="${GRADLE} --offline"
- ${GRADLE} build -x check -x test || die
-}
-
-src_test() {
- virtx ${GRADLE} check test || die
-}
-
-src_install() {
- cd BUILD || die
- sed -e "/freepath=/s:=.*:=${EROOT}usr/share/${PN}:" \
- -i freeplane.sh
- newbin freeplane.sh freeplane
-
- insinto /usr/share/${PN}
- doins framework.jar freeplanelauncher.jar \
- freeplane.policy props.xargs init.xargs *.l4j.ini
- doins -r core doc fwdir plugins resources
-}
diff --git a/app-misc/freeplane/metadata.xml b/app-misc/freeplane/metadata.xml
deleted file mode 100644
index fb07d0fa750b..000000000000
--- a/app-misc/freeplane/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
-Freeplane is a free and open source software application that supports thinking, sharing information and getting things done at work, in school and at home. The software can be used for mind mapping and analyzing the information contained in mind maps.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">freeplane</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-cpp/libassa/Manifest b/dev-cpp/libassa/Manifest
deleted file mode 100644
index b933e95f0d35..000000000000
--- a/dev-cpp/libassa/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libassa-3.5.1.tar.gz 641255 BLAKE2B bb92dc94b0dbe04d32a4e700fb3b4bae4c745b22d24fc5ec7ae97cf1ed1246dbfb82686cf4ef2d16fd424e5dc0de415fadda1c5f0024819dcb6904b35367c77b SHA512 ad00cb1de21bece699e49d31247201f62604f8d7d1e8f385f7b0eb20bf2bb953bfc741363a5009f64f0f262100cc09f136a49a0dab6ea330424dee1965a3c2c7
diff --git a/dev-cpp/libassa/files/libassa-3.5.0-fix-tests.patch b/dev-cpp/libassa/files/libassa-3.5.0-fix-tests.patch
deleted file mode 100644
index 47bdde8d5564..000000000000
--- a/dev-cpp/libassa/files/libassa-3.5.0-fix-tests.patch
+++ /dev/null
@@ -1,351 +0,0 @@
-diff --git a/tests/autoptr.test b/tests/autoptr.test
-index 92bc7b5..6deac5f 100755
---- a/tests/autoptr.test
-+++ b/tests/autoptr.test
-@@ -98,7 +98,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/bufio.test b/tests/bufio.test
-index 60faab1..ab3986f 100755
---- a/tests/bufio.test
-+++ b/tests/bufio.test
-@@ -41,7 +41,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/charinbuffer.test b/tests/charinbuffer.test
-index 8de99d7..0076db0 100755
---- a/tests/charinbuffer.test
-+++ b/tests/charinbuffer.test
-@@ -39,7 +39,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/common_utils.test b/tests/common_utils.test
-index 21cd063..11f8b50 100755
---- a/tests/common_utils.test
-+++ b/tests/common_utils.test
-@@ -63,7 +63,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/connector.test b/tests/connector.test
-index 54d1928..364930b 100755
---- a/tests/connector.test
-+++ b/tests/connector.test
-@@ -37,7 +37,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/connector2.test b/tests/connector2.test
-index e843f89..6a6474a 100755
---- a/tests/connector2.test
-+++ b/tests/connector2.test
-@@ -40,7 +40,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/echoxdr.test b/tests/echoxdr.test
-index 8280374..985d657 100755
---- a/tests/echoxdr.test
-+++ b/tests/echoxdr.test
-@@ -48,7 +48,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/fdset.test b/tests/fdset.test
-index 8800539..a57a17a 100755
---- a/tests/fdset.test
-+++ b/tests/fdset.test
-@@ -43,7 +43,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/fork.test b/tests/fork.test
-index a70cae3..ec0c4d0 100755
---- a/tests/fork.test
-+++ b/tests/fork.test
-@@ -43,7 +43,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/genserver.test b/tests/genserver.test
-index 5877499..18d19d4 100755
---- a/tests/genserver.test
-+++ b/tests/genserver.test
-@@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/glops.test b/tests/glops.test
-index d24f5e4..f666394 100755
---- a/tests/glops.test
-+++ b/tests/glops.test
-@@ -49,7 +49,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/idset.test b/tests/idset.test
-index a900d2f..97a69c7 100755
---- a/tests/idset.test
-+++ b/tests/idset.test
-@@ -48,7 +48,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/inet_address.test b/tests/inet_address.test
-index deac989..298ea98 100755
---- a/tests/inet_address.test
-+++ b/tests/inet_address.test
-@@ -49,7 +49,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/inifile.test b/tests/inifile.test
-index dae0529..9da154c 100755
---- a/tests/inifile.test
-+++ b/tests/inifile.test
-@@ -58,7 +58,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/logger.test b/tests/logger.test
-index 6c38072..fccd4fa 100755
---- a/tests/logger.test
-+++ b/tests/logger.test
-@@ -77,7 +77,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/memdump.test b/tests/memdump.test
-index 0f4465f..662fb96 100755
---- a/tests/memdump.test
-+++ b/tests/memdump.test
-@@ -72,7 +72,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/pidflock.test b/tests/pidflock.test
-index 33f5a0f..424ef0a 100755
---- a/tests/pidflock.test
-+++ b/tests/pidflock.test
-@@ -42,7 +42,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/pipe.test b/tests/pipe.test
-index a1b134f..ab4888a 100755
---- a/tests/pipe.test
-+++ b/tests/pipe.test
-@@ -45,7 +45,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/pq.test b/tests/pq.test
-index a45b024..6495533 100755
---- a/tests/pq.test
-+++ b/tests/pq.test
-@@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/reactor.test b/tests/reactor.test
-index 8072201..918c904 100755
---- a/tests/reactor.test
-+++ b/tests/reactor.test
-@@ -68,7 +68,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/regexp.test b/tests/regexp.test
-index 087331c..c936fdc 100755
---- a/tests/regexp.test
-+++ b/tests/regexp.test
-@@ -42,7 +42,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/rt.test b/tests/rt.test
-index 3d854bd..8703d75 100755
---- a/tests/rt.test
-+++ b/tests/rt.test
-@@ -42,7 +42,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/semaphore.test b/tests/semaphore.test
-index 012888d..b78fe91 100755
---- a/tests/semaphore.test
-+++ b/tests/semaphore.test
-@@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/sighand.test b/tests/sighand.test
-index b3e7975..482c105 100755
---- a/tests/sighand.test
-+++ b/tests/sighand.test
-@@ -57,7 +57,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/sighands.test b/tests/sighands.test
-index 653bb84..6b6d96e 100755
---- a/tests/sighands.test
-+++ b/tests/sighands.test
-@@ -47,7 +47,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/timer_queue.test b/tests/timer_queue.test
-index 30e2a62..036cbb7 100755
---- a/tests/timer_queue.test
-+++ b/tests/timer_queue.test
-@@ -38,7 +38,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
-diff --git a/tests/timeval.test b/tests/timeval.test
-index b15cfdd..6c7d186 100755
---- a/tests/timeval.test
-+++ b/tests/timeval.test
-@@ -47,7 +47,7 @@ if ${CMP} -s out ok; then
- else
- echo "ok:" >&2
- cat ok >&2
-- exit 1
-+ exit 0
- fi
-
- # Mungle error output to remove leading directories, 'lt-' or
diff --git a/dev-cpp/libassa/files/libassa-3.5.1-gcc47.patch b/dev-cpp/libassa/files/libassa-3.5.1-gcc47.patch
deleted file mode 100644
index 725636a3967c..000000000000
--- a/dev-cpp/libassa/files/libassa-3.5.1-gcc47.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/assa/CommonUtils.h b/assa/CommonUtils.h
-index 2db38d2..4db27f6 100644
---- a/assa/CommonUtils.h
-+++ b/assa/CommonUtils.h
-@@ -16,6 +16,7 @@
-
- #include <sstream>
-
-+#include <unistd.h>
- #include <string>
- #include <vector>
- using std::vector;
diff --git a/dev-cpp/libassa/libassa-3.5.1-r2.ebuild b/dev-cpp/libassa/libassa-3.5.1-r2.ebuild
deleted file mode 100644
index 8d46aa4035ef..000000000000
--- a/dev-cpp/libassa/libassa-3.5.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A networking library based on Adaptive Communication Patterns"
-HOMEPAGE="http://libassa.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc static-libs"
-
-RDEPEND="net-libs/libtirpc"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-3.5.0-fix-tests.patch
- "${FILESDIR}"/${PN}-3.5.1-gcc47.patch
-)
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable doc doxygen)
-}
-
-src_install() {
- default
-
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/dev-cpp/libassa/metadata.xml b/dev-cpp/libassa/metadata.xml
deleted file mode 100644
index bf01902cc33e..000000000000
--- a/dev-cpp/libassa/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <remote-id type="sourceforge">libassa</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-libs/libiconv/libiconv-1.14-r1.ebuild b/dev-libs/libiconv/libiconv-1.14-r1.ebuild
index 059bc00d97ff..644bfafed5ea 100644
--- a/dev-libs/libiconv/libiconv-1.14-r1.ebuild
+++ b/dev-libs/libiconv/libiconv-1.14-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
HOMEPAGE="https://www.gnu.org/software/libiconv/"
SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="LGPL-2+ GPL-3+"
SLOT="0"
KEYWORDS="amd64 arm ~mips ppc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="+static-libs"
diff --git a/dev-libs/libiconv/libiconv-1.14-r2.ebuild b/dev-libs/libiconv/libiconv-1.14-r2.ebuild
deleted file mode 100644
index 54709b52977d..000000000000
--- a/dev-libs/libiconv/libiconv-1.14-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit libtool toolchain-funcs multilib-minimal
-
-DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
-HOMEPAGE="https://www.gnu.org/software/libiconv/"
-SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="static-libs"
-
-DEPEND="!sys-libs/glibc
- !userland_GNU? ( !sys-apps/man-pages )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eapply "${FILESDIR}"/${P}-no-gets.patch
- eapply_user
- elibtoolize
-}
-
-multilib_src_configure() {
- # Disable NLS support because that creates a circular dependency
- # between libiconv and gettext
- ECONF_SOURCE="${S}" \
- econf \
- --docdir="\$(datarootdir)/doc/${PF}/html" \
- --disable-nls \
- --enable-shared \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- use static-libs || find "${ED}" -name 'lib*.la' -delete
-
- # Install in /lib as utils installed in /lib like gnutar
- # can depend on this
- gen_usr_ldscript -a iconv charset
-
- # If we have a GNU userland, we probably have sys-apps/man-pages
- # installed, which means we want to rename our copies #503162.
- # The use of USELAND=GNU is kind of a hack though ...
- if use userland_GNU ; then
- cd "${ED}"/usr/share/man || die
- local f
- for f in man*/*.[0-9] ; do
- mv "${f}" "${f%/*}/${PN}-${f#*/}" || die
- done
- fi
-}
diff --git a/dev-libs/libiconv/libiconv-1.14.ebuild b/dev-libs/libiconv/libiconv-1.14.ebuild
deleted file mode 100644
index fc464c4b6e93..000000000000
--- a/dev-libs/libiconv/libiconv-1.14.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit libtool toolchain-funcs
-
-DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
-HOMEPAGE="https://www.gnu.org/software/libiconv/"
-SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="!sys-libs/glibc
- !sys-apps/man-pages"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- # Make sure that libtool support is updated to link "the linux way"
- # on FreeBSD.
- elibtoolize
-}
-
-src_configure() {
- # Disable NLS support because that creates a circular dependency
- # between libiconv and gettext
- econf \
- --docdir="\$(datarootdir)/doc/${PF}/html" \
- --disable-nls \
- --enable-shared \
- --enable-static
-}
-
-src_install() {
- default
-
- # Install in /lib as utils installed in /lib like gnutar
- # can depend on this
- gen_usr_ldscript -a iconv charset
-}
diff --git a/dev-libs/libiconv/libiconv-1.15.ebuild b/dev-libs/libiconv/libiconv-1.15.ebuild
index c991366b8eff..5d47b69f440f 100644
--- a/dev-libs/libiconv/libiconv-1.15.ebuild
+++ b/dev-libs/libiconv/libiconv-1.15.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
HOMEPAGE="https://www.gnu.org/software/libiconv/"
SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="LGPL-2+ GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="prefix static-libs"
diff --git a/dev-util/ctags/ctags-20161028.ebuild b/dev-util/ctags/ctags-20161028.ebuild
index 9734f3d20018..64b0e6eb1489 100644
--- a/dev-util/ctags/ctags-20161028.ebuild
+++ b/dev-util/ctags/ctags-20161028.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
HOMEPAGE="https://ctags.io/ https://github.com/universal-ctags/ctags"
SRC_URI="https://dev.gentoo.org/~radhermit/vim/${P}.tar.xz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="json xml yaml"
diff --git a/dev-util/ctags/ctags-20170704.ebuild b/dev-util/ctags/ctags-20170704.ebuild
index 0fc5b8e6e8fb..2b2fbbbe1bb4 100644
--- a/dev-util/ctags/ctags-20170704.ebuild
+++ b/dev-util/ctags/ctags-20170704.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
HOMEPAGE="https://ctags.io/ https://github.com/universal-ctags/ctags"
SRC_URI="https://github.com/universal-ctags/ctags/archive/${COMMITHASH}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="json xml yaml"
diff --git a/dev-util/ctags/ctags-20190331.ebuild b/dev-util/ctags/ctags-20190331.ebuild
index fb5d955b9efa..dcf4704fc33b 100644
--- a/dev-util/ctags/ctags-20190331.ebuild
+++ b/dev-util/ctags/ctags-20190331.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
HOMEPAGE="https://ctags.io/ https://github.com/universal-ctags/ctags"
SRC_URI="https://github.com/universal-ctags/ctags/archive/${COMMITHASH}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="json xml yaml"
diff --git a/mail-client/sylpheed/sylpheed-3.6.0.ebuild b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
index ea2a5a03bade..572a0d73fa63 100644
--- a/mail-client/sylpheed/sylpheed-3.6.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
-LICENSE="GPL-2 LGPL-2.1"
+LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild b/mail-client/sylpheed/sylpheed-3.7.0.ebuild
index ea2a5a03bade..572a0d73fa63 100644
--- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.7.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
-LICENSE="GPL-2 LGPL-2.1"
+LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
diff --git a/net-p2p/amule/amule-2.3.2-r1.ebuild b/net-p2p/amule/amule-2.3.2-r3.ebuild
index 51bb5d2472b5..7a7035ef43eb 100644
--- a/net-p2p/amule/amule-2.3.2-r1.ebuild
+++ b/net-p2p/amule/amule-2.3.2-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
inherit wxwidgets user
@@ -15,24 +15,31 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86"
-IUSE="daemon debug geoip nls remote stats unicode upnp +X"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+IUSE="daemon debug geoip nls remote stats upnp +X"
COMMON_DEPEND="
- dev-libs/crypto++
+ dev-libs/boost:=
+ dev-libs/crypto++:=
sys-libs/binutils-libs:0=
sys-libs/zlib
- x11-libs/wxGTK:${WX_GTK_VER}[X?]
+ >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X?]
stats? ( media-libs/gd:=[jpeg,png] )
geoip? ( dev-libs/geoip )
upnp? ( net-libs/libupnp:* )
- remote? ( media-libs/libpng:0=
- unicode? ( media-libs/gd:= ) )
+ remote? ( media-libs/libpng:0= )
!net-p2p/imule"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
-PATCHES=( "${FILESDIR}/${PN}-2.2.6-fallocate.diff" )
+PATCHES=(
+ "${FILESDIR}/${PN}-2.3.2-fix-crash-shared-dir-utf8.patch"
+ "${FILESDIR}/${PN}-2.3.2-fix-crash-closing-last-search-tab-1.patch"
+ "${FILESDIR}/${PN}-2.3.2-fix-crash-closing-last-search-tab-2.patch"
+ "${FILESDIR}/${PN}-2.3.2-cryptopp-6.patch"
+ "${FILESDIR}/${PN}-2.3.2-disable-version-check.patch"
+ "${FILESDIR}/${PN}-2.3.2-fix-crash-when-shared-files-changed.patch"
+)
pkg_setup() {
if use stats && ! use X; then
@@ -40,6 +47,8 @@ pkg_setup() {
einfo "to compile aMule Statistics GUI."
einfo "I will now compile console versions only."
fi
+
+ setup-wxwidgets
}
pkg_preinst() {
@@ -53,32 +62,25 @@ src_configure() {
local myconf
if use X; then
- einfo "wxGTK with X support will be used"
- need-wxwidgets unicode
- else
- einfo "wxGTK without X support will be used"
- need-wxwidgets base-unicode
- fi
-
- if use X ; then
- use stats && myconf="${myconf}
- --enable-wxcas
- --enable-alc"
- use remote && myconf="${myconf}
- --enable-amule-gui"
+ myconf="
+ $(use_enable remote amule-gui)
+ $(use_enable stats alc)
+ $(use_enable stats wxcas)
+ "
else
myconf="
--disable-monolithic
--disable-amule-gui
+ --disable-alc
--disable-wxcas
- --disable-alc"
+ "
fi
econf \
--with-denoise-level=0 \
--with-wx-config="${WX_CONFIG}" \
--enable-amulecmd \
- --without-boost \
+ --with-boost \
$(use_enable debug) \
$(use_enable daemon amule-daemon) \
$(use_enable geoip) \
diff --git a/net-p2p/amule/files/amule-2.2.6-fallocate.diff b/net-p2p/amule/files/amule-2.2.6-fallocate.diff
deleted file mode 100644
index 8d1485a67786..000000000000
--- a/net-p2p/amule/files/amule-2.2.6-fallocate.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Disable fallocate #562992
-
-This is only a workaround to fix FTBFS, the configure check is wrong and needs to be fixed:
-http://www.amule.org/abugs/view.php?id=1572
-
---- a/src/ThreadTasks.cpp
-+++ b/src/ThreadTasks.cpp
-@@ -506,6 +506,15 @@ void CCompletionTask::OnExit()
- #include <stdlib.h>
- #include <errno.h>
-
-+// #562992
-+#if defined(__alpha__) || defined(__hppa__)
-+#undef HAVE_FALLOCATE
-+#endif
-+
-+#if defined(__hppa__)
-+#undef HAVE_SYS_FALLOCATE
-+#endif
-+
- CAllocateFileTask::CAllocateFileTask(CPartFile *file, bool pause)
- // GetPrintable is used to improve the readability of the log.
- : CThreadTask(wxT("Allocating"), file->GetFullName().RemoveExt().GetPrintable(), ETP_High),
diff --git a/net-p2p/amule/files/amule-2.3.2-fix-crash-when-shared-files-changed.patch b/net-p2p/amule/files/amule-2.3.2-fix-crash-when-shared-files-changed.patch
new file mode 100644
index 000000000000..81e0ef7b6296
--- /dev/null
+++ b/net-p2p/amule/files/amule-2.3.2-fix-crash-when-shared-files-changed.patch
@@ -0,0 +1,50 @@
+From 110a056fa4bcfc0fe8c1f8eadcc2bd5df0bbf5e1 Mon Sep 17 00:00:00 2001
+From: xinhuang <xinhuang.abc@gmail.com>
+Date: Thu, 4 Jan 2018 00:44:35 -0800
+Subject: [PATCH] fix crash when shared files changed on Shared files tab
+
+---
+ src/extern/wxWidgets/listctrl.cpp | 10 ----------
+ src/extern/wxWidgets/listctrl.h | 5 -----
+ 2 files changed, 15 deletions(-)
+
+diff --git a/src/extern/wxWidgets/listctrl.cpp b/src/extern/wxWidgets/listctrl.cpp
+index 18a30f205..460700691 100644
+--- a/src/extern/wxWidgets/listctrl.cpp
++++ b/src/extern/wxWidgets/listctrl.cpp
+@@ -5803,16 +5803,6 @@ bool wxGenericListCtrl::DoPopupMenu( wxMenu *menu, int x, int y )
+ #endif
+ }
+
+-void wxGenericListCtrl::DoClientToScreen( int *x, int *y ) const
+-{
+- m_mainWin->DoClientToScreen(x, y);
+-}
+-
+-void wxGenericListCtrl::DoScreenToClient( int *x, int *y ) const
+-{
+- m_mainWin->DoScreenToClient(x, y);
+-}
+-
+ void wxGenericListCtrl::SetFocus()
+ {
+ // The test in window.cpp fails as we are a composite
+diff --git a/src/extern/wxWidgets/listctrl.h b/src/extern/wxWidgets/listctrl.h
+index b18a61866..e72f7eaf0 100644
+--- a/src/extern/wxWidgets/listctrl.h
++++ b/src/extern/wxWidgets/listctrl.h
+@@ -232,11 +232,6 @@ public:
+ protected:
+ virtual bool DoPopupMenu( wxMenu *menu, int x, int y );
+
+- // take into account the coordinates difference between the container
+- // window and the list control window itself here
+- virtual void DoClientToScreen( int *x, int *y ) const;
+- virtual void DoScreenToClient( int *x, int *y ) const;
+-
+ virtual wxSize DoGetBestSize() const;
+
+ // return the text for the given column of the given item
+--
+2.21.0
+
diff --git a/profiles/package.mask b/profiles/package.mask
index f93d22147ac0..0cb85e4db0a9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -530,42 +530,6 @@ sys-power/phc-intel
# Removal in 30 days. Bug #646806.
net-misc/batman-adv
-# Michał Górny <mgorny@gentoo.org> (23 Mar 2019)
-# Unmaintained. Fails to build against ncurses[tinfo]. Last upstream
-# release in 2009. No apparent fix in upstream git.
-# Removal in 30 days. Bug #646922.
-app-editors/efte
-
-# Michał Górny <mgorny@gentoo.org> (23 Mar 2019)
-# Unmaintained. Vulnerable. Fails to build (#612236, #620916).
-# Removal in 30 days. Bug #670028.
-app-misc/freeplane
-
-# Michał Górny <mgorny@gentoo.org> (23 Mar 2019)
-# Unmaintained. No reverse dependencies. Fails to link. Last upstream
-# activity in 2012.
-# Removal in 30 days. Bug #632066.
-dev-cpp/libassa
-
-# Michał Górny <mgorny@gentoo.org> (23 Mar 2019)
-# Unmaintained and ancient. Upstream has abandoned the PAR 2.0 spec
-# effort in 2003-2004, and the code has not seen any attention since.
-# Removal in 30 days. Bug #681364.
-app-arch/par
-
-# Michał Górny <mgorny@gentoo.org> (23 Mar 2019)
-# No maintainer. Both the program and the ebuild are of bad quality,
-# the former requiring a patch and the latter failing to build in some
-# circumstances. Last upstream activity in 2005.
-# Removal in 30 days. Bug #456954.
-app-benchmarks/gtkperf
-
-# Michał Górny <mgorny@gentoo.org> (23 Mar 2019)
-# Proprietary executable with unclear license. Unmaintained.
-# The current version in Gentoo is from 2004. QA issues (#430712).
-# Removal in 30 days. Bug #681360.
-app-cdr/poweriso
-
# Andreas Sturmlechner <asturm@gentoo.org> (23 Mar 2019)
# Everything breaks again. bug #681336
>=app-text/poppler-0.75.0