diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-26 21:17:17 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-26 21:17:17 +0000 |
commit | f8b2f3ee13f06fb100eec445223ec372ec2f28e4 (patch) | |
tree | 4c0da93d4bdfe4e7c3fd7f228470ed732f2784e0 /dev-dotnet/notify-sharp | |
parent | Make repoman happy. (diff) | |
download | historical-f8b2f3ee13f06fb100eec445223ec372ec2f28e4.tar.gz historical-f8b2f3ee13f06fb100eec445223ec372ec2f28e4.tar.bz2 historical-f8b2f3ee13f06fb100eec445223ec372ec2f28e4.zip |
Fix documentation generation, bug 248944.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64
Diffstat (limited to 'dev-dotnet/notify-sharp')
4 files changed, 47 insertions, 7 deletions
diff --git a/dev-dotnet/notify-sharp/ChangeLog b/dev-dotnet/notify-sharp/ChangeLog index 574d1b14dcf7..c94d5d92b0d2 100644 --- a/dev-dotnet/notify-sharp/ChangeLog +++ b/dev-dotnet/notify-sharp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/notify-sharp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.1 2008/11/25 14:22:25 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.2 2008/11/26 21:17:17 loki_val Exp $ + + 26 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> + +files/notify-sharp-0.4.0_pre20080912-control-docs.patch, + notify-sharp-0.4.0_pre20080912.ebuild: + Fix documentation generation, bug 248944. *notify-sharp-0.4.0_pre20080912 (25 Nov 2008) diff --git a/dev-dotnet/notify-sharp/Manifest b/dev-dotnet/notify-sharp/Manifest index c15f589f2ee9..8c7aed6bff0d 100644 --- a/dev-dotnet/notify-sharp/Manifest +++ b/dev-dotnet/notify-sharp/Manifest @@ -1,4 +1,5 @@ +AUX notify-sharp-0.4.0_pre20080912-control-docs.patch 1136 RMD160 0d128b732474b6338b6471b333d00e555fa0dec0 SHA1 4f2a027d72d1080a26550d07312a23b538c300b3 SHA256 1457ee8101cfd47f44c11a96f82b62d8ffa51cc1e8b0c2086d2be4dcae306807 DIST notify-sharp-20080912.tar.bz2 14326 RMD160 2387412dcab0572fbde024fc6150c42c6fb25588 SHA1 9db76682f1971fe2b4989d783e1b3d408d8f7bb7 SHA256 72574e04e4c8e262da5f94fa086cf3578e97ad2b84d602959ac6e488710a1a9c -EBUILD notify-sharp-0.4.0_pre20080912.ebuild 934 RMD160 1de7704bd5caad204a9b71668050762ed665cbce SHA1 5cd232bcd7326a67be18232b8c44b3ebdf1b363a SHA256 49666f6afa2dfd305f77ad6250a1aeb17c206b64564abaa74e8501b7fead57b4 -MISC ChangeLog 459 RMD160 249d6bfce4f972583afd51327c98e6720dded6d1 SHA1 a52354a5b997f2a13b2e6727284ae32827cfaeb9 SHA256 6a3d907ead2132f6b83bfb9e22fee001b98a289012590f42aa1379363406d450 +EBUILD notify-sharp-0.4.0_pre20080912.ebuild 1076 RMD160 daba0cce5b5c7dbdbe7a346c59a349308f23dc35 SHA1 b52a24aca3fd715f4908261231681af2ab31040a SHA256 9a006344b3ccc8dc144e2b69ad397c6840bdd5a435aff6b591b7c77c9a8299ff +MISC ChangeLog 658 RMD160 ce30afebeaaf7a5fe934f2897d2778660f058f4b SHA1 e6cee8c1cf732b79a6168386434265a13fa9d8ce SHA256 edb88a35bbc41aed4b397c6844a81297c57f687db5b8edfbcff2498ae26763d2 MISC metadata.xml 160 RMD160 cc10b170ad63a746d8bdfbe5bf1bd9f7065922b8 SHA1 49eaf4246f7502850064d3806cce65d3a404ce1b SHA256 1bc3e313a948415fff0dfa63a5610943327146bfe16bfeca603379bf9706a687 diff --git a/dev-dotnet/notify-sharp/files/notify-sharp-0.4.0_pre20080912-control-docs.patch b/dev-dotnet/notify-sharp/files/notify-sharp-0.4.0_pre20080912-control-docs.patch new file mode 100644 index 000000000000..44ff05881fb4 --- /dev/null +++ b/dev-dotnet/notify-sharp/files/notify-sharp-0.4.0_pre20080912-control-docs.patch @@ -0,0 +1,28 @@ +diff -NrU5 notify-sharp-20080912.orig/configure.ac notify-sharp-20080912/configure.ac +--- notify-sharp-20080912.orig/configure.ac 2008-11-26 21:56:02.000000000 +0100 ++++ notify-sharp-20080912/configure.ac 2008-11-26 22:01:08.000000000 +0100 +@@ -34,16 +34,21 @@ + if test "x$GACUTIL" = "xno"; then + AC_MSG_ERROR([You need to install gacutil]) + fi + AC_SUBST(GACUTIL) + +-AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], +- [Do not build documentation]), with_docs=no, with_docs=yes) ++AC_ARG_ENABLE( [docs], ++ [AC_HELP_STRING( [--enable/disable-docs], ++ [Do (not) build documentation (default=yes)] ++ )], ++ [], ++ [enable_docs=yes] ++) + + MONODOC_REQ_VERSION=1.1.18 + +-if test "x$with_docs" = "xyes"; then ++if test "x$enable_docs" = "xyes"; then + PKG_CHECK_MODULES(MONODOC, monodoc >= $MONODOC_REQ_VERSION,, + [AC_MSG_ERROR([You need to install monodoc, or pass --disable-docs to configure to skip documentation installation])]) + AC_PATH_PROG(MONODOCER, monodocer, no) + if test "x$MONODOCER" = "xno"; then + AC_MSG_ERROR([You need to install monodoc, or pass --disable-docs to configure to skip documentation installation]) diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild index a7c8fb4b271f..67da99f38e0b 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.1 2008/11/25 14:22:25 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.2 2008/11/26 21:17:17 loki_val Exp $ EAPI=2 @@ -10,28 +10,34 @@ MY_P=${PN}-${PV#*_pre} DESCRIPTION="notify-sharp is a C# client implementation for Desktop Notifications" HOMEPAGE="http://www.ndesk.org/NotifySharp" -SRC_URI="http://cvs.fedora.redhat.com/repo/pkgs/${PN}/${MY_P}.tar.bz2/098f3cde158cf26d3efedbfcc19c70dd/${MY_P}.tar.bz2" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +#http://cvs.fedora.redhat.com/repo/pkgs/${PN}/${MY_P}.tar.bz2/098f3cde158cf26d3efedbfcc19c70dd/${MY_P}.tar.bz2 LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="" +IUSE="doc" RDEPEND=">=dev-lang/mono-1.1.13 >=dev-dotnet/gtk-sharp-2.10.1 >=dev-dotnet/dbus-sharp-0.6 >=dev-dotnet/dbus-glib-sharp-0.4" DEPEND="${RDEPEND} - dev-util/monodoc" + doc? ( dev-util/monodoc )" S=${WORKDIR}/${MY_P} MAKEOPTS="${MAKEOPTS} -j1" src_prepare() { + epatch "${FILESDIR}/${P}-control-docs.patch" eautoreconf } +src_configure() { + econf $(use_enable doc docs) +} + src_install() { emake DESTDIR="${D}" install || die "emake install failed" } |