public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitstormlite: ChangeLog bitstormlite-0.2p.ebuild
@ 2009-02-16  0:05 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-02-16  0:05 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/02/16 00:05:17

  Modified:             ChangeLog bitstormlite-0.2p.ebuild
  Log:
  Fix build with gcc-4.3. Bug 251535. Patch snatched from http://bugs.debian.org/455302 .
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-p2p/bitstormlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	13 Apr 2008 14:46:21 -0000	1.9
+++ ChangeLog	16 Feb 2009 00:05:16 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/bitstormlite
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.9 2008/04/13 14:46:21 betelgeuse Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.10 2009/02/16 00:05:16 loki_val Exp $
+
+  16 Feb 2009; Peter Alfredsen <loki_val@gentoo.org>
+  +files/bitstormlite-0.2p-gcc43.patch, bitstormlite-0.2p.ebuild:
+  Fix build with gcc-4.3. Bug 251535. Patch snatched from
+  http://bugs.debian.org/455302 .
 
   13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
   bitstormlite-0.2p.ebuild:



1.3                  net-p2p/bitstormlite/bitstormlite-0.2p.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?r1=1.2&r2=1.3

Index: bitstormlite-0.2p.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitstormlite-0.2p.ebuild	13 Apr 2008 14:46:21 -0000	1.2
+++ bitstormlite-0.2p.ebuild	16 Feb 2009 00:05:16 -0000	1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.2 2008/04/13 14:46:21 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.3 2009/02/16 00:05:16 loki_val Exp $
+
+inherit eutils
 
 DESCRIPTION="A light BitTorrent client based on c++ and gtk+."
 HOMEPAGE="http://sourceforge.net/projects/bbom/"
@@ -17,6 +19,12 @@
 
 S="${WORKDIR}/BitStormLite-${PV}"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}/${P}-gcc43.patch"
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-p2p/bitstormlite: ChangeLog bitstormlite-0.2p.ebuild
@ 2009-07-25 19:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-25 19:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/25 19:53:52

  Modified:             ChangeLog bitstormlite-0.2p.ebuild
  Log:
  Fix building with GCC 4.4 wrt #277188.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 net-p2p/bitstormlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 Feb 2009 00:05:16 -0000	1.10
+++ ChangeLog	25 Jul 2009 19:53:52 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/bitstormlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.10 2009/02/16 00:05:16 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.11 2009/07/25 19:53:52 ssuominen Exp $
+
+  25 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+  bitstormlite-0.2p.ebuild, +files/bitstormlite-0.2p-gcc44.patch:
+  Fix building with GCC 4.4 wrt #277188.
 
   16 Feb 2009; Peter Alfredsen <loki_val@gentoo.org>
   +files/bitstormlite-0.2p-gcc43.patch, bitstormlite-0.2p.ebuild:



1.4                  net-p2p/bitstormlite/bitstormlite-0.2p.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?r1=1.3&r2=1.4

Index: bitstormlite-0.2p.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitstormlite-0.2p.ebuild	16 Feb 2009 00:05:16 -0000	1.3
+++ bitstormlite-0.2p.ebuild	25 Jul 2009 19:53:52 -0000	1.4
@@ -1,7 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.3 2009/02/16 00:05:16 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.4 2009/07/25 19:53:52 ssuominen Exp $
 
+EAPI=2
 inherit eutils
 
 DESCRIPTION="A light BitTorrent client based on c++ and gtk+."
@@ -10,19 +11,19 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+
 RDEPEND="net-misc/curl
-		>=x11-libs/gtk+-2.6"
-DEPEND="dev-util/pkgconfig
-	${RDEPEND}"
-
-S="${WORKDIR}/BitStormLite-${PV}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${P}-gcc43.patch"
+	>=x11-libs/gtk+-2.6:2"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
+
+S=${WORKDIR}/BitStormLite-${PV}
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-gcc44.patch
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-p2p/bitstormlite: ChangeLog bitstormlite-0.2p.ebuild
@ 2009-12-19 21:56 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-19 21:56 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/19 21:56:18

  Modified:             ChangeLog bitstormlite-0.2p.ebuild
  Log:
  Fix building with -Wl,--as-needed wrt #248147.
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 net-p2p/bitstormlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	25 Jul 2009 19:53:52 -0000	1.11
+++ ChangeLog	19 Dec 2009 21:56:17 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/bitstormlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.11 2009/07/25 19:53:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.12 2009/12/19 21:56:17 ssuominen Exp $
+
+  19 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  bitstormlite-0.2p.ebuild, +files/bitstormlite-0.2p-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #248147.
 
   25 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
   bitstormlite-0.2p.ebuild, +files/bitstormlite-0.2p-gcc44.patch:



1.5                  net-p2p/bitstormlite/bitstormlite-0.2p.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?r1=1.4&r2=1.5

Index: bitstormlite-0.2p.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bitstormlite-0.2p.ebuild	25 Jul 2009 19:53:52 -0000	1.4
+++ bitstormlite-0.2p.ebuild	19 Dec 2009 21:56:17 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.4 2009/07/25 19:53:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.5 2009/12/19 21:56:17 ssuominen Exp $
 
 EAPI=2
-inherit eutils
+inherit autotools eutils
 
 DESCRIPTION="A light BitTorrent client based on c++ and gtk+."
 HOMEPAGE="http://sourceforge.net/projects/bbom/"
@@ -23,9 +23,11 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc43.patch \
-		"${FILESDIR}"/${P}-gcc44.patch
+		"${FILESDIR}"/${P}-gcc44.patch \
+		"${FILESDIR}"/${P}-asneeded.patch
+	eautoreconf
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-p2p/bitstormlite: ChangeLog bitstormlite-0.2p.ebuild
@ 2012-05-04  6:33 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  6:33 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 06:33:35

  Modified:             ChangeLog bitstormlite-0.2p.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.13                 net-p2p/bitstormlite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitstormlite/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitstormlite/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	19 Dec 2009 21:56:17 -0000	1.12
+++ ChangeLog	4 May 2012 06:33:35 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bitstormlite
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.12 2009/12/19 21:56:17 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.13 2012/05/04 06:33:35 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> bitstormlite-0.2p.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   19 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
   bitstormlite-0.2p.ebuild, +files/bitstormlite-0.2p-asneeded.patch:



1.6                  net-p2p/bitstormlite/bitstormlite-0.2p.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild?r1=1.5&r2=1.6

Index: bitstormlite-0.2p.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bitstormlite-0.2p.ebuild	19 Dec 2009 21:56:17 -0000	1.5
+++ bitstormlite-0.2p.ebuild	4 May 2012 06:33:35 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.5 2009/12/19 21:56:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.6 2012/05/04 06:33:35 jdhore Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -17,7 +17,7 @@
 RDEPEND="net-misc/curl
 	>=x11-libs/gtk+-2.6:2"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 S=${WORKDIR}/BitStormLite-${PV}
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-04  6:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-25 19:53 [gentoo-commits] gentoo-x86 commit in net-p2p/bitstormlite: ChangeLog bitstormlite-0.2p.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04  6:33 Jeff Horelick (jdhore)
2009-12-19 21:56 Samuli Suominen (ssuominen)
2009-02-16  0:05 Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox