Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352582 - [new ebuild] dev-embedded/sgpp-lite-arm-symbian-bin
Summary: [new ebuild] dev-embedded/sgpp-lite-arm-symbian-bin
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2011-01-24 11:36 UTC by Dennis Schridde
Modified: 2019-12-10 01:53 UTC (History)
2 users (show)

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


Attachments
Patch: dev-embedded/sgpp-lite-arm-linux-bin -> dev-embedded/sgpp-lite-arm-symbian-bin (sgpp-lite-arm-symbian-bin-2010.09.54.ebuild.patch,1.27 KB, patch)
2011-01-24 11:37 UTC, Dennis Schridde
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2011-01-24 11:36:22 UTC
Quoting from a conversation with Mike Frysinger (vapier):
> > I am atm trying to get a working sgpp-lite-arm-symbian-4.4.172.ebuild, so
> > if you have worked on anything in that area already, I'd be interested in
> > it. (Or, if you have finished already, I can save the effort. ;) )
> 
> the ebuilds i wrote were intended to minimize changes.  if you compare
> them, you'll notice the only thing different are the variables at the top.
>  so if you could follow the same for the symbian ebuild, that would be
> nice.  if you need to make the current ones a little more flexible, let me
> know. -mike

I only used a small patch:
* Inherited versionator, but only to reuse existing portage functionality.
* The really necessary changes were setting
   TARGET="arm-none-symbianelf"
  and extending the env.d file with
   ROOTPATH=${d}/bin
  The latter being necessary so Portage can crosscompile other packages.


Reproducible: Always
Comment 1 Dennis Schridde 2011-01-24 11:37:21 UTC
Created attachment 260578 [details, diff]
Patch: dev-embedded/sgpp-lite-arm-linux-bin -> dev-embedded/sgpp-lite-arm-symbian-bin
Comment 2 Arfrever Frehtes Taifersar Arahesis 2019-12-10 01:53:34 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54cac8f92392d3c46ae34e3980b17ec6448dacec

commit 54cac8f92392d3c46ae34e3980b17ec6448dacec
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2019-12-09 20:19:37 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2019-12-09 20:29:25 +0000

    dev-embedded/sgpp-lite-arm-*: drop last-rited pkgs
    
    Closes: https://bugs.gentoo.org/699736
    
    Signed-off-by: Aaron Bauman <bman@gentoo.org>