diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-19 17:02:27 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-19 17:02:27 +0000 |
commit | ba1fa3d08ecc0ce8cbec253528a931eb27daad6e (patch) | |
tree | bbf0988d1498a87111f485e2c10f2f1725ea8fb4 /dev-dotnet/pnet | |
parent | amd64 stable, bug #187608. (diff) | |
download | gentoo-2-ba1fa3d08ecc0ce8cbec253528a931eb27daad6e.tar.gz gentoo-2-ba1fa3d08ecc0ce8cbec253528a931eb27daad6e.tar.bz2 gentoo-2-ba1fa3d08ecc0ce8cbec253528a931eb27daad6e.zip |
dev-dotnet/pnet: moved gc related docs destination directory (bug #187379)
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-dotnet/pnet')
-rw-r--r-- | dev-dotnet/pnet/ChangeLog | 10 | ||||
-rw-r--r-- | dev-dotnet/pnet/files/digest-pnet-0.6.12-r1 | 3 | ||||
-rw-r--r-- | dev-dotnet/pnet/files/digest-pnet-0.7.4-r1 | 3 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.6.12-r1.ebuild | 66 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.7.4-r1.ebuild | 49 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.7.4.ebuild | 4 |
6 files changed, 132 insertions, 3 deletions
diff --git a/dev-dotnet/pnet/ChangeLog b/dev-dotnet/pnet/ChangeLog index 4fddaf202ea7..ccc8bfc8c1b5 100644 --- a/dev-dotnet/pnet/ChangeLog +++ b/dev-dotnet/pnet/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-dotnet/pnet # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.41 2007/04/14 12:12:29 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.42 2007/08/19 17:02:26 jurek Exp $ + +*pnet-0.7.4-r1 (19 Aug 2007) +*pnet-0.6.12-r1 (19 Aug 2007) + + 19 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> +pnet-0.6.12-r1.ebuild, + pnet-0.7.4.ebuild, +pnet-0.7.4-r1.ebuild: + - Moved gc related docs destination directory (bug #187379) + - Removed ~ppc-macos flag as dev-util/treecc dependency is not satisfiable 14 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -pnet-0.6.10.ebuild, -pnet-0.7.0.ebuild, -pnet-0.7.2.ebuild: diff --git a/dev-dotnet/pnet/files/digest-pnet-0.6.12-r1 b/dev-dotnet/pnet/files/digest-pnet-0.6.12-r1 new file mode 100644 index 000000000000..dcef9efb0d05 --- /dev/null +++ b/dev-dotnet/pnet/files/digest-pnet-0.6.12-r1 @@ -0,0 +1,3 @@ +MD5 8a35ad029e4d4cce936f3ba768f0d186 pnet-0.6.12.tar.gz 3514901 +RMD160 ae854cc8407f1bb99659812c6faed88aad42eba5 pnet-0.6.12.tar.gz 3514901 +SHA256 d9ac56d4ee5850621f2ae81a6c56460dd2236bc70d98b5493e1248d07dea77c6 pnet-0.6.12.tar.gz 3514901 diff --git a/dev-dotnet/pnet/files/digest-pnet-0.7.4-r1 b/dev-dotnet/pnet/files/digest-pnet-0.7.4-r1 new file mode 100644 index 000000000000..8cdebfd6c293 --- /dev/null +++ b/dev-dotnet/pnet/files/digest-pnet-0.7.4-r1 @@ -0,0 +1,3 @@ +MD5 064baa390e6b1ae9463f68c929e36f74 pnet-0.7.4.tar.gz 3625274 +RMD160 bdc683433e159a5b0af73ac9b8c05b94886fa296 pnet-0.7.4.tar.gz 3625274 +SHA256 fe1367cbc3e69dea77aef20438fb024864ed41b09dbd6817b08ec36128361ea5 pnet-0.7.4.tar.gz 3625274 diff --git a/dev-dotnet/pnet/pnet-0.6.12-r1.ebuild b/dev-dotnet/pnet/pnet-0.6.12-r1.ebuild new file mode 100644 index 000000000000..399f60b2ed93 --- /dev/null +++ b/dev-dotnet/pnet/pnet-0.6.12-r1.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.12-r1.ebuild,v 1.1 2007/08/19 17:02:26 jurek 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="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=">=dev-util/treecc-0.3.0" + +src_unpack() { + unpack ${A} + cd ${S} + # Fix symlink for renamed executables + sed -i "s:ilasm.1.gz:ilasm.pnet.1.gz:" ilasm/Makefile.am + sed -i "s:al.1.gz:al.pnet.1.gz:" ilasm/Makefile.am +} + +src_compile() { + ./auto_gen.sh + econf || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install || die + + # Rename file names conflicting with dev-lang/mono + # This should be removed again once we have 'dotnet-config' + # bug 39369 + mv ${D}/usr/bin/al ${D}/usr/bin/al.pnet + mv ${D}/usr/bin/ilasm ${D}/usr/bin/ilasm.pnet + mv ${D}/usr/bin/resgen ${D}/usr/bin/resgen.pnet + mv ${D}/usr/share/man/man1/ilasm.1 ${D}/usr/share/man/man1/ilasm.pnet.1 + mv ${D}/usr/share/man/man1/resgen.1 ${D}/usr/share/man/man1/resgen.pnet.1 + + # move fixes to prevent boehm-gc collisions + # bug 187379 + mv ${D}/usr/share/gc ${D}/usr/share/libgc-pnet + + dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README + dodoc doc/gtk-sharp.HOWTO + dohtml doc/*.html + + # init script + exeinto /etc/init.d ; newexe ${FILESDIR}/dotnet.init dotnet + insinto /etc/conf.d ; newins ${FILESDIR}/dotnet.conf dotnet +} + +pkg_postinst() { + echo + elog "If you want to avoid typing '<runtime> program.exe'" + elog "you can configure your runtime in /etc/conf.d/dotnet" + elog "Use /etc/init.d/dotnet to register your runtime" + echo + elog "dev-dotnet/pnet is only the runtime, compiler and tools" + elog "for DotGNU Portable.NET." + elog "For running and developing applications that use .NET APIs" + elog "you will also need to install the library: dev-dotnet/pnetlib" + echo +} diff --git a/dev-dotnet/pnet/pnet-0.7.4-r1.ebuild b/dev-dotnet/pnet/pnet-0.7.4-r1.ebuild new file mode 100644 index 000000000000..7cf6643e996a --- /dev/null +++ b/dev-dotnet/pnet/pnet-0.7.4-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.4-r1.ebuild,v 1.1 2007/08/19 17:02:26 jurek Exp $ + +inherit autotools + +DESCRIPTION="Portable.NET runtime, compiler, tools" +HOMEPAGE="http://www.dotgnu.org/" +SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=">=dev-util/treecc-0.3.0" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + cd ${S} + + # Fix symlink for renamed executables ; Bug #39369 + # Renamed to avoid conflicting with dev-lang/mono + # This should be removed again once we have 'dotnet-config' + sed -i "s:ilasm.1.gz:ilasm.pnet.1.gz:" ilasm/Makefile.am + sed -i "s:al.1.gz:al.pnet.1.gz:" ilasm/Makefile.am + + eautoreconf || die "eautoreconf failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + # move fixes for the mono conflict + mv ${D}/usr/bin/al ${D}/usr/bin/al.pnet + mv ${D}/usr/bin/ilasm ${D}/usr/bin/ilasm.pnet + mv ${D}/usr/bin/resgen ${D}/usr/bin/resgen.pnet + mv ${D}/usr/share/man/man1/ilasm.1 ${D}/usr/share/man/man1/ilasm.pnet.1 + mv ${D}/usr/share/man/man1/resgen.1 ${D}/usr/share/man/man1/resgen.pnet.1 + + # move fixes to prevent boehm-gc collisions + # bug 187379 + mv ${D}/usr/share/gc ${D}/usr/share/libgc-pnet + + dodoc AUTHORS ChangeLog HACKING NEWS README + dodoc doc/gtk-sharp.HOWTO + dohtml doc/*.html +} diff --git a/dev-dotnet/pnet/pnet-0.7.4.ebuild b/dev-dotnet/pnet/pnet-0.7.4.ebuild index b3bf26c18571..64c6c6c99c42 100644 --- a/dev-dotnet/pnet/pnet-0.7.4.ebuild +++ b/dev-dotnet/pnet/pnet-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.4.ebuild,v 1.9 2007/03/27 14:06:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.7.4.ebuild,v 1.10 2007/08/19 17:02:26 jurek Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ppc ~ppc-macos ppc64 x86" +KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86" IUSE="" DEPEND=">=dev-util/treecc-0.3.0" |