Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42764 Details for
Bug 69252
migrationtools-46.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
migrationtools-46-update.patch
migrationtools-46-update.patch (text/plain), 1.71 KB, created by
Rodrigo Severo
on 2004-10-28 05:54:22 UTC
(
hide
)
Description:
migrationtools-46-update.patch
Filename:
MIME Type:
Creator:
Rodrigo Severo
Created:
2004-10-28 05:54:22 UTC
Size:
1.71 KB
patch
obsolete
>--- /usr/portage/net-nds/migrationtools/migrationtools-45.ebuild 2004-10-15 16:35:37.000000000 -0300 >+++ migrationtools/migrationtools-46.ebuild 2004-10-28 09:44:13.070467088 -0300 >@@ -1,6 +1,8 @@ > # Copyright 1999-2004 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-45.ebuild,v 1.4 2004/10/15 19:35:02 pvdabeel Exp $ >+# $Header: $ >+ >+inherit eutils > > PN0=MigrationTools > S=${WORKDIR}/${PN0}-${PV} >@@ -9,7 +11,7 @@ > HOMEPAGE="http://www.padl.com/OSS/MigrationTools.html" > > SLOT="0" >-KEYWORDS="~x86 ~sparc ~amd64 hppa ppc" >+KEYWORDS="~x86 ~sparc ~amd64 ~hppa ~ppc" > LICENSE="as-is" > IUSE="" > >@@ -17,10 +19,37 @@ > RDEPEND="net-nds/openldap > dev-lang/perl" > >+src_compile() { >+ einfo "nothing to compile; scripts package" >+} >+ > src_install() { > dodoc README >+ >+ diropts -m0750 > dodir /usr/share/migrationtools >- cp -a ${S}/migrate_* ${D}/usr/share/migrationtools >+ exeinto /usr/share/migrationtools >+ exeopts -m0750 >+ for x in ${S}/migrate_*; do >+ [ -f ${x} ] && doexe ${x} >+ done >+ >+ diropts -m0750 > dodir /usr/share/migrationtools/ads >- cp -a ${S}/ads/* ${D}/usr/share/migrationtools/ads >+ exeinto /usr/share/migrationtools/ads >+ exeopts -m0750 >+ for x in ${S}/ads/migrate_*; do >+ [ -f ${x} ] && doexe ${x} >+ done > } >+ >+pkg_postinst() { >+ draw_line " " >+ einfo "The scripts are installed at /usr/share/migrationtools." >+ einfo "" >+ einfo "Please edit /usr/share/migrationtools/migrate_common.ph" >+ einfo "and/or /usr/share/migrationtools/ads/migrate_common.ph" >+ einfo "to start." >+ draw_line " " >+} >+
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 69252
: 42764