Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10252 Details for
Bug 18835
evms-2.0.0.ebuild is broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
evms-2.0.0.ebuild (Fixed ebuild, Mark II)
evms-2.0.0.ebuild (text/plain), 1.75 KB, created by
Daniel Mannarino
on 2003-04-05 22:01:56 UTC
(
hide
)
Description:
evms-2.0.0.ebuild (Fixed ebuild, Mark II)
Filename:
MIME Type:
Creator:
Daniel Mannarino
Created:
2003-04-05 22:01:56 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="ncurses gtk" > >inherit eutils > >DESCRIPTION="Utilities for the IBM Enterprise Volume Management System" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >HOMEPAGE="http://www.sourceforge.net/projects/evms" > >KEYWORDS="~x86 ~ppc" >LICENSE="GPL-2" >SLOT="0" > >#EVMS uses libuuid from e2fsprogs >DEPEND="virtual/glibc > sys-apps/e2fsprogs > gtk? ( =x11-libs/gtk+-1* ) > ncurses? ( sys-libs/ncurses )" > >src_compile() { > local excluded_interfaces="" > use ncurses || excluded_interfaces="--disable-text-mode" > use gtk || excluded_interfaces="${excluded_interfaces} --disable-gui" > > ./configure \ > --prefix=/usr \ > --libdir=/lib \ > --sbindir=/sbin \ > --mandir=/usr/share/man \ > --includedir=/usr/include \ > ${excluded_interfaces} || die "Failed configure" > emake || die "Failed emake" >} > >src_install() { > make DESTDIR=${D} install || die "Make install died" > dodoc ChangeLog COPYING TERMINOLOGY PLUGIN.IDS > > # move static libraries to /usr/lib > dodir /usr/lib > mv -f ${D}/lib/*.a ${D}/usr/lib > > # Create linker scripts for dynamic libs in /lib, else gcc > # links to the static ones in /usr/lib first. Bug #4411. > for x in ${D}/usr/lib/*.a > do > if [ -f ${x} ] > then > local lib="${x##*/}" > gen_usr_ldscript ${lib/\.a/\.so} > fi > done > > # realize these symlinks now so they get included > cd ${D}/lib > rm -f libdlist.so libevms.so > ln -sf libevms-${PV}.so libevms.so.1 > ln -sf libevms.so.1 libevms.so > ln -sf libdlist-1.0.so libdlist.so.1 > ln -sf libdlist.so.1 libdlist.so > > # the gtk+ frontend should live in /usr/sbin > if [ -n "`use gtk`" ] > then > dodir /usr/sbin > mv -f ${D}/sbin/evmsgui ${D}/usr/sbin > fi > > exeinto /etc/init.d > newexe ${FILESDIR}/evms-init evms >}
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 18835
:
10250
| 10252