From 516671f93dd3153d24de72c7ec31baa7e384035e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 13 Oct 2019 14:35:15 +0200 Subject: [PATCH] net-libs/libyahoo2: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694256 Signed-off-by: Michał Górny --- net-libs/libyahoo2/Manifest | 1 - .../files/libyahoo2-1.0.1-asneeded.patch | 16 ------ net-libs/libyahoo2/libyahoo2-1.0.1.ebuild | 50 ------------------- net-libs/libyahoo2/metadata.xml | 8 --- profiles/package.mask | 1 - 5 files changed, 76 deletions(-) delete mode 100644 net-libs/libyahoo2/Manifest delete mode 100644 net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch delete mode 100644 net-libs/libyahoo2/libyahoo2-1.0.1.ebuild delete mode 100644 net-libs/libyahoo2/metadata.xml diff --git a/net-libs/libyahoo2/Manifest b/net-libs/libyahoo2/Manifest deleted file mode 100644 index 618191dd220b..000000000000 --- a/net-libs/libyahoo2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libyahoo2-1.0.1.tar.gz 507023 BLAKE2B 5972d8ac250e9ec76bf080fda2bd4f1bdf8898a8496a38e6e31a534ec94a164d54d6a640c098ff804325645f05627e520566883223981abeb97a03f22bd21b47 SHA512 fc522f80c21945e748cfc1051ab615993d2a6c5cf7467d86e04fb8fbeaf8ce3fd925c190a6b57ec4fb9f7ed3df7b2e4c61d141965f8fb8ccf5461e0b36665b86 diff --git a/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch b/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch deleted file mode 100644 index 4e0f1142cd52..000000000000 --- a/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -21,11 +21,9 @@ - noinst_PROGRAMS = yahoo autoresponder - - yahoo_SOURCES = sample_client.c --yahoo_LDADD = libyahoo2.la --yahoo_LDFLAGS = -lssl -+yahoo_LDADD = libyahoo2.la -lssl - - autoresponder_SOURCES = autoresponder.c --autoresponder_LDADD = libyahoo2.la --autoresponder_LDFLAGS = -lssl -+autoresponder_LDADD = libyahoo2.la -lssl - - endif diff --git a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild b/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild deleted file mode 100644 index 66739a597faf..000000000000 --- a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="interface to the new Yahoo! Messenger protocol" -HOMEPAGE="http://libyahoo2.sourceforge.net/" -SRC_URI="mirror://sourceforge/libyahoo2/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="libressl ssl static-libs" - -RDEPEND="dev-libs/glib:2 - ssl? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) - ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-asneeded.patch" -) - -src_prepare() { - default - sed -i -e 's:-ansi -pedantic::' configure.ac || die #240912 - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable ssl sample-client) -} - -src_install() { - default - - if use ssl; then - dobin src/.libs/{autoresponder,yahoo} - fi - - dodoc doc/*.txt - - find "${D}" -name '*.la' -delete || die "Pruning failed" -} diff --git a/net-libs/libyahoo2/metadata.xml b/net-libs/libyahoo2/metadata.xml deleted file mode 100644 index a38f5ff58985..000000000000 --- a/net-libs/libyahoo2/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - libyahoo2 - - diff --git a/profiles/package.mask b/profiles/package.mask index 4dbf9528644d..fb1202256924 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -576,7 +576,6 @@ net-libs/ccrtp net-libs/dslib net-libs/libgmail net-libs/libs3 -net-libs/libyahoo2 # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. -- 2.26.2