Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 299509 Details for
Bug 399697
dev-dotnet/nlog-2 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nlog-2.ebuild
nlog-2.ebuild (text/plain), 1.27 KB, created by
Pacho Ramos
on 2012-01-22 11:12:06 UTC
(
hide
)
Description:
nlog-2.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2012-01-22 11:12:06 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nlog/nlog-1.0.ebuild,v 1.4 2009/07/21 19:13:20 fauli Exp $ > >EAPI="4" > >MY_PN=NLog >MY_P=${MY_PN}${PV} > >inherit mono multilib eutils > >DESCRIPTION="NLog is a .NET logging library designed with simplicity and flexibility in mind." >HOMEPAGE="http://www.nlog-project.org/" >SRC_URI="http://dev.gentoo.org/~pacho/dotnet/${MY_P}.source.zip" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="" >RDEPEND=">=dev-lang/mono-2.0.1" >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.23 > app-arch/unzip > dev-dotnet/nant" > >S=${WORKDIR} > >src_install() { > for dll in $(find build -name "*.dll") > do > pushd $(dirname ${dll}) &> /dev/null > egacinstall ${dll##*/} > popd &> /dev/null > done > dodir /usr/$(get_libdir)/pkgconfig > ebegin "Installing .pc file" > sed \ > -e "s:@LIBDIR@:$(get_libdir):" \ > -e "s:@PACKAGENAME@:${MY_PN}:" \ > -e "s:@DESCRIPTION@:${DESCRIPTION}:" \ > -e "s:@VERSION@:${PV}:" \ > -e 's;@LIBS@;-r:${libdir}/mono/nlog/NLog.dll;' \ > "${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/${PN}.pc > PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists ${PN} || die ".pc file failed to validate." > eend $? > dodoc README.txt >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 399697
: 299509