Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674334 - sci-misc/tango-9.2.5a: various improvements
Summary: sci-misc/tango-9.2.5a: various improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: EBUILD, PATCH, PMASKED
Depends on:
Blocks:
 
Reported: 2019-01-02 14:08 UTC by Fabio Rossi
Modified: 2021-08-24 12:39 UTC (History)
2 users (show)

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


Attachments
tango-9.2.5a.ebuild (tango-9.2.5a.ebuild,3.93 KB, text/plain)
2019-01-02 14:08 UTC, Fabio Rossi
Details
tango9.init (tango9.init,2.56 KB, text/plain)
2019-01-02 14:09 UTC, Fabio Rossi
Details
tango9.conf (tango9.conf,476 bytes, text/plain)
2019-01-02 14:09 UTC, Fabio Rossi
Details
tango-9.2.5a-autoconf.patch (tango-9.2.5a-autoconf.patch,1.17 KB, patch)
2019-01-02 14:09 UTC, Fabio Rossi
Details | Diff
tango-9.2.5a.ebuild (tango-9.2.5a.ebuild,3.93 KB, text/plain)
2019-01-07 09:48 UTC, Fabio Rossi
Details
tango-9.2.5a.ebuild (tango-9.2.5a.ebuild,3.99 KB, text/plain)
2019-01-15 14:10 UTC, Fabio Rossi
Details
tango-9.2.5a.ebuild (tango-9.2.5a.ebuild,3.99 KB, text/plain)
2019-03-23 18:07 UTC, Fabio Rossi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Rossi 2019-01-02 14:08:26 UTC
Created attachment 559464 [details]
tango-9.2.5a.ebuild

I have improved the ebuild available in portage with the following changes:

* added a patch to the configure system
  - fix detection of compiler
  - fix some configure flags to better integrate with enable/disable or with/without logic, this simplifies the econf call
* made the mysql backend as default choice which is also upstream preference (given the README)
* added also mysql to IUSE and some logic with REQUIRED_USE
* zeromq is not optional
* inserted minimum version for omniORB dep (which solved a race condition of version 4.2.1)
* added support to mmx flag for x86 architecture
* added support to zlib flag
* added support to doxygen which, at runtime, produces documentation for code generated by pogo
* fixed deps
* added init.d scripts
* the database schema should be created by the user/admin and not by the ebuild
* removed static and libtool archives
* added some information in pkg_postinstall()
Comment 1 Fabio Rossi 2019-01-02 14:09:05 UTC
Created attachment 559466 [details]
tango9.init
Comment 2 Fabio Rossi 2019-01-02 14:09:19 UTC
Created attachment 559468 [details]
tango9.conf
Comment 3 Fabio Rossi 2019-01-02 14:09:36 UTC
Created attachment 559470 [details, diff]
tango-9.2.5a-autoconf.patch
Comment 4 Fabio Rossi 2019-01-07 09:48:46 UTC
Created attachment 560172 [details]
tango-9.2.5a.ebuild

minor change to deps using directly dev-db/mysql instead of virtual/mysql
Comment 5 Fabio Rossi 2019-01-15 14:10:40 UTC
Created attachment 561198 [details]
tango-9.2.5a.ebuild

simplified the logic removing USE=dbserver which is redundant over mysql or mariadb
Comment 6 Fabio Rossi 2019-03-23 18:07:10 UTC
Created attachment 570446 [details]
tango-9.2.5a.ebuild

added minor fix to the logic detecting installation with database
Comment 7 Larry the Git Cow gentoo-dev 2021-07-26 05:14:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2faf5236578186c713c93b35b040f195d6800c7

commit e2faf5236578186c713c93b35b040f195d6800c7
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-07-26 05:05:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-07-26 05:13:21 +0000

    profiles: last-rite sci-misc/tango
    
    Bug: https://bugs.gentoo.org/793020
    Bug: https://bugs.gentoo.org/692976
    Bug: https://bugs.gentoo.org/741600
    Bug: https://bugs.gentoo.org/703948
    Bug: https://bugs.gentoo.org/674334
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 8 Larry the Git Cow gentoo-dev 2021-08-24 12:39:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6918af1e4a802b3b69331d49d4078d102452b7

commit de6918af1e4a802b3b69331d49d4078d102452b7
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-08-24 12:38:40 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-08-24 12:38:40 +0000

    sci-misc/tango: Remove last-rited package
    
    Closes: https://bugs.gentoo.org/674334
    Closes: https://bugs.gentoo.org/793020
    Closes: https://bugs.gentoo.org/703948
    Closes: https://bugs.gentoo.org/741600
    Closes: https://bugs.gentoo.org/692976
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask              |  6 ------
 sci-misc/tango/Manifest            |  1 -
 sci-misc/tango/metadata.xml        | 23 --------------------
 sci-misc/tango/tango-9.2.5a.ebuild | 44 --------------------------------------
 4 files changed, 74 deletions(-)