Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190585 - dev-embedded/sdcc-2.7.0 ebuild bump request
Summary: dev-embedded/sdcc-2.7.0 ebuild bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 23:34 UTC by marco
Modified: 2007-09-01 22:34 UTC (History)
1 user (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 marco 2007-08-28 23:34:19 UTC
sdcc 2.7.0 is out, can you try to put this into portage ?

thx

Reproducible: Always
Comment 1 Nicolas Boichat 2007-08-30 09:31:44 UTC
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 Denis Dupeyron (RETIRED) gentoo-dev 2007-09-01 22:34:19 UTC
Thanks to both of you. I have just committed this into Portage.

Denis.