* [gentoo-commits] gentoo-x86 commit in x11-plugins/bitlbee-steam: bitlbee-steam-9999.ebuild ChangeLog
@ 2013-08-19 0:41 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-08-19 0:41 UTC (permalink / raw
To: gentoo-commits
hasufell 13/08/19 00:41:37
Modified: ChangeLog
Added: bitlbee-steam-9999.ebuild
Log:
add live ebuild
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.3 x11-plugins/bitlbee-steam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 19 Aug 2013 00:38:55 -0000 1.2
+++ ChangeLog 19 Aug 2013 00:41:37 -0000 1.3
@@ -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.2 2013/08/19 00:38:55 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v 1.3 2013/08/19 00:41:37 hasufell Exp $
+
+*bitlbee-steam-9999 (19 Aug 2013)
+
+ 19 Aug 2013; Julian Ospald <hasufell@gentoo.org> +bitlbee-steam-9999.ebuild:
+ add live ebuild
*bitlbee-steam-0.1.0_pre20130814 (19 Aug 2013)
1.1 x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?rev=1.1&content-type=text/plain
Index: bitlbee-steam-9999.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild,v 1.1 2013/08/19 00:41:37 hasufell Exp $
EAPI=5
inherit autotools git-2
DESCRIPTION="Steam protocol plugin for BitlBee"
HOMEPAGE="https://github.com/jgeboski/bitlbee-steam"
EGIT_REPO_URI="https://github.com/jgeboski/bitlbee-steam.git"
LICENSE="GPL-2 LGPL-2.1 BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-libs/gmp:0
>=net-im/bitlbee-3.2[plugins]"
DEPEND="${RDEPEND}
dev-libs/glib:2
virtual/pkgconfig"
src_prepare() {
eautoreconf
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/bitlbee-steam: bitlbee-steam-9999.ebuild ChangeLog
@ 2014-03-04 21:04 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2014-03-04 21:04 UTC (permalink / raw
To: gentoo-commits
hasufell 14/03/04 21:04:19
Modified: bitlbee-steam-9999.ebuild ChangeLog
Log:
fix dependencies wrt #503432
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path
1.2 x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?r1=1.1&r2=1.2
Index: bitlbee-steam-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitlbee-steam-9999.ebuild 19 Aug 2013 00:41:37 -0000 1.1
+++ bitlbee-steam-9999.ebuild 4 Mar 2014 21:04:19 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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-9999.ebuild,v 1.1 2013/08/19 00:41:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild,v 1.2 2014/03/04 21:04:19 hasufell Exp $
EAPI=5
@@ -17,7 +17,7 @@
RDEPEND="
dev-libs/gmp:0
- >=net-im/bitlbee-3.2[plugins]"
+ >=net-im/bitlbee-3.2.1[plugins]"
DEPEND="${RDEPEND}
dev-libs/glib:2
virtual/pkgconfig"
@@ -25,3 +25,8 @@
src_prepare() {
eautoreconf
}
+
+src_install() {
+ default
+ prune_libtool_files
+}
1.6 x11-plugins/bitlbee-steam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 4 Mar 2014 02:23:07 -0000 1.5
+++ ChangeLog 4 Mar 2014 21:04:19 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/bitlbee-steam
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v 1.6 2014/03/04 21:04:19 hasufell Exp $
+
+ 04 Mar 2014; Julian Ospald <hasufell@gentoo.org> bitlbee-steam-9999.ebuild:
+ fix dependencies wrt #503432
*bitlbee-steam-1.0.0 (04 Mar 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/bitlbee-steam: bitlbee-steam-9999.ebuild ChangeLog
@ 2014-03-05 13:16 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2014-03-05 13:16 UTC (permalink / raw
To: gentoo-commits
hasufell 14/03/05 13:16:00
Modified: bitlbee-steam-9999.ebuild ChangeLog
Log:
add debug USE flag to live ebuild
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path
1.3 x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild?r1=1.2&r2=1.3
Index: bitlbee-steam-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitlbee-steam-9999.ebuild 4 Mar 2014 21:04:19 -0000 1.2
+++ bitlbee-steam-9999.ebuild 5 Mar 2014 13:16:00 -0000 1.3
@@ -1,6 +1,6 @@
# 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-9999.ebuild,v 1.2 2014/03/04 21:04:19 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/bitlbee-steam-9999.ebuild,v 1.3 2014/03/05 13:16:00 hasufell Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-2 LGPL-2.1 BSD-2"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="debug"
RDEPEND="
dev-libs/gmp:0
@@ -26,6 +26,12 @@
eautoreconf
}
+src_configure() {
+ econf \
+ $(use_enable debug) \
+ --enable-minimal-flags
+}
+
src_install() {
default
prune_libtool_files
1.8 x11-plugins/bitlbee-steam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 4 Mar 2014 21:17:16 -0000 1.7
+++ ChangeLog 5 Mar 2014 13:16:00 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/bitlbee-steam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v 1.7 2014/03/04 21:17:16 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bitlbee-steam/ChangeLog,v 1.8 2014/03/05 13:16:00 hasufell Exp $
+
+ 05 Mar 2014; Julian Ospald <hasufell@gentoo.org> bitlbee-steam-9999.ebuild:
+ add debug USE flag to live ebuild
04 Mar 2014; Julian Ospald <hasufell@gentoo.org>
+files/bitlbee-steam-1.0.0-debug.patch, bitlbee-steam-1.0.0.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-05 13:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 0:41 [gentoo-commits] gentoo-x86 commit in x11-plugins/bitlbee-steam: bitlbee-steam-9999.ebuild ChangeLog Julian Ospald (hasufell)
-- strict thread matches above, loose matches on Subject: below --
2014-03-04 21:04 Julian Ospald (hasufell)
2014-03-05 13:16 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox