public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libyahoo2/, net-libs/libyahoo2/files/, profiles/
@ 2019-10-13 12:36 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-13 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     516671f93dd3153d24de72c7ec31baa7e384035e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 12:35:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 12:36:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516671f9

net-libs/libyahoo2: Remove last-rited pkg

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

 net-libs/libyahoo2/Manifest                        |  1 -
 .../libyahoo2/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(-)

diff --git a/net-libs/libyahoo2/Manifest b/net-libs/libyahoo2/Manifest
deleted file mode 100644
index 618191dd220..00000000000
--- 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 4e0f1142cd5..00000000000
--- 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 66739a597fa..00000000000
--- 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 a38f5ff5898..00000000000
--- 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 4dbf9528644..fb120225692 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 <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-13 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-13 12:36 [gentoo-commits] repo/gentoo:master commit in: net-libs/libyahoo2/, net-libs/libyahoo2/files/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox