Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301423 - Please add GNU Techne to Portage
Summary: Please add GNU Techne to Portage
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard: [xmw-overlay]
Keywords: EBUILD, InOverlay
Depends on:
Blocks: 301388
  Show dependency tree
 
Reported: 2010-01-18 19:19 UTC by Hans Meier
Modified: 2018-12-03 12:58 UTC (History)
1 user (show)

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


Attachments
techne-0.1.ebuild (techne-0.1.ebuild,1.04 KB, text/plain)
2010-01-20 18:41 UTC, Andreas Liedtke
Details
techne-0.1.ebuild (techne-0.1.ebuild,926 bytes, text/plain)
2010-01-20 20:43 UTC, Andreas Liedtke
Details
techne-0.1.ebuild (techne-0.1.ebuild,914 bytes, text/plain)
2010-04-14 02:55 UTC, Michael Weber (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Meier 2010-01-18 19:19:17 UTC
Tecne is used for programming GNU Gammes.

Aviation and Billiards are written on top of Techne.

http://savannah.nongnu.org/projects/techne/

This ebuild don't work without Techne installed

games-sports/billiards-0.3

https://bugs.gentoo.org/show_bug.cgi?id=301388

Reproducible: Always

Actual Results:  
No ebuild at all for Techne

Expected Results:  
A ebuild in Portage or Overlays for Techne
Comment 1 Andreas Liedtke 2010-01-20 18:41:46 UTC
Created attachment 216997 [details]
techne-0.1.ebuild

initial ebuild for techne
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2010-01-20 18:51:27 UTC
the Makefile shouldn't be touched in src_install.  Any fixups like that should happen in src_prepare.

other items:

remove || die ... from eautoreconf
sort KEYWORDS
IUSE should be just IUSE=""
remove pointless RDEPEND="${DEPEND}"
remove pointless quotes on EAPI
start DESCRIPTION with "A general-purpose ..." instead of the package name
Comment 3 Andreas Liedtke 2010-01-20 20:43:09 UTC
Created attachment 217007 [details]
techne-0.1.ebuild

thanks for pointing out the corrections
Comment 4 Michael Weber (RETIRED) gentoo-dev 2010-04-14 02:55:24 UTC
Created attachment 227701 [details]
techne-0.1.ebuild

checked the DEPENDS
switched to games
DOCS/src install from base
Comment 5 Michael Weber (RETIRED) gentoo-dev 2010-05-18 09:59:05 UTC
I've updated the ebuild, see http://svn.xmw.de/websvn/gentoo-overlay/dev-games/techne/ for details