Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556538 - New ebuild for robomongo 0.8.5
Summary: New ebuild for robomongo 0.8.5
Status: RESOLVED DUPLICATE of bug 511810
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/paralect/robomongo
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-02 21:12 UTC by OzTiram
Modified: 2015-08-12 16:24 UTC (History)
0 users

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


Attachments
The ebuild (robomongo-0.8.5.ebuild,811 bytes, text/plain)
2015-08-02 21:13 UTC, OzTiram
Details
The patch needed for building robomongo (robomongo-0.8.5-fix-appstyle.patch,411 bytes, patch)
2015-08-02 21:13 UTC, OzTiram
Details | Diff
2nd patch for excluding qt-libs (robomongo-0.8.5-exclude-qt-libs.patch,1000 bytes, patch)
2015-08-03 20:50 UTC, OzTiram
Details | Diff
Updated ebuild (robomongo-0.8.5.ebuild,864 bytes, text/plain)
2015-08-03 20:52 UTC, OzTiram
Details
metadata (metadata.xml,756 bytes, text/xml)
2015-08-03 20:53 UTC, OzTiram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description OzTiram 2015-08-02 21:12:26 UTC
Not much to say, my first ebuild ...

Robomongo — is a shell-centric crossplatform MongoDB management



Reproducible: Always
Comment 1 OzTiram 2015-08-02 21:13:16 UTC
Created attachment 408166 [details]
The ebuild
Comment 2 OzTiram 2015-08-02 21:13:47 UTC
Created attachment 408168 [details, diff]
The patch needed for building robomongo
Comment 3 Brian Evans (RETIRED) gentoo-dev 2015-08-03 18:12:28 UTC
Comments:

You should learn to use ${PV} in SRC_URI to save time upgrading later.
As well as the "->" rename operator on generic tarballs so we don't have 20 v0.8.5.tar.gz fighting over the same download space.

Also:
 
src_prepare() {
    unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-fix-appstyle.patch"
}
 should be

src_prepare() {
	epatch "${FILESDIR}/${P}-fix-appstyle.patch"
}
Comment 4 OzTiram 2015-08-03 20:50:22 UTC
Created attachment 408218 [details, diff]
2nd patch for excluding qt-libs
Comment 5 OzTiram 2015-08-03 20:52:35 UTC
Created attachment 408220 [details]
Updated ebuild

This is an updated ebuild. It excludes the qt libraries. 

This ebuild still needs a lot of work, I would love to collaborate with someone 
more experienced than me.
Comment 6 OzTiram 2015-08-03 20:53:26 UTC
Created attachment 408222 [details]
metadata

This adds the required metadata.xml
Comment 7 Michael Palimaka (kensington) gentoo-dev 2015-08-12 16:24:25 UTC

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