Bug 190585 - dev-embedded/sdcc-2.7.0 ebuild bump request
Bug#: 190585 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: dev-embedded@gentoo.org Reported By: marco@berli.ath.cx
Component: Ebuilds
URL: 
Summary: dev-embedded/sdcc-2.7.0 ebuild bump request
Keywords:  
Status Whiteboard: 
Opened: 2007-08-28 23:34 0000
Description:   Opened: 2007-08-28 23:34 0000
sdcc 2.7.0 is out, can you try to put this into portage ?

thx

Reproducible: Always

------- Comment #1 From Nicolas Boichat 2007-08-30 09:31:44 0000 -------
A version bump + this patch makes a working ebuild:

--- /usr/portage/dev-embedded/sdcc/sdcc-2.6.0.ebuild    2006-08-02
22:17:37.000000000 +0200
+++ sdcc-2.7.0.ebuild   2007-08-30 11:18:11.000000000 +0200
@@ -4,8 +4,8 @@

 DESCRIPTION="Small device C compiler (for various microprocessors)."
 HOMEPAGE="http://sdcc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.gz
-       doc? ( mirror://sourceforge/sdcc/${PN}-doc-${PV}.tar.gz )"
+SRC_URI="mirror://sourceforge/sdcc/${PN}-src-${PV}.tar.bz2
+       doc? ( mirror://sourceforge/sdcc/${PN}-doc-${PV}.tar.bz2 )"

 LICENSE="GPL-2"
 SLOT="0"

------- Comment #2 From Denis Dupeyron 2007-09-01 22:34:19 0000 -------
Thanks to both of you. I have just committed this into Portage.

Denis.