public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.9.ebuild
@ 2007-10-25 19:22 Timothy Redaelli (drizzt)
  0 siblings, 0 replies; 4+ messages in thread
From: Timothy Redaelli (drizzt) @ 2007-10-25 19:22 UTC (permalink / raw
  To: gentoo-commits

drizzt      07/10/25 19:22:20

  Modified:             ChangeLog
  Added:                libtorrent-0.11.9.ebuild
  Log:
  Version bump, thanks to Flameeyes for poking me.
  
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.99                 net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	8 Sep 2007 14:36:56 -0000	1.98
+++ ChangeLog	25 Oct 2007 19:22:20 -0000	1.99
@@ -1,6 +1,16 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.98 2007/09/08 14:36:56 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.99 2007/10/25 19:22:20 drizzt Exp $
+
+  25 Oct 2007; Timothy Redaelli <drizzt@gentoo.org>
+  +libtorrent-0.11.9.ebuild:
+  Version bump, thanks to Flameeyes for poking me.
+
+*libtorrent-0.11.9 (25 Oct 2007)
+
+  25 Oct 2007; Timothy Redaelli <drizzt@gentoo.org>
+  +libtorrent-0.11.9.ebuild:
+  Version bump, thanks to Flameeyes for poking me.
 
 *libtorrent-0.11.8 (08 Sep 2007)
 



1.1                  net-libs/libtorrent/libtorrent-0.11.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.1&content-type=text/plain

Index: libtorrent-0.11.9.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.1 2007/10/25 19:22:20 drizzt Exp $

inherit eutils toolchain-funcs flag-o-matic libtool

DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix."
HOMEPAGE="http://libtorrent.rakshasa.no/"
SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

IUSE="debug"

RDEPEND=">=dev-libs/libsigc++-2"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.11"

src_compile() {
	replace-flags -Os -O2

	if [[ $(tc-arch) = "x86" ]]; then
		filter-flags -fomit-frame-pointer -fforce-addr
	fi

	elibtoolize
	econf \
		$(use_enable debug) \
		--enable-static \
		--enable-shared \
		--disable-dependency-tracking \
		|| die "econf failed"

	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.9.ebuild
@ 2007-11-13 15:23 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-13 15:23 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/13 15:23:45

  Modified:             ChangeLog libtorrent-0.11.9.ebuild
  Log:
  Add ~ia64 wrt #198844
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.104                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	10 Nov 2007 21:51:22 -0000	1.103
+++ ChangeLog	13 Nov 2007 15:23:44 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.103 2007/11/10 21:51:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.104 2007/11/13 15:23:44 armin76 Exp $
+
+  13 Nov 2007; Raúl Porcel <armin76@gentoo.org> libtorrent-0.11.9.ebuild:
+  Add ~ia64 wrt #198844
 
   10 Nov 2007; Markus Rothe <corsair@gentoo.org> libtorrent-0.11.8.ebuild:
   Stable on ppc64; bug #198558



1.2                  net-libs/libtorrent/libtorrent-0.11.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?r1=1.1&r2=1.2

Index: libtorrent-0.11.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtorrent-0.11.9.ebuild	25 Oct 2007 19:22:20 -0000	1.1
+++ libtorrent-0.11.9.ebuild	13 Nov 2007 15:23:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.1 2007/10/25 19:22:20 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.2 2007/11/13 15:23:44 armin76 Exp $
 
 inherit eutils toolchain-funcs flag-o-matic libtool
 
@@ -9,7 +9,7 @@
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 IUSE="debug"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.9.ebuild
@ 2008-01-10  8:48 Guy Martin (gmsoft)
  0 siblings, 0 replies; 4+ messages in thread
From: Guy Martin (gmsoft) @ 2008-01-10  8:48 UTC (permalink / raw
  To: gentoo-commits

gmsoft      08/01/10 08:48:45

  Modified:             ChangeLog libtorrent-0.11.9.ebuild
  Log:
  Added hppa to KEYWORDS.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.106                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	13 Nov 2007 16:30:42 -0000	1.105
+++ ChangeLog	10 Jan 2008 08:48:45 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.105 2007/11/13 16:30:42 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.106 2008/01/10 08:48:45 gmsoft Exp $
+
+  10 Jan 2008; Guy Martin <gmsoft@gentoo.org> libtorrent-0.11.9.ebuild:
+  Added hppa to KEYWORDS.
 
   13 Nov 2007; Samuli Suominen <drac@gentoo.org> libtorrent-0.11.8.ebuild:
   amd64 stable wrt #198558



1.3                  net-libs/libtorrent/libtorrent-0.11.9.ebuild

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

Index: libtorrent-0.11.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtorrent-0.11.9.ebuild	13 Nov 2007 15:23:44 -0000	1.2
+++ libtorrent-0.11.9.ebuild	10 Jan 2008 08:48:45 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.2 2007/11/13 15:23:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.3 2008/01/10 08:48:45 gmsoft Exp $
 
 inherit eutils toolchain-funcs flag-o-matic libtool
 
@@ -9,7 +9,7 @@
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 IUSE="debug"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.9.ebuild
@ 2008-02-05 11:06 Markus Rothe (corsair)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Rothe (corsair) @ 2008-02-05 11:06 UTC (permalink / raw
  To: gentoo-commits

corsair     08/02/05 11:06:18

  Modified:             ChangeLog libtorrent-0.11.9.ebuild
  Log:
  Stable on ppc64
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.107                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	10 Jan 2008 08:48:45 -0000	1.106
+++ ChangeLog	5 Feb 2008 11:06:17 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.106 2008/01/10 08:48:45 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.107 2008/02/05 11:06:17 corsair Exp $
+
+  05 Feb 2008; Markus Rothe <corsair@gentoo.org> libtorrent-0.11.9.ebuild:
+  Stable on ppc64
 
   10 Jan 2008; Guy Martin <gmsoft@gentoo.org> libtorrent-0.11.9.ebuild:
   Added hppa to KEYWORDS.



1.4                  net-libs/libtorrent/libtorrent-0.11.9.ebuild

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

Index: libtorrent-0.11.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtorrent-0.11.9.ebuild	10 Jan 2008 08:48:45 -0000	1.3
+++ libtorrent-0.11.9.ebuild	5 Feb 2008 11:06:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.3 2008/01/10 08:48:45 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.4 2008/02/05 11:06:17 corsair Exp $
 
 inherit eutils toolchain-funcs flag-o-matic libtool
 
@@ -9,7 +9,7 @@
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 
 IUSE="debug"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-02-05 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 15:23 [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.9.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-05 11:06 Markus Rothe (corsair)
2008-01-10  8:48 Guy Martin (gmsoft)
2007-10-25 19:22 Timothy Redaelli (drizzt)

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