commit:     41257e693d455fb9b89fe540c779cda3f2d5cc10
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 17:43:48 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 17:44:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41257e69

net-irc/irssi-xmpp: Drop old (due to missing dep)

 net-irc/irssi-xmpp/Manifest               |  1 -
 net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/net-irc/irssi-xmpp/Manifest b/net-irc/irssi-xmpp/Manifest
index 8c647e0544c..2c0b9f15eea 100644
--- a/net-irc/irssi-xmpp/Manifest
+++ b/net-irc/irssi-xmpp/Manifest
@@ -1,2 +1 @@
-DIST irssi-xmpp-0.52.tar.gz 68105 SHA256 
c63975e0562e7ec6a1b68cb607829b3933ec822aa4a844c3d6dccf16f110dbdc SHA512 
27f7b877d02e0812b59e9f23ee12e58b842e3923ab5f0aa8cdf874dc9b30d9d22dbae9ef848ee5ffe2dcb667a0344f960125a3ffc072ce065e1fdf714eb98b27
 WHIRLPOOL 
d6b760de57542a6d3e2fa8e167d2c21700f59bd9c64252cc6448dcebf935507adc9ef5dc8f10874c620cfd1c447871a5ac5a906921a3e9b532be9f91e54f64b7
 DIST irssi-xmpp-0.53.tar.gz 65649 SHA256 
6487362d23af7b9c185d8ac74e6b651e697cacc01de8bb9c750db1752140536f SHA512 
09969db01b77e95248a080599d480b8271dcbe6d42bc90e5e2bb304a2d1b9695b70090ef0a6b7342bf6e17326e0f7a50c11c85e02e6ed742ec55820ffad655be
 WHIRLPOOL 
ab43a8436f6e7ceb548f238d4c57665ad6c5e46eec9a68fd9346af0d70d0e826bbf03e9c1749b1ccca7e5524eb9999c10bfe99f3ccaebcdf9eda9854f615345e

diff --git a/net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild 
b/net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild
deleted file mode 100644
index cc4668cad98..00000000000
--- a/net-irc/irssi-xmpp/irssi-xmpp-0.52.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="An irssi plugin providing Jabber/XMPP support"
-HOMEPAGE="http://cybione.org/~irssi-xmpp/";
-SRC_URI="http://cybione.org/~${PN}/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="<net-irc/irssi-1
-       >=net-libs/loudmouth-1.4.0[debug]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       sed -e "s/{MAKE} doc-install/{MAKE}/" \
-               -i Makefile || die #322355
-       sed -e "/^CFLAGS\|LDFLAGS/ s/=/+=/" \
-               -i config.mk || die
-}
-
-src_compile() {
-       emake PREFIX=/usr CC="$(tc-getCC)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX=/usr IRSSI_LIB=/usr/$(get_libdir)/irssi 
install
-       dodoc README NEWS TODO docs/*
-}

Reply via email to