Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83635 Details for
Bug 64399
Requesting ebuild for the GPL'd Novell iFolder
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
simias-1.4.6079.1-r3.ebuild
simias-1.4.6079.1-r3.ebuild (text/plain), 2.04 KB, created by
Travis Hansen
on 2006-04-01 10:37:20 UTC
(
hide
)
Description:
simias-1.4.6079.1-r3.ebuild
Filename:
MIME Type:
Creator:
Travis Hansen
Created:
2006-04-01 10:37:20 UTC
Size:
2.04 KB
patch
obsolete
> ># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >inherit mono > >DESCRIPTION="Simias SimpleServer" >HOMEPAGE="http://www.ifolder.com/index.php/Simple_Server/" >SRC_URI="http://forgeftp.novell.com/ifolder/client/3.4/20060320-0101/src/${P}.tar.gz" > >IUSE="simpleserver" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >DEPEND=">=dev-lang/mono-1.0 > >=dev-dotnet/log4net-1.2.9 > >=net-libs/libflaim-4.8.61 > !dev-dotnet/ifolder-server" > > > >simiasdatadir="/var/lib/simias" > >src_unpack() { > unpack ${A} || die "Error unpacking ${PN}" > cd ${S} || die "Error entering ${PN} source directory" >} > >src_compile() { > local myconf > > myconf="--prefix=/usr --sysconfdir=/etc/simias" > if use simpleserver;then > sed -i -e "s|@_simiasdatadir_@|${simiasdatadir}|g" ${S}/other/SimpleServer/simpleserver.in || die "Error patching simpleserver.in" > myconf="${myconf} --with-simiasdatadir=${D}${simiasdatadir}" > fi > > ./configure ${myconf} || die "Error configuring ${P}" > > make || die "Error compiling ${P}" > > >} > >src_install() { > emake DESTDIR=${D} install > > if use simpleserver;then > cd other/SimpleServer > emake DESTDIR=${D} install-simpleserver || die "Error installing simpleserver" > doinitd ${FILESDIR}/ifolder || die "Error installing ifolder init script from ${FILESDIR}" > if [[ ! -d ${simiasdatadir} ]];then > ewarn "Creating ${simiasdatadir}" > dodir ${simiasdatadir} > fi > fi > >} > >pkg_preinst() { > > if use simpleserver;then > test -x ${FILESDIR}/ifolder || die "Missing ifolder init script from ${FILESDIR}" > fi > >} > > >pkg_postinst() { > > if use simpleserver;then > einfo "" > einfo "SimpleServer has been installed." > einfo "Please edit /etc/simias/SimpleServer.xml to suit your needs." > einfo "" > einfo "An init script has also been installed to start and stop the" > einfo "SimpleServer process. /etc/init.d/ifolder" > einfo "If you would like to start SimpleServer on boot-up please run" > einfo "rc-update add ifolder default" > einfo "" > einfo "Point your clients to simpleserver:8086" > einfo "" > fi > >}
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 64399
:
42472
|
42473
|
42474
|
72768
|
72769
|
72770
|
72771
|
82758
|
82761
|
82762
|
82765
|
82772
|
82773
|
82775
|
82818
|
82819
|
83389
|
83391
|
83392
|
83479
|
83480
|
83481
|
83482
| 83635 |
83638
|
83639
|
83640
|
83641
|
84038
|
84072
|
84204
|
84205
|
86538