Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257330 - slightly modified app-misc/delay-1.6.ebuild for prefix (works on x86-(open)solaris)
Summary: slightly modified app-misc/delay-1.6.ebuild for prefix (works on x86-(open)so...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Solaris
: High enhancement (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 05:14 UTC by Florian Ermisch
Modified: 2009-02-02 18:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
delay-1.6.ebuild modified for prefix (delay-1.6.ebuild,895 bytes, text/plain)
2009-02-02 05:16 UTC, Florian Ermisch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Ermisch 2009-02-02 05:14:38 UTC
ecopy app-misc/delay && adding $EPREFIX to --prefix --mandir --infodir worked for me

PS: plz excuse the following cryptic notes, it's 6:13AM ^^""
PPS: ebuild follows

Reproducible: Always

Steps to Reproduce:
1.ecopy app-misc/delay, modify ebuild (--prefix=${EPREFIX}/.../ --mandir=${EPREFIX}/.../ --infodir=${EPREFIX}/.../), ebuild $PATH2EBUILD manifest
2. emerge app-misc/delay
3. $ delay 5s -- echo 'joy!'

Actual Results:  
$ delay 5s -- echo 'joy!'
  0 00:00:00
joy!
$


bash-3.2$ emerge --info
Portage 2.2.00.12565-prefix (prefix/sunos/solaris/5.11/x86, gcc-4.2.4, unavailable, 5.11 i86pc)
=================================================================
System uname: Solaris-2.11-i86pc-i386-32bit
Timestamp of tree: Mon, 02 Feb 2009 04:34:32 +0000
app-shells/bash:     3.2_p17-r1
dev-lang/python:     2.5.2-r8
sys-devel/autoconf:  2.63
sys-devel/automake:  1.10.2
sys-devel/binutils:  2.19.50.0.1
sys-devel/gcc-config: 1.4.0-r04.6
sys-devel/libtool:   1.5.26
ACCEPT_KEYWORDS="x86-solaris ~x86-solaris"
CBUILD="i386-pc-solaris2.11"
CFLAGS="-O2 -pipe"
CHOST="i386-pc-solaris2.11"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/export/home/portage/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--usepkg"
EPREFIX="/export/home/portage"
FEATURES="buildpkg ccache collision-protect distlocks fixpackages nostrip parallel-fetch preserve-libs preserved-libs protect-owned sfperms strict unmerge-orphans userfetch userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.UTF-8"
LDFLAGS=""
LINGUAS="de en"
MAKEOPTS="-j2"
PKGDIR="/export/home/portage/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/export/home/portage/var/tmp"
PORTDIR="/export/home/portage/usr/portage"
PORTDIR_OVERLAY="/export/home/portage/usr/local/portage"
SYNC="svn+http://overlays.gentoo.org/svn/proj/alt/trunk/prefix-overlay"
USE="cracklib midi ncurses nls prefix readline socks5 ssl tordns unicode x86-solaris xcb zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="SunOS" INPUT_DEVICES="keyboard mouse" KERNEL="SunOS" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" USERLAND="GNU"
Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Florian Ermisch 2009-02-02 05:16:17 UTC
Created attachment 180646 [details]
delay-1.6.ebuild modified for prefix

trivial, should work on all ~archs
Comment 2 Fabian Groffen gentoo-dev 2009-02-02 18:47:19 UTC
confirmed on ppc-macos, thanks!