Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 556538

Summary: New ebuild for robomongo 0.8.5
Product: Gentoo Linux Reporter: OzTiram <oz.tiram>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/paralect/robomongo
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The ebuild
The patch needed for building robomongo
2nd patch for excluding qt-libs
Updated ebuild
metadata

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 ***