Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73324 - dev-db/pgadmin3 - New version (1.2.0) is out
Summary: dev-db/pgadmin3 - New version (1.2.0) is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PgSQL Bugs
URL: http://www.pgadmin.org/pgadmin3/index...
Whiteboard:
Keywords:
Depends on: 71036
Blocks:
  Show dependency tree
 
Reported: 2004-12-04 04:21 UTC by Michael Andreen
Modified: 2005-04-26 07:06 UTC (History)
1 user (show)

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


Attachments
pgadmin3-1.2.0.ebuild (pgadmin3-1.2.0.ebuild,2.21 KB, application/octet-stream)
2004-12-04 13:23 UTC, Kurt Wyss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Andreen 2004-12-04 04:21:51 UTC
New version is released, would be nice to have it in portage.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-12-04 05:25:28 UTC
Michael, please name the package you're referring to in the summary.
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-12-04 11:37:56 UTC
pgadmin3 needs wxGTK-2.5*.
Comment 3 Kurt Wyss 2004-12-04 13:23:41 UTC
Created attachment 45289 [details]
pgadmin3-1.2.0.ebuild

pgadmin3-1.2.0.ebuild
Comment 4 Markus Krainer 2005-01-19 08:29:33 UTC
Works fine here!

x11-libs/wxGTK-2.5.3  -debug +gtk2 -no_wxgtk1 -odbc +opengl +unicode
dev-db/pgadmin3-1.2.0  +gtk2 +postgres +unicode
Comment 5 Masatomo Nakano (RETIRED) gentoo-dev 2005-01-19 09:13:02 UTC
I was going to add this ebuild after wxGTK-2.5 unmasked.
But since there are some requests, i'm going to add it as hard masked version.

So, I'm looking at this ebuild.
There are some question/suggestion.

1.
pkg_setup() {
    if use unicode && use gtk2; then
        echo "in USE \"gtk2 unicode\""
    else    die "You must put \"gtk2 unicode\" in your USE."
    fi
}

this ebuild always requires USE="gtk2 unicode".
What does it mean?

2. This ebuild seems require wxGTK-2.5 with unicode.
So, it should check wether wxGTK-2.5 is installed with unicode.
Comment 6 Ivan Yosifov 2005-01-19 10:19:05 UTC
If I understand correctly wxGTK-2.5 has problems with the opengl useflag. I have emerged wxGTK-2.5.3 -opengl ( which is not a problem for pgadmin ) and works fine so far... too bad you can't hardmask useflags :(
Comment 7 Justin Clift 2005-03-09 07:01:47 UTC
Any idea when this will become available, or even get into testing?

Version 1.2.0 of PgAdmin3 has a huge number of changes and improvements over the 1.0 series, and has been out for ages now.

:-/

Regards and best wishes,

Justin Clift
Comment 8 Masatomo Nakano (RETIRED) gentoo-dev 2005-03-09 08:28:16 UTC
sorry, i don't have time to add this ebuild until the end of next week.

matsuu, can you do that?
Comment 9 Masatomo Nakano (RETIRED) gentoo-dev 2005-03-25 12:16:16 UTC
I've just added it to portage.
But it's package.masked yet due to dependency masked wxGTK-2.5.*.

If you really want to install it, you need to do:
 # echo "x11-libs/wxGTK" >> /etc/portage/package.unmask
 # echo "dev-db/pgadmin3" >> /etc/portage/package.unmask
 # emerge pgadmin3

(Please do them only when you understand what you are doing.)
Comment 10 gna 2005-04-26 07:06:38 UTC
Just to let you know pgadmin3-1.0.2 will not work with postgresql 8.0. As 1.0.2 is the most recent stable version of pgadmin3 and postgres-8.0 has recently gone stable this creates a problem. See http://www.pgadmin.org/pgadmin3/faq/#datpath for more details.

I realise that you are waiting for wxGTK-2.5.3 so I guess there are no easy answers.