Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 18694
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNU Emacs Team <emacs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matthew Kennedy (RETIRED) <mkennedy@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ess-ebuild.tar.bz2 tarball with ess ebuild files. application/octet-stream Steve Juranich 2003-04-20 02:06 0000 1.54 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18694 depends on: Show dependency tree
Bug 18694 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-04-03 11:11 0000
Hi Matt, please add ESS (Emacs Speaks Statistics) to app-emacs. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Steve Juranich 2003-04-20 02:06:58 0000 -------
Created an attachment (id=10896) [details]
tarball with ess ebuild files.

Contains ChangeLog, ess-5.1.24.ebuild, and files/digest-ess-5.1.24.

------- Comment #2 From Steve Juranich 2003-04-20 02:09:03 0000 -------
I've uploaded an ebuild to make the ess package for GNU emacs.  This was my
first one, so I might have botched some policy-related things.  But the script
works (at least, it works for me).

Thanks.

------- Comment #3 From Mamoru KOMACHI (RETIRED) 2004-03-14 01:07:23 0000 -------
Steve, sorry for the delay. I looked at your ebuild and it looks
clean but has several problems. First, copying PDF files should be
done in src_install(), i.e.

src_install(){
	...

	insinto /usr/share/doc/${P}
	doins doc/ess-intro.pdf
	insinto /usr/share/doc/${P}/example
	doins etc/function-outline.S
	# doins doesn't support recursive operation atm...
	cp -Rf etc/other/S-spread ${D}/usr/share/doc/${P}/examples
}

would be better than doing it in pkg_postinst(). (If you copy files
in src_install(), you don't need to write pkg_prerm() ) Second, I
added 50ess-gentoo.el, which is missing from your ebuild tarball.
Third, I updated SRC_URI and HOMEPAGE to point the latest address
(I guess these variables pointed the right address when you updated
the ebuild almost a year ago. We are sorry for this).

After fixing these problems, your ebuild emerged and worked great.

I added it to CVS. Thanks for the contribution.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug