summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-03-04 02:23:07 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-03-04 02:23:07 +0000
commitb2f176c4b67fb3893c2e5d3edd30b3b16af263ff (patch)
tree3fc137f0a8765f1b5408f3915d9db7adc0cf7631 /x11-plugins/bitlbee-steam
parentAutomated update. (diff)
downloadgentoo-2-b2f176c4b67fb3893c2e5d3edd30b3b16af263ff.tar.gz
gentoo-2-b2f176c4b67fb3893c2e5d3edd30b3b16af263ff.tar.bz2
gentoo-2-b2f176c4b67fb3893c2e5d3edd30b3b16af263ff.zip
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-plugins/bitlbee-steam')
-rw-r--r--x11-plugins/bitlbee-steam/ChangeLog10
-rw-r--r--x11-plugins/bitlbee-steam/bitlbee-steam-1.0.0.ebuild32
2 files changed, 39 insertions, 3 deletions
diff --git a/x11-plugins/bitlbee-steam/ChangeLog b/x11-plugins/bitlbee-steam/ChangeLog
index 2bf346f38dbc..5ad7361199e1 100644
--- a/x11-plugins/bitlbee-steam/ChangeLog
+++ b/x11-plugins/bitlbee-steam/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/bitlbee-steam
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v 1.4 2013/08/20 14:15:49 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v 1.5 2014/03/04 02:23:07 hasufell Exp $
+
+*bitlbee-steam-1.0.0 (04 Mar 2014)
+
+ 04 Mar 2014; Julian Ospald <hasufell@gentoo.org> +bitlbee-steam-1.0.0.ebuild:
+ version bump
20 Aug 2013; Julian Ospald <hasufell@gentoo.org>
bitlbee-steam-0.1.0_pre20130814.ebuild:
@@ -22,4 +27,3 @@
19 Aug 2013; Julian Ospald <hasufell@gentoo.org>
+bitlbee-steam-0_pre20130814.ebuild, +metadata.xml:
initial commit
-
diff --git a/x11-plugins/bitlbee-steam/bitlbee-steam-1.0.0.ebuild b/x11-plugins/bitlbee-steam/bitlbee-steam-1.0.0.ebuild
new file mode 100644
index 000000000000..28a37069b60d
--- /dev/null
+++ b/x11-plugins/bitlbee-steam/bitlbee-steam-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-1.0.0.ebuild,v 1.1 2014/03/04 02:23:07 hasufell Exp $
+
+EAPI=5
+
+inherit eutils autotools
+
+DESCRIPTION="Steam protocol plugin for BitlBee"
+HOMEPAGE="https://github.com/jgeboski/bitlbee-steam"
+SRC_URI="https://github.com/jgeboski/bitlbee-steam/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/gmp:0
+ >=net-im/bitlbee-3.2.1[plugins]"
+DEPEND="${RDEPEND}
+ dev-libs/glib:2
+ virtual/pkgconfig"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ default
+ prune_libtool_files
+}