Original makefile doesn't generate a .pc file so
I'm making one myself from inside the ebuild.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
- quote variable
- consistent use of tabs and spaces in metadata
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
you can set the S variable to the location of the source files
instead of symlinking the source files to the default value of S
Also, there is no need to specify the default functions, they
are implemented automatically if nothing is specified
Using MYPV is very helpful as you now only have to change 1 line
to version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Because the FFLAGS is presented by default in profile [1]
the check "if FFLAGS is empty" is removed.
[1] https://bugs.gentoo.org/575446
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
A KISS pure Fortran library providing astrings (class) manipulator
for modern (2003+) Fortran projects.
From developer's page (https://github.com/szaghi/StringiFor):
What is StringiFor?
Modern Fortran standards (2003+) have introduced a better support
for characters variables, but Fortraners still do not have the power
on dealing with strings of other more-rich-programmers, e.g. Pythoners.
Allocatable deferred length character variables are now quantum-leap
with respect the old inflexible Fortran characters,
but it is still not enough for many Fortraners.
Moreover, Fortran does not provide builtin methods
for widely used strings manipulations offered by other languages,
e.g. UPPER/lowercase transformation, tokenization, etc...
StringiFor attempts to fill this lack.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
QHttpEngine provides a simple set of classes for developing
HTTP server applications in Qt.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar@gmail.com>
There are two problems:
* Tests need valgrind
* Typo for enabling/disabling encryption
Fix it.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
open62541 (http://open62541.org) is an open source and free implementation of
OPC UA (OPC Unified Architecture) written in the common subset of the C99 and
C++98 languages. The library is usable with all major compilers and provides the
necessary tools to implement dedicated OPC UA clients and servers, or to
integrate OPC UA-based communication into existing applications. open62541
library is platform independent. All platform-specific functionality is
implemented via exchangeable plugins. Plugin implementations are provided for
the major operating systems.
Closes: https://bugs.gentoo.org/716152
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>