diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-12-25 22:32:16 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-12-25 22:32:16 +0000 |
commit | dc5848fdd0ea08cad5acb75b35c4f1a67229a37f (patch) | |
tree | b0eabf33cf3fe6fce1e09c81a146e2a3e75490f1 /dev-dotnet/njb-sharp | |
parent | Remove cvs Ids from patch, #116728 (diff) | |
download | historical-dc5848fdd0ea08cad5acb75b35c4f1a67229a37f.tar.gz historical-dc5848fdd0ea08cad5acb75b35c4f1a67229a37f.tar.bz2 historical-dc5848fdd0ea08cad5acb75b35c4f1a67229a37f.zip |
Depend on libnjb 2.2.4 or newer, older versions will not work. Closes bug #116726.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-dotnet/njb-sharp')
-rw-r--r-- | dev-dotnet/njb-sharp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/njb-sharp/Manifest | 12 | ||||
-rw-r--r-- | dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild | 4 |
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-dotnet/njb-sharp/ChangeLog b/dev-dotnet/njb-sharp/ChangeLog index 46e0dd29f020..d84c13aa7e3f 100644 --- a/dev-dotnet/njb-sharp/ChangeLog +++ b/dev-dotnet/njb-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/njb-sharp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/ChangeLog,v 1.1 2005/12/23 21:52:27 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/ChangeLog,v 1.2 2005/12/25 22:32:16 chainsaw Exp $ + + 25 Dec 2005; <chainsaw@gentoo.org> njb-sharp-0.2.2.ebuild: + Depend on libnjb 2.2.4 or newer, older versions will not work. Closes bug + #116726. *njb-sharp-0.2.2 (23 Dec 2005) diff --git a/dev-dotnet/njb-sharp/Manifest b/dev-dotnet/njb-sharp/Manifest index 4789b92fa13f..0839b3c97dc3 100644 --- a/dev-dotnet/njb-sharp/Manifest +++ b/dev-dotnet/njb-sharp/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 11c7ac6b59a67ac0932d656f391641d4 ChangeLog 402 +MD5 37e2bca127e97333f18ae73b571870dc ChangeLog 551 MD5 3abbda3f5241e0c6fffd9456041a1e9a files/digest-njb-sharp-0.2.2 67 MD5 46261388ca1ae057f1d8590a23834c49 metadata.xml 294 -MD5 1bda9a95be5f0bbbbd7a7a856af14de4 njb-sharp-0.2.2.ebuild 892 +MD5 66c2779bb1a5c01f628c7e0f11b1cd22 njb-sharp-0.2.2.ebuild 900 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) -iD8DBQFDrHHYwUpWvClEHQoRAju0AJ46GtJQ8m12LHmNizIcBBQQ9Lai1wCffSEp -agOOSS+H0mH4GjUrU/XdKX8= -=+0ku +iD8DBQFDrx4Wp5vW4rUFj5oRAq9yAJ9G6JexEti+p56ZiCUEaL9+zuHRLQCffPZY +vqCNAwPQomulZY96kg6QBts= +=Vdrh -----END PGP SIGNATURE----- diff --git a/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild b/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild index f1f391c2536a..741a54d76397 100644 --- a/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild +++ b/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild,v 1.1 2005/12/23 21:52:27 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/njb-sharp-0.2.2.ebuild,v 1.2 2005/12/25 22:32:16 chainsaw Exp $ inherit mono @@ -17,7 +17,7 @@ RDEPEND=">=dev-lang/mono-1.1.10 doc? ( dev-util/monodoc ) >=dev-dotnet/gtk-sharp-2.0" DEPEND="${RDEPEND} - media-libs/libnjb" + >=media-libs/libnjb-2.2.4" src_compile() { econf $(use_enable doc docs) || die "configure failed" |