diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 17:59:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 17:59:30 +0000 |
commit | 96c56047fcb85653ae14f388da98bd7d45429527 (patch) | |
tree | e6555d0d839119c79d75d4fec6d1d9c31b521fa8 /dev-dotnet | |
parent | kill sparc64 use flag (Manifest recommit) (diff) | |
download | gentoo-2-96c56047fcb85653ae14f388da98bd7d45429527.tar.gz gentoo-2-96c56047fcb85653ae14f388da98bd7d45429527.tar.bz2 gentoo-2-96c56047fcb85653ae14f388da98bd7d45429527.zip |
add sed-4 dep
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/gtksourceview-sharp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.2.ebuild | 5 | ||||
-rw-r--r-- | dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.3.ebuild | 5 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-0.10.ebuild | 5 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild | 5 | ||||
-rw-r--r-- | dev-dotnet/libgdiplus/libgdiplus-0.9.ebuild | 5 |
7 files changed, 25 insertions, 12 deletions
diff --git a/dev-dotnet/gtksourceview-sharp/ChangeLog b/dev-dotnet/gtksourceview-sharp/ChangeLog index 6d8c50c81335..fc40797df29b 100644 --- a/dev-dotnet/gtksourceview-sharp/ChangeLog +++ b/dev-dotnet/gtksourceview-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/gtksourceview-sharp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtksourceview-sharp/ChangeLog,v 1.7 2004/06/24 22:03:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtksourceview-sharp/ChangeLog,v 1.8 2004/06/29 17:54:39 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> + gtksourceview-sharp-0.2.ebuild, gtksourceview-sharp-0.3.ebuild: + add sed-4 dep 02 Jun 2004; David Holm <dholm@gentoo.org> gtksourceview-sharp-0.3.ebuild: Added to ~ppc. diff --git a/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.2.ebuild b/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.2.ebuild index c16f99d1ea41..5595573ab3c0 100644 --- a/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.2.ebuild +++ b/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.2.ebuild,v 1.4 2004/06/29 14:36:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.2.ebuild,v 1.5 2004/06/29 17:54:39 agriffis Exp $ inherit mono @@ -15,7 +15,8 @@ IUSE="" DEPEND=">=dev-dotnet/mono-0.91 >=x11-libs/gtk-sharp-0.91.1 - >=x11-libs/gtksourceview-0.7.0" + >=x11-libs/gtksourceview-0.7.0 + >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.3.ebuild b/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.3.ebuild index 08d53ec0e654..c8cbdee68d69 100644 --- a/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.3.ebuild +++ b/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.3.ebuild,v 1.4 2004/06/29 14:36:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtksourceview-sharp/gtksourceview-sharp-0.3.ebuild,v 1.5 2004/06/29 17:54:39 agriffis Exp $ inherit mono @@ -15,7 +15,8 @@ IUSE="" DEPEND=">=dev-dotnet/mono-0.95 >=x11-libs/gtk-sharp-0.93 - >=x11-libs/gtksourceview-0.7.0" + >=x11-libs/gtksourceview-0.7.0 + >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog index 37ac6af88a50..72cbd45ae6e7 100644 --- a/dev-dotnet/libgdiplus/ChangeLog +++ b/dev-dotnet/libgdiplus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/libgdiplus # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.6 2004/06/28 02:57:31 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.7 2004/06/29 17:59:30 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> libgdiplus-0.10.ebuild, + libgdiplus-0.8.ebuild, libgdiplus-0.9.ebuild: + add sed-4 dep 27 Jun 2004; Peter Johanson <latexer@gentoo.org> : Fix the digest. diff --git a/dev-dotnet/libgdiplus/libgdiplus-0.10.ebuild b/dev-dotnet/libgdiplus/libgdiplus-0.10.ebuild index 8d48800e4b81..6a36e4d57710 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-0.10.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.10.ebuild,v 1.2 2004/06/29 14:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.10.ebuild,v 1.3 2004/06/29 17:59:30 agriffis Exp $ DESCRIPTION="Library for using System.Drawing with Mono" HOMEPAGE="http://www.go-mono.com/" @@ -15,7 +15,8 @@ DEPEND=">=x11-libs/cairo-0.1.23 tiff? ( media-libs/tiff ) gif? ( media-libs/libungif ) jpeg? ( media-libs/jpeg ) - png? ( media-libs/libpng )" + png? ( media-libs/libpng ) + >=sys-apps/sed-4" RDEPEND=">=dev-dotnet/mono-0.97" src_compile() { diff --git a/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild b/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild index cea4791643ee..128f3228b824 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild,v 1.4 2004/06/29 14:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild,v 1.5 2004/06/29 17:59:30 agriffis Exp $ DESCRIPTION="Library for using System.Drawing with Mono" HOMEPAGE="http://www.go-mono.com/" @@ -15,7 +15,8 @@ DEPEND=">=x11-libs/cairo-0.1.23 tiff? ( media-libs/tiff ) gif? ( media-libs/libungif ) jpeg? ( media-libs/jpeg ) - png? ( media-libs/libpng )" + png? ( media-libs/libpng ) + >=sys-apps/sed-4" RDEPEND=">=dev-dotnet/mono-0.95" src_compile() { diff --git a/dev-dotnet/libgdiplus/libgdiplus-0.9.ebuild b/dev-dotnet/libgdiplus/libgdiplus-0.9.ebuild index 249dc3d2f2ae..0467dd39f9d5 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-0.9.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.9.ebuild,v 1.3 2004/06/29 14:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.9.ebuild,v 1.4 2004/06/29 17:59:30 agriffis Exp $ DESCRIPTION="Library for using System.Drawing with Mono" HOMEPAGE="http://www.go-mono.com/" @@ -15,7 +15,8 @@ DEPEND=">=x11-libs/cairo-0.1.23 tiff? ( media-libs/tiff ) gif? ( media-libs/libungif ) jpeg? ( media-libs/jpeg ) - png? ( media-libs/libpng )" + png? ( media-libs/libpng ) + >=sys-apps/sed-4" RDEPEND=">=dev-dotnet/mono-0.96" src_compile() { |