Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19550 Details for
Bug 31618
mdidentd-1.04a.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mdidentd-1.04a.ebuild
mdidentd-1.04a.ebuild (text/plain), 842 bytes, created by
Sven Wegener
on 2003-10-20 13:50:21 UTC
(
hide
)
Description:
mdidentd-1.04a.ebuild
Filename:
MIME Type:
Creator:
Sven Wegener
Created:
2003-10-20 13:50:21 UTC
Size:
842 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="This is an identd with provides registering of idents" >HOMEPAGE="http://druglord.freelsd.org/ezbounce/" >SRC_URI="http://druglord.freelsd.org/ezbounce/ezbounce-${PV}.tar.gz" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/glibc" >S=${WORKDIR}/ezbounce-${PV} > >src_unpack() { > unpack ${A} > > epatch ${FILESDIR}/${P}-gentoo.patch >} > >src_compile() { > econf || die > emake -C mdidentd || die >} > >src_install() { > dosbin mdidentd/mdidentd > dodoc mdidentd/README > > exeinto /etc/init.d > newexe ${FILESDIR}/mdidentd.init.d mdidentd > insinto /etc/conf.d > newins ${FILESDIR}/mdidentd.conf.d mdidentd >} > >pkg_setup() { > enewgroup mdidentd > enewuser mdidentd -1 /bin/false /dev/null mdidentd >}
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 31618
: 19550 |
19551
|
19552
|
19553