Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142471 - ebuild for remake version 0.61
Summary: ebuild for remake version 0.61
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-01 14:49 UTC by Chris Fairles
Modified: 2007-03-24 08:08 UTC (History)
2 users (show)

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


Attachments
Ebuild for remake-0.61 (remake-0.61.ebuild,655 bytes, application/octet-stream)
2006-08-01 14:50 UTC, Chris Fairles
Details
Cvs ebuild for remake (remake-9999.ebuild,664 bytes, text/plain)
2006-08-01 14:51 UTC, Chris Fairles
Details
ebuild for remake-0.61 (readline support) (remake-0.61.ebuild,642 bytes, text/plain)
2006-08-01 16:28 UTC, Chris Fairles
Details
ebuild for remake 0.61 (remake-0.61.ebuild,626 bytes, text/plain)
2006-08-06 07:14 UTC, Chris Fairles
Details
ebuild for remake version 0.61 (remake-0.61.ebuild,630 bytes, text/plain)
2006-08-06 07:16 UTC, Chris Fairles
Details
ebuild for remake 0.61 (remake-0.61.ebuild,784 bytes, text/plain)
2006-08-06 18:24 UTC, Chris Fairles
Details
ebuild for remake-0.62 (remake-0.62.ebuild,787 bytes, text/plain)
2007-03-23 13:09 UTC, ArYiX
Details
replace make install for einstall (remake-0.62.ebuild,770 bytes, text/plain)
2007-03-23 23:20 UTC, ArYiX
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Fairles 2006-08-01 14:49:14 UTC
Couldn't find any ebuilds around for this so heres some for "remake" which is a makefile debugger (and darn useful I might add!)
Comment 1 Chris Fairles 2006-08-01 14:50:55 UTC
Created attachment 93226 [details]
Ebuild for remake-0.61

The file name has a 3.80 version number (the version of "make" its I guess related to or built from). Its hard coded in for now, if someone wants to get fancy and parse it out, be my guest.
Comment 2 Chris Fairles 2006-08-01 14:51:56 UTC
Created attachment 93227 [details]
Cvs ebuild for remake

This actually doesn't build. automake doesn't create mkinstalldirs so the installation fails. -1 karma for autotools in my books.
Comment 3 Chris Fairles 2006-08-01 16:28:32 UTC
Created attachment 93239 [details]
ebuild for remake-0.61 (readline support)

This one actually works. I don't get why specifying --with-readline causes it to NOT compile with readline, whereas leaving configure to determine whether to include it or not itself seems to add readline support. -2 karma for autotools
Comment 4 SpanKY gentoo-dev 2006-08-04 21:33:19 UTC
hmm, lets see ...

- pointless inherit line
- missing SLOT
- SRC_URI should be using mirror://sourceforge/...
- pointless src_unpack
- src_compile looks pointless
- do not use `einstall`, use `make install DESTDIR=$D`
- i imagine you could use a 'dodoc' in src_install, but i havent looked in the tarball
Comment 5 Chris Fairles 2006-08-06 07:14:02 UTC
Created attachment 93583 [details]
ebuild for remake 0.61

With modifications as requested. One thing, I removed the make file info pages and mdb.el emacs script it tries to install as these overwrite the real "make" applications versions.
Comment 6 Chris Fairles 2006-08-06 07:16:20 UTC
Created attachment 93584 [details]
ebuild for remake version 0.61

SRC_URI="mirror://sourceforge/bashdb/${PN}-${MAKE_V}+dbg-${PV}.tar.gz"
ebuild for remake version 0.61

Changed || die "einstall ..." to || die "make install ... "
Comment 7 Chris Fairles 2006-08-06 07:17:22 UTC
Comment on attachment 93584 [details]
ebuild for remake version 0.61

grr... fixing description
Comment 8 Chris Fairles 2006-08-06 18:24:29 UTC
Created attachment 93628 [details]
ebuild for remake 0.61

Added dmalloc use flag option. Not sure what to do about mdb.el emacs script which gets installed to /usr/share/emacs/site-lisp.
Comment 9 ArYiX 2007-03-23 13:09:33 UTC
Created attachment 114121 [details]
ebuild for remake-0.62
Comment 10 ArYiX 2007-03-23 13:12:23 UTC
(In reply to comment #9)
> Created an attachment (id=114121) [edit]
> ebuild for remake-0.62
> 

http://bashdb.sourceforge.net/remake/
Comment 11 ArYiX 2007-03-23 23:20:03 UTC
Created attachment 114196 [details]
replace make install for einstall
Comment 12 SpanKY gentoo-dev 2007-03-24 08:08:08 UTC
umm, changing to `einstall` from `make install DESTDIR` is a regression, not a bugfix

ive just rewritten the whole thing and added to the tree