commit:     26a5188aebd914be8a898aeb36fa70e562d47e15
Author:     J. GarcĂ­a <u0x004a <AT> gmail <DOT> com>
AuthorDate: Mon May 23 20:32:13 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed May 25 07:51:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a5188a

net-irc/irssi-xmpp: bump to 0.53 and other changes - Change HOMEPAGE to https - 
Change SRC_URI to github and use https

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1527

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-irc/irssi-xmpp/Manifest               |  1 +
 net-irc/irssi-xmpp/irssi-xmpp-0.53.ebuild | 34 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-irc/irssi-xmpp/Manifest b/net-irc/irssi-xmpp/Manifest
index 8005a52..8c647e0 100644
--- a/net-irc/irssi-xmpp/Manifest
+++ b/net-irc/irssi-xmpp/Manifest
@@ -1 +1,2 @@
 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.53.ebuild 
b/net-irc/irssi-xmpp/irssi-xmpp-0.53.ebuild
new file mode 100644
index 0000000..b856a03
--- /dev/null
+++ b/net-irc/irssi-xmpp/irssi-xmpp-0.53.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs multilib
+
+DESCRIPTION="An irssi plugin providing Jabber/XMPP support"
+HOMEPAGE="https://cybione.org/~irssi-xmpp/";
+SRC_URI="https://github.com/cdidier/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=net-irc/irssi-0.8.13
+       >=net-libs/loudmouth-1.4.0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       sed -e "s/{MAKE} doc-install/{MAKE}/" \
+               -i Makefile || die #322355
+}
+
+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