diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-03-13 11:02:07 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-03-13 11:02:07 +0000 |
commit | 6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9 (patch) | |
tree | e34087e218c06196373bf72c5d22e4bc45971e18 /dev-dotnet | |
parent | ebuild cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9.tar.gz gentoo-2-6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9.tar.bz2 gentoo-2-6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9.zip |
new version (thanks to all the arch people!)
Diffstat (limited to 'dev-dotnet')
24 files changed, 38 insertions, 147 deletions
diff --git a/dev-dotnet/ml-pnet/ChangeLog b/dev-dotnet/ml-pnet/ChangeLog index e8edec227114..e7b79cb5cd8c 100644 --- a/dev-dotnet/ml-pnet/ChangeLog +++ b/dev-dotnet/ml-pnet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/ml-pnet # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ChangeLog,v 1.8 2004/01/03 23:22:35 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ChangeLog,v 1.9 2004/03/13 11:02:07 scandium Exp $ + +*ml-pnet-0.6.4 (13 Mar 2004) + + 13 Mar 2004; Rainer Groesslinger <scandium@gentoo.org> ml-pnet-0.6.4.ebuild: + new version (thanks to all the arch people!) *ml-pnet-0.6.2 (03 Jan 2004) diff --git a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.5.12 b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.5.12 deleted file mode 100644 index b7b86f8d47a4..000000000000 --- a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.5.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 03a6db862c0fcec60ad89b8471eb8da3 ml-pnet-0.5.12.tar.gz 755088 diff --git a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.0 b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.0 deleted file mode 100644 index 896280acfe04..000000000000 --- a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 496cee3b5b1816bf7dfe6d2be0660ce4 ml-pnet-0.6.0.tar.gz 686014 diff --git a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.4 b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.4 new file mode 100644 index 000000000000..dd44c26fdc26 --- /dev/null +++ b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.4 @@ -0,0 +1 @@ +MD5 45151ac94ce2944f3348f42222b12f17 ml-pnet-0.6.4.tar.gz 1269534 diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild deleted file mode 100644 index 3fb5f62f9fd3..000000000000 --- a/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.6.0.ebuild,v 1.5 2004/01/03 23:22:35 scandium Exp $ - -DESCRIPTION="Mono C# libraries for Portable .NET" -HOMEPAGE="http://www.dotgnu.org/" -SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" - -IUSE="" - -DEPEND="=dev-dotnet/pnetlib-${PV}*" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild index fc9bfc14fb81..5b736e017254 100644 --- a/dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild +++ b/dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild,v 1.6 2004/01/03 23:22:35 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild,v 1.1 2004/03/13 11:02:07 scandium Exp $ DESCRIPTION="Mono C# libraries for Portable .NET" HOMEPAGE="http://www.dotgnu.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" IUSE="" diff --git a/dev-dotnet/pnet/ChangeLog b/dev-dotnet/pnet/ChangeLog index 707b198f7c95..803e20e7049d 100644 --- a/dev-dotnet/pnet/ChangeLog +++ b/dev-dotnet/pnet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/pnet # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.10 2004/01/25 16:42:53 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.11 2004/03/13 11:00:00 scandium Exp $ + +*pnet-0.6.4 (13 Mar 2004) + + 13 Mar 2004; Rainer Groesslinger <scandium@gentoo.org> pnet-0.6.4.ebuild: + new version (thanks to all the arch people!) 25 Jan 2004; Rainer Groesslinger <scandium@gentoo.org> pnet-0.6.2.ebuild, files/pt_defs.h.diff: diff --git a/dev-dotnet/pnet/files/digest-pnet-0.5.12 b/dev-dotnet/pnet/files/digest-pnet-0.5.12 deleted file mode 100644 index aae1a506cf08..000000000000 --- a/dev-dotnet/pnet/files/digest-pnet-0.5.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe0c29be30212e9e2f8074f0b4a2d617 pnet-0.5.12.tar.gz 3126125 diff --git a/dev-dotnet/pnet/files/digest-pnet-0.6.0 b/dev-dotnet/pnet/files/digest-pnet-0.6.0 deleted file mode 100644 index edd6034aaff5..000000000000 --- a/dev-dotnet/pnet/files/digest-pnet-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 17785c4d9a748583bf675796e48019d5 pnet-0.6.0.tar.gz 3092602 diff --git a/dev-dotnet/pnet/files/digest-pnet-0.6.4 b/dev-dotnet/pnet/files/digest-pnet-0.6.4 new file mode 100644 index 000000000000..3554e478991f --- /dev/null +++ b/dev-dotnet/pnet/files/digest-pnet-0.6.4 @@ -0,0 +1 @@ +MD5 072c41a400087f518abb624a1118acc7 pnet-0.6.4.tar.gz 3323737 diff --git a/dev-dotnet/pnet/pnet-0.6.0.ebuild b/dev-dotnet/pnet/pnet-0.6.0.ebuild deleted file mode 100644 index b73ababcf466..000000000000 --- a/dev-dotnet/pnet/pnet-0.6.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.0.ebuild,v 1.5 2004/01/03 23:17:04 scandium Exp $ - -DESCRIPTION="Portable .NET runtime, compiler, tools" -HOMEPAGE="http://www.dotgnu.org/" -SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" - -IUSE="" - -DEPEND=">=dev-util/treecc-0.2.6 - !dev-dotnet/mono" - -src_compile() { - econf || die - MAKEOPTS="${MAKEOPTS} -j1" emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README - dodoc doc/gtk-sharp.HOWTO - dohtml doc/*.html - - # init script - exeinto /etc/init.d ; newexe ${PORTDIR}/dev-dotnet/mono/files/dotnet.init dotnet - insinto /etc/conf.d ; newins ${PORTDIR}/dev-dotnet/mono/files/dotnet.conf dotnet -} - -pkg_postinst() { - echo - einfo "If you want to avoid typing '<runtime> program.exe'" - einfo "you can configure your runtime in /etc/conf.d/dotnet" - einfo "Use /etc/init.d/dotnet to register your runtime" - echo -} diff --git a/dev-dotnet/pnet/pnet-0.5.12.ebuild b/dev-dotnet/pnet/pnet-0.6.4.ebuild index 343199968d93..9c3d62ae6563 100644 --- a/dev-dotnet/pnet/pnet-0.5.12.ebuild +++ b/dev-dotnet/pnet/pnet-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.5.12.ebuild,v 1.6 2004/01/03 23:17:04 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.4.ebuild,v 1.1 2004/03/13 11:00:00 scandium Exp $ DESCRIPTION="Portable .NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" @@ -8,11 +8,11 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" IUSE="" -DEPEND=">=dev-util/treecc-0.2.6 +DEPEND=">=dev-util/treecc-0.3.0 !dev-dotnet/mono" src_compile() { diff --git a/dev-dotnet/pnetc/ChangeLog b/dev-dotnet/pnetc/ChangeLog index 464646f207f8..ff87bdfbe606 100644 --- a/dev-dotnet/pnetc/ChangeLog +++ b/dev-dotnet/pnetc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/pnetc # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/ChangeLog,v 1.8 2004/01/03 23:22:00 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/ChangeLog,v 1.9 2004/03/13 11:01:21 scandium Exp $ + +*pnetc-0.6.4 (13 Mar 2004) + + 13 Mar 2004; Rainer Groesslinger <scandium@gentoo.org> pnetc-0.6.4.ebuild: + new version (thanks to all the arch people!) *pnetc-0.6.2 (03 Jan 2004) diff --git a/dev-dotnet/pnetc/files/digest-pnetc-0.5.12 b/dev-dotnet/pnetc/files/digest-pnetc-0.5.12 deleted file mode 100644 index 060534359550..000000000000 --- a/dev-dotnet/pnetc/files/digest-pnetc-0.5.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 b1fe011405163302f090253c86538f83 pnetC-0.5.12.tar.gz 263431 diff --git a/dev-dotnet/pnetc/files/digest-pnetc-0.6.0 b/dev-dotnet/pnetc/files/digest-pnetc-0.6.0 deleted file mode 100644 index 8024421fe009..000000000000 --- a/dev-dotnet/pnetc/files/digest-pnetc-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e076377cdd64b499ebe8a5356c2129fc pnetC-0.6.0.tar.gz 263490 diff --git a/dev-dotnet/pnetc/files/digest-pnetc-0.6.4 b/dev-dotnet/pnetc/files/digest-pnetc-0.6.4 new file mode 100644 index 000000000000..bcffb2af3987 --- /dev/null +++ b/dev-dotnet/pnetc/files/digest-pnetc-0.6.4 @@ -0,0 +1 @@ +MD5 46968212ea6aebbbfee29666c49fea03 pnetC-0.6.4.tar.gz 313927 diff --git a/dev-dotnet/pnetc/pnetc-0.5.12.ebuild b/dev-dotnet/pnetc/pnetc-0.5.12.ebuild deleted file mode 100644 index cbcb02a2b0b0..000000000000 --- a/dev-dotnet/pnetc/pnetc-0.5.12.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/pnetc-0.5.12.ebuild,v 1.6 2004/01/03 23:22:00 scandium Exp $ - -MY_P=${P/c/C} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Portable .NET C library" -HOMEPAGE="http://www.dotgnu.org/" -SRC_URI="mirror://gnu/dotgnu/pnet/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ppc" - -IUSE="" - -DEPEND="=dev-dotnet/pnetlib-${PV}*" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog INSTALL README doc/HACKING -} diff --git a/dev-dotnet/pnetc/pnetc-0.6.0.ebuild b/dev-dotnet/pnetc/pnetc-0.6.4.ebuild index 4852f354c165..7cb1cd85c3ef 100644 --- a/dev-dotnet/pnetc/pnetc-0.6.0.ebuild +++ b/dev-dotnet/pnetc/pnetc-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/pnetc-0.6.0.ebuild,v 1.5 2004/01/03 23:22:00 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetc/pnetc-0.6.4.ebuild,v 1.1 2004/03/13 11:01:21 scandium Exp $ MY_P=${P/c/C} S=${WORKDIR}/${MY_P} @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" IUSE="" @@ -23,7 +23,7 @@ src_compile() { } src_install() { - einstall || die + einstall DESTDIR=${D} || die dodoc AUTHORS COPYING ChangeLog INSTALL README doc/HACKING } diff --git a/dev-dotnet/pnetlib/ChangeLog b/dev-dotnet/pnetlib/ChangeLog index f53c0e671ea1..53558dcde62a 100644 --- a/dev-dotnet/pnetlib/ChangeLog +++ b/dev-dotnet/pnetlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/pnetlib # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.10 2004/01/03 23:21:08 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.11 2004/03/13 11:00:35 scandium Exp $ + +*pnetlib-0.6.4 (13 Mar 2004) + + 13 Mar 2004; Rainer Groesslinger <scandium@gentoo.org> pnetlib-0.6.4.ebuild: + new version (thanks to all the arch people!) *pnetlib-0.6.2 (03 Jan 2004) diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.5.12 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.5.12 deleted file mode 100644 index f3a581a03bbd..000000000000 --- a/dev-dotnet/pnetlib/files/digest-pnetlib-0.5.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 2caf804fef106236dc196f236bc1af77 pnetlib-0.5.12.tar.gz 2849437 diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.0.1 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.0.1 deleted file mode 100644 index e95d3fea771f..000000000000 --- a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7ace204daba6a511af955a8b5b97cb2d pnetlib-0.6.0.1.tar.gz 3099305 diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.4 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.4 new file mode 100644 index 000000000000..71f3df10d294 --- /dev/null +++ b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.4 @@ -0,0 +1 @@ +MD5 484a0f53b713e5458ba1864eab51e496 pnetlib-0.6.4.tar.gz 3546420 diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild deleted file mode 100644 index 4ff26e9c84b8..000000000000 --- a/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild,v 1.3 2004/01/03 23:21:08 scandium Exp $ - -DESCRIPTION="Portable .NET C# library" -HOMEPAGE="http://www.dotgnu.org/" -SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" - -IUSE="X" - -DEPEND="=dev-dotnet/pnet-0.6.0* - X? ( virtual/x11 )" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README - dodoc doc/*.txt - dohtml doc/*.html -} diff --git a/dev-dotnet/pnetlib/pnetlib-0.5.12.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.4.ebuild index ec4de506ca49..3582852803bd 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.5.12.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.5.12.ebuild,v 1.6 2004/01/03 23:21:08 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.4.ebuild,v 1.1 2004/03/13 11:00:35 scandium Exp $ DESCRIPTION="Portable .NET C# library" HOMEPAGE="http://www.dotgnu.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" IUSE="X" |