From b5bf85e9ba537b25c10253cb007e7fc45c570eba Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 17 Aug 2017 22:14:50 -0400 Subject: net-im/bitlbee-steam: version bump to 1.4.2 Bug #580786 by Alex Xu. --- net-im/bitlbee-steam/bitlbee-steam-9999.ebuild | 34 +++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'net-im/bitlbee-steam/bitlbee-steam-9999.ebuild') diff --git a/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild b/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild index 680b1000596a..c0ec7c0ca9c8 100644 --- a/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild +++ b/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild @@ -1,37 +1,37 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils autotools git-2 +inherit ltprune autotools + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/bitlbee/bitlbee-steam.git" + inherit git-r3 +else + SRC_URI="https://github.com/bitlbee/bitlbee-steam/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi DESCRIPTION="Steam protocol plugin for BitlBee" -HOMEPAGE="https://github.com/jgeboski/bitlbee-steam" -EGIT_REPO_URI="https://github.com/jgeboski/bitlbee-steam.git" +HOMEPAGE="https://github.com/bitlbee/bitlbee-steam" -LICENSE="GPL-2 LGPL-2.1 BSD-2" +LICENSE="GPL-2+" SLOT="0" -KEYWORDS="" -IUSE="debug" RDEPEND=" dev-libs/glib:2 - dev-libs/libgpg-error - >=net-im/bitlbee-3.2.1[plugins]" + dev-libs/libgcrypt:0= + >=net-im/bitlbee-3.4[plugins]" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { + default eautoreconf } -src_configure() { - econf \ - $(use_enable debug) \ - --enable-minimal-flags -} - src_install() { default - prune_libtool_files + prune_libtool_files --modules } -- cgit v1.2.3-65-gdbad