Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103674 - resin-3.0.14.ebuild (Update)
Summary: resin-3.0.14.ebuild (Update)
Status: RESOLVED DUPLICATE of bug 63246
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 63246
Blocks:
  Show dependency tree
 
Reported: 2005-08-25 01:36 UTC by Anatoly Shipitsin
Modified: 2006-01-22 09:22 UTC (History)
1 user (show)

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


Attachments
Ebuild (resin-3.0.14.ebuild,3.38 KB, text/plain)
2005-08-25 01:37 UTC, Anatoly Shipitsin
Details
ebuild with patch & configuration file (resin-3.0.14.tar.bz2,5.21 KB, application/octet-stream)
2005-08-25 01:41 UTC, Anatoly Shipitsin
Details
Ebuild with patch & configuration file (resin.tar.bz2,6.41 KB, application/octet-stream)
2005-11-27 04:22 UTC, Anatoly Shipitsin
Details
Ebuild (resin-3.0.15.ebuild,3.38 KB, text/plain)
2005-11-27 04:22 UTC, Anatoly Shipitsin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Shipitsin 2005-08-25 01:36:45 UTC
New ebuild for resin jsp & servlets server container (www.caucho.com). I'm
rewrite old resin ebuild. Now ebuild used make install and fixed bug #92873
http://bugs.gentoo.org/show_bug.cgi?id=92873

It's not bump version! It's revision bump.

Reproducible: Always
Steps to Reproduce:
Comment 1 Anatoly Shipitsin 2005-08-25 01:37:22 UTC
Created attachment 66841 [details]
Ebuild
Comment 2 Anatoly Shipitsin 2005-08-25 01:41:29 UTC
Created attachment 66843 [details]
ebuild with patch & configuration file
Comment 3 Anatoly Shipitsin 2005-11-27 04:22:30 UTC
Created attachment 73671 [details]
Ebuild with patch & configuration file

New ebuild for resin 3.0.15
Comment 4 Anatoly Shipitsin 2005-11-27 04:22:57 UTC
Created attachment 73672 [details]
Ebuild
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2005-11-28 05:14:22 UTC
Please don't attach tarballs to bugs.
http://dev.gentoo.org/~ciaranm/docs/mw-faq/attachments.txt

RESTRICT="nostrip"
Is this truly needed?

See http://www.gentoo.org/proj/en/java/java-devel.xml#doc_chap3 for dependencies.

src_compile() 
You should use die instead of eerror

# INIT SCRIPTS AND ENV
There are doinitd and doenvd functions for installing these.

	# when updating from resin 2, move things to there new location
	if [ ! -L ${RESIN_HOME}/conf ]; then

It would be better to write a pkg_config() function do this and instruct the
user to run it in pkg_postinst. 

The resin jar should be installed using java-pkg_dojar.

I know some of these problems are also present in the current ebuild so it is
not your fault for not picking them up but they should be fixed before we add
and knowing these things should make you a better ebuild writer. Thanks for the
work so far.

Take a look at bug 73581 it seems to contain an ebuild for the newer version.
Comment 6 Petteri Räty (RETIRED) gentoo-dev 2005-11-28 05:15:22 UTC
Bug 63246.
Comment 7 Petteri Räty (RETIRED) gentoo-dev 2005-11-28 12:26:19 UTC
Please direct any further comments to bug 63246. Leaving this open so that users
searching for update bugs find this.
Comment 8 Anatoly Shipitsin 2005-11-28 19:49:27 UTC
(In reply to comment #7)
> Please direct any further comments to bug 63246. Leaving this open so that users
> searching for update bugs find this.

Okey. I'm read docs and rewrite & cleanup ebuild. I'm need open new bug for
resin-bin and resin-pro-bin ? 
Comment 9 Petteri Räty (RETIRED) gentoo-dev 2005-11-29 03:46:35 UTC
(In reply to comment #8)
> 
> Okey. I'm read docs and rewrite & cleanup ebuild. I'm need open new bug for
> resin-bin and resin-pro-bin ? 

We will not be adding new binary packages to the tree when the program can be
compiled from source. resin-pro would probably be the same as resin-ee. Feel
free to open a version bump request for it.
Comment 10 Andrew Cowie 2006-01-16 02:08:56 UTC
FYI, resin is now at 3.0.16

AfC
Comment 11 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-01-22 09:22:07 UTC

*** This bug has been marked as a duplicate of 63246 ***