Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304401 - please make dev-db/postgresql-server EAPI=2 compliant
Summary: please make dev-db/postgresql-server EAPI=2 compliant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 21:06 UTC by Markus Meier
Modified: 2010-02-21 10:19 UTC (History)
0 users

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


Attachments
Proposed ebuild supporting EAPI 2 (postgresql-server-8.4.2-r2.ebuild,9.43 KB, text/plain)
2010-02-19 00:34 UTC, Aaron W. Swenson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Meier gentoo-dev 2010-02-10 21:06:41 UTC
and call econf in src_configure and not src_compile. repoman doesn't spot this as you're using `eval econf $foo`.
thanks!
Comment 1 Aaron W. Swenson gentoo-dev 2010-02-19 00:34:51 UTC
Created attachment 220259 [details]
Proposed ebuild supporting EAPI 2

This is my first attempt at editing a proper ebuild.

I've run this on my system and it seems to work for me.
Comment 2 Patrick Lauer gentoo-dev 2010-02-21 10:19:39 UTC
+  21 Feb 2010; Patrick Lauer <patrick@gentoo.org>
+  postgresql-server-8.4.2-r1.ebuild:
+  Fix for #304401, thanks to Aaron W. Swenson