Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305943 - geda-1.6.1.ebuild
Summary: geda-1.6.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-19 20:25 UTC by Stefan Salewski
Modified: 2010-02-19 23:39 UTC (History)
0 users

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


Attachments
geda-1.6.1.ebuild (geda-1.6.1.ebuild,2.05 KB, text/plain)
2010-02-19 20:26 UTC, Stefan Salewski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Salewski 2010-02-19 20:25:14 UTC
Since a few days gEDA 1.6.1 is available, a bugfix version for 1.6.0 in gentoo tree. The 1.6.0 ebuild should work for 1.6.1, but there seems to be two minor bugs: guile needs build option deprecated, and this may be a typo: 

>pkg_postrm() {
>	fdo-mime_desktop_database_update
>	fdo-mime_desktop_database_update

So I suggest using the attached ebuild, here are the diffs:

 stefan@AMD64X2 ~ $ diff geda-1.6.1.ebuild /usr/portage/sci-electronics/geda/geda-1.6.0-r1.ebuild 
1c1
< # Copyright 1999-2010 Gentoo Foundation
---
> # Copyright 1999-2009 Gentoo Foundation
3c3
< # $Header: $
---
> # $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.0-r1.ebuild,v 1.4 2009/12/22 23:11:40 flameeyes Exp $
23c23
< 	>=dev-scheme/guile-1.8[deprecated]
---
> 	>=dev-scheme/guile-1.8
91c91
< 	fdo-mime_mime_database_update
---
> 	fdo-mime_desktop_database_update
stefan@AMD64X2 ~ $ 

I have tested 1.6.1 on AMD64, seems to work fine. I hope someone can commit it soon.

Best regards

Stefan Salewski


Reproducible: Always
Comment 1 Stefan Salewski 2010-02-19 20:26:41 UTC
Created attachment 220393 [details]
geda-1.6.1.ebuild
Comment 2 Denis Dupeyron (RETIRED) gentoo-dev 2010-02-19 23:39:57 UTC
Done, thanks Stefan.

Denis.