summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-13 14:35:15 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-13 14:36:44 +0200
commit516671f93dd3153d24de72c7ec31baa7e384035e (patch)
treef2697e7eec431b7eed1226300d48cf61af8a6cea /net-libs
parentmedia-libs/libbmp: Remove last-rited pkg (diff)
downloadgentoo-516671f93dd3153d24de72c7ec31baa7e384035e.tar.gz
gentoo-516671f93dd3153d24de72c7ec31baa7e384035e.tar.bz2
gentoo-516671f93dd3153d24de72c7ec31baa7e384035e.zip
net-libs/libyahoo2: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694256 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libyahoo2/Manifest1
-rw-r--r--net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch16
-rw-r--r--net-libs/libyahoo2/libyahoo2-1.0.1.ebuild50
-rw-r--r--net-libs/libyahoo2/metadata.xml8
4 files changed, 0 insertions, 75 deletions
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 @@
-<?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>