diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 14:39:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 14:39:24 +0000 |
commit | c17069edcc67cdf601b3987e1f2861ddc2cd94e5 (patch) | |
tree | 17dc65b46f39df78180b0dfcb8c2aadb0fdde31e /dev-dotnet/xsp | |
parent | version bump (diff) | |
download | gentoo-2-c17069edcc67cdf601b3987e1f2861ddc2cd94e5.tar.gz gentoo-2-c17069edcc67cdf601b3987e1f2861ddc2cd94e5.tar.bz2 gentoo-2-c17069edcc67cdf601b3987e1f2861ddc2cd94e5.zip |
clean up things and change glibc to libc
Diffstat (limited to 'dev-dotnet/xsp')
-rw-r--r-- | dev-dotnet/xsp/xsp-0.13.ebuild | 8 | ||||
-rw-r--r-- | dev-dotnet/xsp/xsp-0.14.ebuild | 3 | ||||
-rw-r--r-- | dev-dotnet/xsp/xsp-0.15.ebuild | 3 | ||||
-rw-r--r-- | dev-dotnet/xsp/xsp-0.16.ebuild | 3 |
4 files changed, 4 insertions, 13 deletions
diff --git a/dev-dotnet/xsp/xsp-0.13.ebuild b/dev-dotnet/xsp/xsp-0.13.ebuild index 905725124539..70ae7728afc4 100644 --- a/dev-dotnet/xsp/xsp-0.13.ebuild +++ b/dev-dotnet/xsp/xsp-0.13.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/xsp/xsp-0.13.ebuild,v 1.2 2004/06/24 22:05:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-0.13.ebuild,v 1.3 2004/06/29 14:39:24 vapier Exp $ inherit mono @@ -11,16 +11,10 @@ SRC_URI="http://www.go-mono.com/archive/beta1/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" - IUSE="" DEPEND=">=dev-dotnet/mono-0.91" -src_compile() { - econf || die "./configure failed!" - emake || die "make failed" -} - src_install() { enewgroup aspnet diff --git a/dev-dotnet/xsp/xsp-0.14.ebuild b/dev-dotnet/xsp/xsp-0.14.ebuild index 62bb257bb9a1..0afe919f7cd0 100644 --- a/dev-dotnet/xsp/xsp-0.14.ebuild +++ b/dev-dotnet/xsp/xsp-0.14.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/xsp/xsp-0.14.ebuild,v 1.4 2004/06/24 22:05:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-0.14.ebuild,v 1.5 2004/06/29 14:39:24 vapier Exp $ inherit mono @@ -11,7 +11,6 @@ SRC_URI="http://www.go-mono.com/archive/beta2/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" - IUSE="" DEPEND=">=dev-dotnet/mono-0.91" diff --git a/dev-dotnet/xsp/xsp-0.15.ebuild b/dev-dotnet/xsp/xsp-0.15.ebuild index 1501d4e9fc7b..1d4ee50e73fe 100644 --- a/dev-dotnet/xsp/xsp-0.15.ebuild +++ b/dev-dotnet/xsp/xsp-0.15.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/xsp/xsp-0.15.ebuild,v 1.2 2004/06/24 22:05:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-0.15.ebuild,v 1.3 2004/06/29 14:39:24 vapier Exp $ inherit mono @@ -11,7 +11,6 @@ SRC_URI="http://www.go-mono.com/archive/beta3/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" - IUSE="" DEPEND=">=dev-dotnet/mono-0.96" diff --git a/dev-dotnet/xsp/xsp-0.16.ebuild b/dev-dotnet/xsp/xsp-0.16.ebuild index 3e515e064ee1..3ba69873d7af 100644 --- a/dev-dotnet/xsp/xsp-0.16.ebuild +++ b/dev-dotnet/xsp/xsp-0.16.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/xsp/xsp-0.16.ebuild,v 1.1 2004/06/28 00:58:55 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-0.16.ebuild,v 1.2 2004/06/29 14:39:24 vapier Exp $ inherit mono @@ -11,7 +11,6 @@ SRC_URI="http://www.go-mono.com/archive/rc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" - IUSE="" DEPEND=">=dev-dotnet/mono-0.97" |