summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2005-04-03 07:35:40 +0000
committerMichael Tindal <urilith@gentoo.org>2005-04-03 07:35:40 +0000
commitd282edd1d4e56d68f7a7d123cb9bf77819b5584c (patch)
treee78e49e40401dfc9c6ef4831fd7fad6a021f6f8d /dev-dotnet/ndoc
parentVersion bumped. Thanks to ash@tsi.lv. This closes bug #84326. (diff)
downloadhistorical-d282edd1d4e56d68f7a7d123cb9bf77819b5584c.tar.gz
historical-d282edd1d4e56d68f7a7d123cb9bf77819b5584c.tar.bz2
historical-d282edd1d4e56d68f7a7d123cb9bf77819b5584c.zip
Moving DLL files to /usr/share/ndoc, cleaning up broken ebuild, fixed doc installation.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-dotnet/ndoc')
-rw-r--r--dev-dotnet/ndoc/ChangeLog8
-rw-r--r--dev-dotnet/ndoc/Manifest6
-rw-r--r--dev-dotnet/ndoc/files/digest-ndoc-1.3.1-r1 (renamed from dev-dotnet/ndoc/files/digest-ndoc-1.3.1)0
-rw-r--r--dev-dotnet/ndoc/ndoc-1.3.1-r1.ebuild (renamed from dev-dotnet/ndoc/ndoc-1.3.1.ebuild)13
4 files changed, 17 insertions, 10 deletions
diff --git a/dev-dotnet/ndoc/ChangeLog b/dev-dotnet/ndoc/ChangeLog
index d95a0c561351..c1c71050c55d 100644
--- a/dev-dotnet/ndoc/ChangeLog
+++ b/dev-dotnet/ndoc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-dotnet/ndoc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ChangeLog,v 1.3 2005/04/02 19:05:35 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ChangeLog,v 1.4 2005/04/03 07:35:39 urilith Exp $
+
+*ndoc-1.3.1-r1 (03 Apr 2005)
+
+ 03 Apr 2005; <urilith@gentoo.org> -ndoc-1.3.1.ebuild,
+ +ndoc-1.3.1-r1.ebuild:
+ Moving dll files to /usr/share/ndoc, cleaning up doc installation.
02 Apr 2005; <urilith@gentoo.org> ndoc-1.3.1.ebuild:
Adding docs I forgot.
diff --git a/dev-dotnet/ndoc/Manifest b/dev-dotnet/ndoc/Manifest
index b07586866bb0..edcf6a7d7e80 100644
--- a/dev-dotnet/ndoc/Manifest
+++ b/dev-dotnet/ndoc/Manifest
@@ -1,4 +1,4 @@
-MD5 2bc2bae75c6e9658f48f8ad62b1bfa57 ndoc-1.3.1.ebuild 1343
-MD5 dddb00fc536ba5211cc765722ae7ff0c ChangeLog 492
+MD5 a9554d7d428c1df87fd7d7ca0d7b1fc5 ChangeLog 673
+MD5 bfc14dd28bb0f41de04a2033315163d8 ndoc-1.3.1-r1.ebuild 1289
MD5 443435c45ff66780ef8a6d478be74f1c metadata.xml 256
-MD5 366ef05b58498d63fc6125c49e269c24 files/digest-ndoc-1.3.1 67
+MD5 366ef05b58498d63fc6125c49e269c24 files/digest-ndoc-1.3.1-r1 67
diff --git a/dev-dotnet/ndoc/files/digest-ndoc-1.3.1 b/dev-dotnet/ndoc/files/digest-ndoc-1.3.1-r1
index b0adff51c54f..b0adff51c54f 100644
--- a/dev-dotnet/ndoc/files/digest-ndoc-1.3.1
+++ b/dev-dotnet/ndoc/files/digest-ndoc-1.3.1-r1
diff --git a/dev-dotnet/ndoc/ndoc-1.3.1.ebuild b/dev-dotnet/ndoc/ndoc-1.3.1-r1.ebuild
index 10f8ca1fdac8..249f3e881501 100644
--- a/dev-dotnet/ndoc/ndoc-1.3.1.ebuild
+++ b/dev-dotnet/ndoc/ndoc-1.3.1-r1.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/ndoc/ndoc-1.3.1.ebuild,v 1.4 2005/04/02 19:15:35 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ndoc-1.3.1-r1.ebuild,v 1.1 2005/04/03 07:35:39 urilith Exp $
inherit mono
@@ -24,15 +24,16 @@ src_compile() {
nant -t:mono-1.0 || die
}
-GAC_FILES="NDoc.Core.dll NDoc.Documenter.JavaDoc.dll NDoc.Documenter.Latex.dll NDoc.Documenter.LinearHtml.dll NDoc.Documenter.Msdn.dll NDoc.Documenter.Msdn2.dll NDoc.Documenter.Xml.dll NDoc.ExtendedUI.dll NDoc.VisualStudio.dll"
+DLL_FILES="NDoc.Core.dll NDoc.Documenter.JavaDoc.dll NDoc.Documenter.Latex.dll NDoc.Documenter.LinearHtml.dll NDoc.Documenter.Msdn.dll NDoc.Documenter.Msdn2.dll NDoc.Documenter.Xml.dll NDoc.ExtendedUI.dll NDoc.VisualStudio.dll"
src_install() {
cd ${S}/bin/mono/1.0
- # This installs all of the dll files under the specified gac package
+ # This installs all of the dll files with the exe file
# directory.
- for dll in $GAC_FILES; do
- gacutil -i $dll -package ndoc -root ${D}/usr/lib || die "Failed to install DLL into the Global Assembly Cache."
+ insinto /usr/share/ndoc
+ for dll in $DLL_FILES; do
+ doins $dll || die "Failed to install DLL."
done
DEBUG_VAR=""
@@ -49,5 +50,5 @@ src_install() {
doins NDocConsole.exe
dobin ndoc
- use doc && dohtml -a gif,html,css,js -r ${S}/doc/sdk
+ use doc && dohtml -a gif,html,css,js -r ${S}/doc/sdk/
}