Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527550 - =app-emulation/dynamips-0.2.14 version bump
Summary: =app-emulation/dynamips-0.2.14 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Aaron Bauman (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
: 527552 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-31 03:40 UTC by Aaron Bauman (RETIRED)
Modified: 2014-11-28 09:53 UTC (History)
2 users (show)

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


Attachments
dynamips-0.2.14.ebuild (dynamips-0.2.14.ebuild,598 bytes, text/plain)
2014-10-31 03:40 UTC, Aaron Bauman (RETIRED)
Details
cmake patch to respect user set compiler options (dynamips-0.2.14-cmake.patch,435 bytes, patch)
2014-10-31 09:21 UTC, Aaron Bauman (RETIRED)
Details | Diff
dynamips-0.2.14 ebuild (dynamips-0.2.14.ebuild,735 bytes, text/plain)
2014-11-28 04:34 UTC, Aaron Bauman (RETIRED)
Details
dynamips-0.2.14 ebuild (dynamips-0.2.14.ebuild,892 bytes, text/plain)
2014-11-28 06:06 UTC, Aaron Bauman (RETIRED)
Details
dynamips-0.2.14 doc patch (dynamips-0.2.14-docs.patch,550 bytes, patch)
2014-11-28 06:07 UTC, Aaron Bauman (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Bauman (RETIRED) gentoo-dev 2014-10-31 03:40:34 UTC
Created attachment 387840 [details]
dynamips-0.2.14.ebuild

latest version of app-emulation/dynamips.

Build system has been changed to cmake and ebuild reflects acccordingly.

Patch comments out hard coded compile options in cmake/dependencies.cmake which do not respect make.conf compile options.

This is my first ebuild with cmake so please QA.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-31 08:58:14 UTC
*** Bug 527552 has been marked as a duplicate of this bug. ***
Comment 2 Aaron Bauman (RETIRED) gentoo-dev 2014-10-31 09:21:47 UTC
Created attachment 387854 [details, diff]
cmake patch to respect user set compiler options
Comment 3 Sergey Popov (RETIRED) gentoo-dev 2014-11-26 19:13:33 UTC
Reassigned to new maintainer
Comment 4 Aaron Bauman (RETIRED) gentoo-dev 2014-11-28 04:34:10 UTC
Created attachment 390446 [details]
dynamips-0.2.14 ebuild

Remove patch in favor of one line sed call.  Added DOCS=( ) to stop Portage from installing documents in favor of the build system.
Comment 5 Aaron Bauman (RETIRED) gentoo-dev 2014-11-28 06:06:41 UTC
Created attachment 390448 [details]
dynamips-0.2.14 ebuild

added patch to stop cmake from installing redundant docs and let Portage handle it as instructed.
Comment 6 Aaron Bauman (RETIRED) gentoo-dev 2014-11-28 06:07:04 UTC
Created attachment 390450 [details, diff]
dynamips-0.2.14 doc patch
Comment 7 Sergey Popov (RETIRED) gentoo-dev 2014-11-28 09:53:13 UTC
  28 Nov 2014; Ian Delaney <idella4@gentoo.org> +dynamips-0.2.14.ebuild,
  +files/0.2.14-docs.patch, -dynamips-0.2.10.ebuild,
  -files/dynamips-0.2.10-makefile.patch:
  bump; build system has changed to cmake, patch to remove install_doc function
  from cmake, drop disused patch & oldest version, closes bug #527550

  28 Nov 2014; Sergey Popov <pinkbyte@gentoo.org> -dynamips-0.2.14.ebuild,
  +dynamips-0.2.14-r1.ebuild:
  Revision bump: add use flag for building without IPv6 support, drop redundant
  function definitions. Drop old revision


Commited, little messy, but should cover all issues, thanks.