Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342367 - sci-chemistry/bodr please keyword on ~ppc-macos
Summary: sci-chemistry/bodr please keyword on ~ppc-macos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Marcus D. Hanwell (RETIRED)
URL: http://blueobelisk.sourceforge.net/wi...
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2010-10-23 18:46 UTC by Konstantin Tokarev
Modified: 2010-10-25 06:10 UTC (History)
2 users (show)

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 Konstantin Tokarev 2010-10-23 18:46:40 UTC
sci-chemistry/bodr is a collection of XML data files, so it should be available for all CPU architectures and OSes. But only x86 and amd64 are present
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-10-24 18:27:52 UTC
Do you have any specific arch in mind and have you successfully merged bodr there?
If so, change summary accordingly, add KEYWORDREQ to Keywords and cc the proper arch. If not I'm reluctant to keyword just for sake of keywording...

BTW, I've bumped bodr to ver 9.
Comment 2 Fabian Groffen gentoo-dev 2010-10-24 19:48:04 UTC
I need this patch in order to be able to keyword it for Prefix arches:

--- bodr-9.ebuild       24 Oct 2010 18:23:31 -0000      1.1
+++ bodr-9.ebuild       24 Oct 2010 19:47:15 -0000
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/bodr-9.ebuild,v 1.1 2010/10/24 18:23:31 xarthisius Exp $
 
-EAPI=2
+EAPI=3
 
 inherit base
 
@@ -25,5 +25,5 @@
 }
 
 src_configure() {
-       econf --docdir=/usr/share/doc/${PF}
+       econf --docdir="${EPREFIX}"/usr/share/doc/${PF}
 }

Please ack, or apply this change.
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-10-24 20:53:06 UTC
(In reply to comment #2)
> I need this patch in order to be able to keyword it for Prefix arches:
+*bodr-9-r1 (24 Oct 2010)
+
+  24 Oct 2010; Kacper Kowalik <xarthisius@gentoo.org> -bodr-9.ebuild,
+  +bodr-9-r1.ebuild:
+  Bump to EAPI=3 wrt bug 342367. Drop old.
+
Comment 4 Fabian Groffen gentoo-dev 2010-10-25 06:10:53 UTC
keyworded ~ppc-macos.

Thanks all!