Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297587 - sys-cluster/ganglia_jobmonarch ebuild
Summary: sys-cluster/ganglia_jobmonarch ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Deadline: 2020-10-09
Assignee: Default Assignee for New Packages
URL: https://subtrac.sara.nl/oss/jobmonarch/
Whiteboard: Science Overlay
Keywords: EBUILD, InOverlay, PMASKED
: 296881 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-19 23:29 UTC by Ruggero Morsucci
Modified: 2023-01-19 14:01 UTC (History)
6 users (show)

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


Attachments
some bug fixed (ganglia_jobmonarch-0.3.1-fix.patch,6.56 KB, patch)
2009-12-19 23:35 UTC, Ruggero Morsucci
Details | Diff
jobmond init.d file (jobmond,514 bytes, text/plain)
2009-12-19 23:37 UTC, Ruggero Morsucci
Details
jobarchived init.d scripts (jobarchived,534 bytes, text/plain)
2009-12-19 23:39 UTC, Ruggero Morsucci
Details
ganglia_jobmonarch ebuild (ganglia_jobmonarch-0.3.1-r1.ebuild,1.34 KB, text/plain)
2009-12-20 19:22 UTC, Ruggero Morsucci
Details
ganglia_jobmonarch ebuild (ganglia_jobmonarch-0.3.1-r2.ebuild,1.75 KB, text/plain)
2009-12-23 23:42 UTC, Ruggero Morsucci
Details
job_monarch link creator (job_monarch_link.sh,2.86 KB, text/plain)
2009-12-23 23:43 UTC, Ruggero Morsucci
Details
ganglia_jobmonarch ebuild (ganglia_jobmonarch-0.3.1-r1.ebuild,1.65 KB, text/plain)
2011-07-12 10:01 UTC, Ruggero Morsucci
Details
ganglia ebuild (ganglia-3.0.7.ebuild,1.76 KB, text/plain)
2011-07-12 10:02 UTC, Ruggero Morsucci
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ruggero Morsucci 2009-12-19 23:29:53 UTC
# Copyright 1999-2008 Gentoo Foundation                                                                                                              
# Distributed under the terms of the GNU General Public License v2                                                                                   
# $Header: $                                                                                                                                         

inherit eutils

DESCRIPTION="Ganglia addons for Torque"
HOMEPAGE="https://subtrac.sara.nl/oss/jobmonarch/"
SRC_URI="ftp://ftp.sara.nl/pub/outgoing/jobmonarch/latest/ganglia_jobmonarch-0.3.1.tar.bz2"

LICENSE="GPL-2"
SLOT="0"       
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="sys-cluster/ganglia
        dev-lang/php
        media-libs/gd
        sys-cluster/pbs-python
        dev-python/pypgsql"

src_unpack() {
        unpack ${A}
        cd "${S}"
        # Fix Overlay
        epatch "${FILESDIR}"/${P}-fix.patch
        # n-System Patch
        epatch "${FILESDIR}"/${P}-n-system.patch
}

src_compile() {
        cd ${S}
}

src_install() {
        insinto /etc
        doins "${S}/jobmond/jobmond.conf"
        doins "${S}/jobarchived/jobarchived.conf"

        insinto /usr/share/jobmonarch/
        doins "${S}/jobarchived/job_dbase.sql"

        dodir /var/lib/jobarchive

        cd "${S}/web/templates/job_monarch/"
        rm images/*
        rmdir images
        insinto /var/www/localhost/htdocs/ganglia/templates
        doins -r "${S}/web/templates/job_monarch/"

        insinto /var/www/localhost/htdocs/ganglia/addons
        doins -r "${S}/web/addons/job_monarch/"

        dosym ../default/images /var/www/localhost/htdocs/ganglia/templates/job_monarch/images
        dosym ../../../templates/default/images /var/www/localhost/htdocs/ganglia/addons/job_monarch/templates/images

        insopts -m0755
        insinto /sbin
        doins "${S}/jobmond/jobmond.py"
        doins "${S}/jobarchived/jobarchived.py"
        doins "${S}/jobarchived/pipe_jobarchived.py"
        insinto /etc/init.d
        doins "${FILESDIR}/jobmond"
        doins "${FILESDIR}/jobarchived"
}


Reproducible: Always
Comment 1 Ruggero Morsucci 2009-12-19 23:35:14 UTC
Created attachment 213519 [details, diff]
some bug fixed
Comment 2 Ruggero Morsucci 2009-12-19 23:37:38 UTC
Created attachment 213520 [details]
jobmond init.d file
Comment 3 Ruggero Morsucci 2009-12-19 23:39:11 UTC
Created attachment 213522 [details]
jobarchived init.d scripts
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2009-12-20 11:08:52 UTC
Please attach the ebuild and not past it inline
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2009-12-20 11:10:55 UTC
Is this a dupe of 296881? If yes, please close one of the bugs.
Comment 6 Ruggero Morsucci 2009-12-20 19:22:46 UTC
Created attachment 213595 [details]
ganglia_jobmonarch ebuild
Comment 7 Ruggero Morsucci 2009-12-23 23:42:24 UTC
Created attachment 213994 [details]
ganglia_jobmonarch ebuild
Comment 8 Ruggero Morsucci 2009-12-23 23:43:06 UTC
Created attachment 213997 [details]
job_monarch link creator
Comment 9 Justin Lecher (RETIRED) gentoo-dev 2009-12-24 01:10:25 UTC
For what reason is this one fixed?
Comment 10 Ruggero Morsucci 2009-12-24 14:28:14 UTC
There some problem with the ebuild? For me work fine.
Comment 11 Ruggero Morsucci 2009-12-29 16:44:15 UTC
If someone have a problem, send me a feedback, thanks
Comment 12 Justin Lecher (RETIRED) gentoo-dev 2009-12-29 23:14:15 UTC
Please keep this bug open until the ebuild is in the tree. It might be never end there, but ...

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Justin.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 13 Justin Bronder (RETIRED) gentoo-dev 2010-04-23 03:54:41 UTC
*** Bug 296881 has been marked as a duplicate of this bug. ***
Comment 14 Justin Bronder (RETIRED) gentoo-dev 2010-04-23 03:55:16 UTC
I haven't been able to get to the ftp site to download for the last month...
Comment 15 Ruggero Morsucci 2010-05-03 08:59:28 UTC
I try an ftp access today and now work...
Comment 16 Alexey Shvetsov archtester gentoo-dev 2011-06-29 17:51:34 UTC
Added to sci overlay
Comment 17 Ruggero Morsucci 2011-07-05 17:07:38 UTC
https://subtrac.sara.nl/oss/jobmonarch/wiki/Documentation/Requirements

ganglia_jobmonarch-0.3.1 depends on ganglia >=v3.0.1 and <v3.1.x
Comment 18 Ruggero Morsucci 2011-07-12 10:01:03 UTC
Created attachment 279851 [details]
ganglia_jobmonarch ebuild
Comment 19 Ruggero Morsucci 2011-07-12 10:02:53 UTC
Created attachment 279853 [details]
ganglia ebuild
Comment 20 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-01-19 14:01:20 UTC
Given no activity for years and the fact that ganglia has been removed, closing as WONTFIX.