Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13222 - New code: mod_python-3.0.1.ebuild
Summary: New code: mod_python-3.0.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-04 04:34 UTC by Rigo
Modified: 2003-04-20 17:43 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rigo 2003-01-04 04:34:16 UTC
Compiles fine 4 me with 3.2.1

regards, Rogi


# diff -ur mod_python-3.0.0_beta4.ebuild mod_python-3.0.1.ebuild

-NEWP="`echo ${P} | sed -e 's|_beta|-BETA|'`"
-S=${WORKDIR}/${NEWP}
-SRC_URI="http://www.apache.org/dist/httpd/modpython/dev/${NEWP}.tgz"
+#Not beta anymore
+#NEWP="`echo ${P} | sed -e 's|_beta|-BETA|'`"
+
+S=${WORKDIR}/${P}
+SRC_URI="http://www.apache.org/dist/httpd/modpython/${P}.tgz"
 DEPEND="dev-lang/python =net-www/apache-2*"
 LICENSE="Apache-1.1"
 KEYWORDS="~x86"
Comment 1 Veit Waltemath 2003-01-05 07:49:47 UTC
You can add ~ppc to the KEYWORDS,
It compiles and the simple "Hello World!" test does it.
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2003-04-20 17:43:12 UTC
Looks like the new ebuild was silently added to bugzilla.  Sorry about that!
Thanks for your contribution!