diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-30 19:00:02 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-30 19:00:02 +0000 |
| commit | 36a035beea8d3011a17d3090851d72caed6b87a9 (patch) | |
| tree | 80fe65a93f5a482b509b9943685368c92e302dd8 /sci-astronomy | |
| parent | 111feb03ecf6c5395acf51355d99a5c33ac31358 (diff) | |
| download | baldeagleos-repo-36a035beea8d3011a17d3090851d72caed6b87a9.tar.gz baldeagleos-repo-36a035beea8d3011a17d3090851d72caed6b87a9.tar.xz baldeagleos-repo-36a035beea8d3011a17d3090851d72caed6b87a9.zip | |
Adding metadata
Diffstat (limited to 'sci-astronomy')
| -rw-r--r-- | sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild | 4 | ||||
| -rw-r--r-- | sci-astronomy/wcslib/metadata.xml | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild b/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild index 1e6a67747f33..fc01c6bdef2f 100644 --- a/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild +++ b/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild @@ -30,7 +30,8 @@ HOMEPAGE="https://celestiaproject.space/ https://github.com/CelestiaProject/Cele LICENSE="GPL-2+" SLOT="0" -IUSE="ffmpeg gtk lto lua nls +qt6 sdl" +IUSE="ffmpeg gtk lto lua nls +qt6 sdl test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( gtk qt6 sdl ) lua? ( ${LUA_REQUIRED_USE} )" @@ -81,6 +82,7 @@ src_configure() { -DENABLE_QT6="$(usex qt6)" -DENABLE_WIN=OFF -DENABLE_SDL="$(usex sdl)" + -DENABLE_TESTS="$(usex test)" ) # Upstream always looks for LuaJIT first unless stopped, and we only need # the version specification when linking against PUC Lua diff --git a/sci-astronomy/wcslib/metadata.xml b/sci-astronomy/wcslib/metadata.xml index f489b2c1897e..af3ae39e5fdf 100644 --- a/sci-astronomy/wcslib/metadata.xml +++ b/sci-astronomy/wcslib/metadata.xml @@ -5,10 +5,6 @@ <email>sci-astronomy@gentoo.org</email> <name>Gentoo Astronomy Project</name> </maintainer> - <maintainer type="person"> - <email>davidroman96@gmail.com</email> - <name>David Roman</name> - </maintainer> <longdescription lang="en"> WCSLIB is a C library, supplied with a full set of Fortran wrappers, that implements the "World Coordinate System" (WCS) convention in FITS |
