diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2010-10-14 10:28:43 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2010-10-14 10:28:43 +0000 |
commit | b1a37433822a32d483db2c9f02bf1915a3099874 (patch) | |
tree | c877a0325e654c850833c8c46763a4991e5751a8 /dev-dotnet/gluezilla | |
parent | Respect LDFLAGS. Bug #335235 (diff) | |
download | gentoo-2-b1a37433822a32d483db2c9f02bf1915a3099874.tar.gz gentoo-2-b1a37433822a32d483db2c9f02bf1915a3099874.tar.bz2 gentoo-2-b1a37433822a32d483db2c9f02bf1915a3099874.zip |
Bump from stable to update mono dep.
(Portage version: 2.1.9.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/gluezilla')
-rw-r--r-- | dev-dotnet/gluezilla/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/gluezilla/gluezilla-2.6-r1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-dotnet/gluezilla/ChangeLog b/dev-dotnet/gluezilla/ChangeLog index 34cf86fc14d6..d69406ded012 100644 --- a/dev-dotnet/gluezilla/ChangeLog +++ b/dev-dotnet/gluezilla/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/gluezilla # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.19 2010/10/07 19:23:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.20 2010/10/14 10:28:43 ali_bush Exp $ + +*gluezilla-2.6-r1 (14 Oct 2010) + + 14 Oct 2010; Alistair Bush <ali_bush@gentoo.org> +gluezilla-2.6-r1.ebuild: + Bump from stable to update mono dep. 07 Oct 2010; Pacho Ramos <pacho@gentoo.org> -gluezilla-2.0.9999.ebuild, -gluezilla-2.4.2.ebuild, -gluezilla-2.4.9999.ebuild: diff --git a/dev-dotnet/gluezilla/gluezilla-2.6-r1.ebuild b/dev-dotnet/gluezilla/gluezilla-2.6-r1.ebuild new file mode 100644 index 000000000000..5d8723daf116 --- /dev/null +++ b/dev-dotnet/gluezilla/gluezilla-2.6-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6-r1.ebuild,v 1.1 2010/10/14 10:28:43 ali_bush Exp $ + +EAPI=2 + +inherit go-mono mono autotools + +DESCRIPTION="A simple library to embed Gecko (xulrunner) in the Mono Winforms WebControl" +HOMEPAGE="http://mono-project.com/Gluezilla" + +LICENSE="LGPL-2 MPL-1.1" +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +IUSE="" + +RDEPEND="net-libs/xulrunner:1.9 + x11-libs/gtk+:2 + >=dev-lang/mono-2.6" +DEPEND="${RDEPEND}" + +src_prepare() { + epatch "${FILESDIR}/${P}-fix-xulrunner-detection.patch" || die "Failed to patch" + eautoreconf +} |