public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/monotorrent: ChangeLog monotorrent-0.80.ebuild
@ 2011-02-27 13:57 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-27 13:57 UTC (permalink / raw
  To: gentoo-commits

pacho       11/02/27 13:57:24

  Modified:             ChangeLog
  Added:                monotorrent-0.80.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-dotnet/monotorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Aug 2009 13:58:26 -0000	1.6
+++ ChangeLog	27 Feb 2011 13:57:23 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-dotnet/monotorrent
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.6 2009/08/31 13:58:26 loki_val Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.7 2011/02/27 13:57:23 pacho Exp $
+
+*monotorrent-0.80 (27 Feb 2011)
+
+  27 Feb 2011; Pacho Ramos <pacho@gentoo.org> +monotorrent-0.80.ebuild:
+  Version bump.
 
   31 Aug 2009; Peter Alfredsen <loki_val@gentoo.org>
   -monotorrent-0.70.ebuild, monotorrent-0.72.ebuild, -files/mono.snk:



1.1                  dev-dotnet/monotorrent/monotorrent-0.80.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?rev=1.1&content-type=text/plain

Index: monotorrent-0.80.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v 1.1 2011/02/27 13:57:23 pacho Exp $

EAPI=2

inherit mono multilib

DESCRIPTION="Monotorrent is an open source C# bittorrent library"
HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent"
SRC_URI="http://projects.qnetp.net/attachments/download/28/${P}.tar.gz
	mirror://gentoo/mono.snk.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/mono-2.0.1"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.23"

# The hack we do to get the dll installed in the GAC makes the unit-tests
# defunct.
RESTRICT="test"

src_prepare() {
	sed -i	\
		-e "/InternalsVisibleTo/d" \
		MonoTorrent/AssemblyInfo.cs* || die
}

src_compile() {
	emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs -keyfile:${WORKDIR}/mono.snk"
}

src_install() {
	egacinstall $(find . -name "MonoTorrent.dll")
	dodir /usr/$(get_libdir)/pkgconfig
	ebegin "Installing .pc file"
	sed  \
		-e "s:@LIBDIR@:$(get_libdir):" \
		-e "s:@PACKAGENAME@:${PN}:" \
		-e "s:@DESCRIPTION@:${DESCRIPTION}:" \
		-e "s:@VERSION@:${PV}:" \
		-e 's;@LIBS@;-r:${libdir}/mono/monotorrent/MonoTorrent.dll;' \
		"${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/${PN}.pc
	PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists monotorrent || die ".pc file failed to validate."
	eend $?
}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/monotorrent: ChangeLog monotorrent-0.80.ebuild
@ 2011-05-07 16:41 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-07 16:41 UTC (permalink / raw
  To: gentoo-commits

tomka       11/05/07 16:41:36

  Modified:             ChangeLog monotorrent-0.80.ebuild
  Log:
  x86 stable per bug 359651
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-dotnet/monotorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	27 Feb 2011 13:57:23 -0000	1.7
+++ ChangeLog	7 May 2011 16:41:36 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/monotorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.7 2011/02/27 13:57:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.8 2011/05/07 16:41:36 tomka Exp $
+
+  07 May 2011; Thomas Kahle <tomka@gentoo.org> monotorrent-0.80.ebuild:
+  x86 stable per bug 359651
 
 *monotorrent-0.80 (27 Feb 2011)
 



1.2                  dev-dotnet/monotorrent/monotorrent-0.80.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?r1=1.1&r2=1.2

Index: monotorrent-0.80.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monotorrent-0.80.ebuild	27 Feb 2011 13:57:23 -0000	1.1
+++ monotorrent-0.80.ebuild	7 May 2011 16:41:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v 1.1 2011/02/27 13:57:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v 1.2 2011/05/07 16:41:36 tomka Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 RDEPEND=">=dev-lang/mono-2.0.1"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/monotorrent: ChangeLog monotorrent-0.80.ebuild
@ 2011-05-11 19:26 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-11 19:26 UTC (permalink / raw
  To: gentoo-commits

angelos     11/05/11 19:26:59

  Modified:             ChangeLog monotorrent-0.80.ebuild
  Log:
  Stable on amd64 wrt bug #359651
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-dotnet/monotorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	7 May 2011 16:41:36 -0000	1.8
+++ ChangeLog	11 May 2011 19:26:59 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/monotorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.8 2011/05/07 16:41:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.9 2011/05/11 19:26:59 angelos Exp $
+
+  11 May 2011; Christoph Mende <angelos@gentoo.org> monotorrent-0.80.ebuild:
+  Stable on amd64 wrt bug #359651
 
   07 May 2011; Thomas Kahle <tomka@gentoo.org> monotorrent-0.80.ebuild:
   x86 stable per bug 359651



1.3                  dev-dotnet/monotorrent/monotorrent-0.80.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild?r1=1.2&r2=1.3

Index: monotorrent-0.80.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- monotorrent-0.80.ebuild	7 May 2011 16:41:36 -0000	1.2
+++ monotorrent-0.80.ebuild	11 May 2011 19:26:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v 1.2 2011/05/07 16:41:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v 1.3 2011/05/11 19:26:59 angelos Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RDEPEND=">=dev-lang/mono-2.0.1"
 DEPEND="${RDEPEND}






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

end of thread, other threads:[~2011-05-11 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27 13:57 [gentoo-commits] gentoo-x86 commit in dev-dotnet/monotorrent: ChangeLog monotorrent-0.80.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-07 16:41 Thomas Kahle (tomka)
2011-05-11 19:26 Christoph Mende (angelos)

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