From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee-steam/
Date: Fri, 18 Aug 2017 02:16:31 +0000 (UTC) [thread overview]
Message-ID: <1503022552.b5bf85e9ba537b25c10253cb007e7fc45c570eba.radhermit@gentoo> (raw)
commit: b5bf85e9ba537b25c10253cb007e7fc45c570eba
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 02:14:50 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 02:15:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5bf85e9
net-im/bitlbee-steam: version bump to 1.4.2
Bug #580786 by Alex Xu.
net-im/bitlbee-steam/Manifest | 1 +
net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild | 37 +++++++++++++++++++++++++
net-im/bitlbee-steam/bitlbee-steam-9999.ebuild | 34 +++++++++++------------
net-im/bitlbee-steam/metadata.xml | 4 +--
4 files changed, 57 insertions(+), 19 deletions(-)
diff --git a/net-im/bitlbee-steam/Manifest b/net-im/bitlbee-steam/Manifest
index af5b2af784c..c1e9cb80818 100644
--- a/net-im/bitlbee-steam/Manifest
+++ b/net-im/bitlbee-steam/Manifest
@@ -1 +1,2 @@
DIST bitlbee-steam-1.2.0.tar.gz 40277 SHA256 ffcfbaf4aef55e78470fc8102554dc190a43d3a5cf6c055188f26036c8fb3a11 SHA512 706f22193d7a22dcbcaa6a07d2dcd4707b666d9a831a9864949ce9a6f2a1db33d3a07f94b3cde9a8d6042fd53caa07b1f87749f87b146d88793578cca997adee WHIRLPOOL e8b69dbbdcc07a82fc75e270bb431611f4de0b1e96ef0756adff4d20cc0656828b159b8973ea9b1d735ae9a641882e1fcb68a8ce9513cb605be3e26eca22a5da
+DIST bitlbee-steam-1.4.2.tar.gz 43003 SHA256 fced6878906e14d96f899d362620de17c41a7fb84c2460068a9c08fc6904de38 SHA512 c8acf584052246112b76c433e26805ade204802173147b9f1b73778f1300557df41ab97562a1cfbc20ad1bb0288718d62c03f90b7d11a9faf4d647938009ee48 WHIRLPOOL 37f6070dc9d6dc9a81cc4791ce0333162a75dc582a5113a0e7040437a600cf6dc6dafa972b71c4883e9ebc5737b11ab7a1cac187e6cf860191a7635619780be8
diff --git a/net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild b/net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild
new file mode 100644
index 00000000000..c0ec7c0ca9c
--- /dev/null
+++ b/net-im/bitlbee-steam/bitlbee-steam-1.4.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/bitlbee/bitlbee-steam"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/libgcrypt:0=
+ >=net-im/bitlbee-3.4[plugins]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ prune_libtool_files --modules
+}
diff --git a/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild b/net-im/bitlbee-steam/bitlbee-steam-9999.ebuild
index 680b1000596..c0ec7c0ca9c 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
}
diff --git a/net-im/bitlbee-steam/metadata.xml b/net-im/bitlbee-steam/metadata.xml
index 7a7128a8844..6b674f5fd99 100644
--- a/net-im/bitlbee-steam/metadata.xml
+++ b/net-im/bitlbee-steam/metadata.xml
@@ -12,7 +12,7 @@
<email>jgeboski@gmail.com</email>
<name>James Geboski</name>
</maintainer>
- <bugs-to>https://github.com/jgeboski/bitlbee-steam/issues</bugs-to>
- <remote-id type="github">jgeboski/bitlbee-steam</remote-id>
+ <bugs-to>https://github.com/bitlbee/bitlbee-steam/issues</bugs-to>
+ <remote-id type="github">bitlbee/bitlbee-steam</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2017-08-18 2:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-18 2:16 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-12 18:45 [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee-steam/ Conrad Kostecki
2021-04-21 2:10 Sam James
2015-08-14 23:10 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1503022552.b5bf85e9ba537b25c10253cb007e7fc45c570eba.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox