| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 328911, 586960
* EAPI=6
* Introduce SLOT=2 and rename binaries and
static libraries
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
| |
* EAPI=6
* Make perl shebangs portable
* Install headers into 'hmmer3' subdir
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
|
|
| |
* EAPI=6
* Allow for compiling with GCC 6
* [QA] Respect all user variables (CC, CXX, ...)
* [QA] Fix various C and C++ related warnings
* Fix perl shebangs to be portable
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 594810
* Remove autoconf macros from archive, depend on
sys-devel/autoconf instead for the latest versions.
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
| |
Package-Manager: portage-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/2407
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 594924
* EAPI=6
* Properly RDEPEND on dev-lang/perl
Package-Manager: portage-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/2407
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 594994
* EAPI=6
* Make buildsystem output verbose
* Inherit 'python-any-r1', due to python script
* Add dependencies for test suite
* Properly set CXX and CXXFLAGS
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 594928
* EAPI=6
* [QA] fix implicit declarations
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 594700
* EAPI=6
* Fix -Wformat warnings
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
| |
Gentoo-bug: 594654
Package-Manager: portage-2.3.1
|
|
|
|
|
|
| |
Gentoo-bug: 594692
Package-Manager: portage-2.3.1
|
|
|
|
|
|
| |
Gentoo-bug: 594544
Package-Manager: portage-2.3.1
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/2365
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.3.1
|
|
|
|
|
|
|
| |
Gentoo-bug: 594060
* EAPI=6
Package-Manager: portage-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
|
| |
Gentoo-bug: 593966
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On gcc-6 build failed as:
```
In file included from AssemblyAlgorithms.cpp:4:0:
../DataLayer/FastaReader.h: In member function ‘FastaReader::operator void*() const’:
../DataLayer/FastaReader.h:49:35: error: cannot convert ‘std::istream {aka std::basic_istream<char>}’ to ‘void*’ ...
operator void*() const { return m_in; }
^~~~
```
In the following source:
```c++
static bool existFile(const char* f)
{
ifstream file(f);
return file;
}
```
c++98 provides file->operator void*()
c++11 provides file->explicit operator bool()
Hence the failure on c++11.
The change adds explicit casts around ifstream.
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/594254
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 594148
* EAPI=6
* Also fix QA violations due to implicit declarations and
incorrectly formatted fprintf calls.
Package-Manager: portage-2.3.0
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
* EAPI=6
* Make build system verbose
* Honour CPPFLAGS and LDFLAGS
* Handle LFS properly
* Fix -Werror=format-security errors
Package-Manager: portage-2.3.0
|
|
|
|
|
|
| |
* EAPI=6
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
|
| |
* Add subslot operator := for dev-libs/boost
* DEPEND on virtual/pkgconfig
* Add missing ${PYTHON_REQUIRED_USE} and ${PYTHON_DEPS}
* Install python scripts and modules properly using
'python_doscript' and 'python_domodule'
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
| |
Gentoo-bug: 591166
* The configure script of sci-biology/allpathslg allows for
specifying --enable/--disable-openmp, without it actually
being optional.
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
| |
* EAPI=6
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|