Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439408 - dev-db/rockmongo-1.1.5 - Web-based administration for Mongo database in PHP
Summary: dev-db/rockmongo-1.1.5 - Web-based administration for Mongo database in PHP
Status: RESOLVED OBSOLETE
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-23 15:04 UTC by Tomáš Mózes
Modified: 2017-03-15 14:53 UTC (History)
0 users

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


Attachments
rockmongo-1.1.2.ebuild (rockmongo-1.1.2.ebuild,872 bytes, text/plain)
2012-10-23 15:04 UTC, Tomáš Mózes
Details
rockmongo-1.1.5.ebuild (rockmongo-1.1.5.ebuild,862 bytes, text/plain)
2013-02-07 14:32 UTC, Tomáš Mózes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2012-10-23 15:04:07 UTC
Created attachment 327228 [details]
rockmongo-1.1.2.ebuild

Attached you can find an ebuild for RockMongo 1.1.2.
Comment 1 Tomáš Mózes 2013-02-07 14:32:44 UTC
Created attachment 338234 [details]
rockmongo-1.1.5.ebuild
Comment 2 Tomáš Mózes 2013-02-07 14:34:15 UTC
Rockmongo 1.1.5

v1.1.5 - 2012-12-20
    Fix authenticate with php_mongo >= 1.3.0

v1.1.4 - 2012-12-01
    Make compatible with php_mongo 1.3.0
    Support composite _id
    Fix gridfs downloads and view chunks issue
    Fix h() function error
    Fix Slave link on topbar
    Fix User auth error (after you remove some servers)
    Fix issue when query with numberic field

v1.1.3 - 2012-11-07
    Fix UTF-8 characters display issue(PHP 5.4.x)
    Add portuguese (Portugal) translation, by Luis Romao zecompadre@gmail.com



# diff -u rockmongo-1.1.2.ebuild rockmongo-1.1.5.ebuild 
--- rockmongo-1.1.2.ebuild      2012-10-23 16:42:26.283574813 +0200
+++ rockmongo-1.1.5.ebuild      2013-02-07 14:53:27.414824028 +0100
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Web-based administration for Mongo database in PHP"
 HOMEPAGE="http://www.rockmongo.com"
-SRC_URI="http://rock-php.googlecode.com/files/${PN}-v${PV}.zip"
+SRC_URI="http://rockmongo.com/release/${PN}-${PV}.zip"
 
 LICENSE="BSD-2"
 KEYWORDS="~amd64"