net-libs/libyahoo2: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:35:15 +0000 (14:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:36:44 +0000 (14:36 +0200)
Closes: https://bugs.gentoo.org/694256
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-libs/libyahoo2/Manifest [deleted file]
net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch [deleted file]
net-libs/libyahoo2/libyahoo2-1.0.1.ebuild [deleted file]
net-libs/libyahoo2/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-libs/libyahoo2/Manifest b/net-libs/libyahoo2/Manifest
deleted file mode 100644 (file)
index 618191d..0000000
+++ /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 (file)
index 4e0f114..0000000
+++ /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 (file)
index 66739a5..0000000
+++ /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 (file)
index a38f5ff..0000000
+++ /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">libyahoo2</remote-id>
-       </upstream>
-</pkgmetadata>
index 4dbf9528644da599162c0180d09eb59371470174..fb12022569242a32246a4b92e257d666c2bb3719 100644 (file)
@@ -576,7 +576,6 @@ net-libs/ccrtp
 net-libs/dslib
 net-libs/libgmail
 net-libs/libs3
-net-libs/libyahoo2
 
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.