diff options
author | AstroFloyd <AstroFloyd@gmail.com> | 2021-12-09 21:42:32 +0100 |
---|---|---|
committer | AstroFloyd <AstroFloyd@gmail.com> | 2021-12-09 21:42:32 +0100 |
commit | 36c7757a23cd31546e8ddb492daeea69b8b20229 (patch) | |
tree | d2cd96a7e95e22ee114a3a547944f48424081237 | |
parent | sci-libs/ldas-tools-cmake: quick fix to v1.2.3. (diff) | |
download | AstroFloyd-36c7757a23cd31546e8ddb492daeea69b8b20229.tar.gz AstroFloyd-36c7757a23cd31546e8ddb492daeea69b8b20229.tar.bz2 AstroFloyd-36c7757a23cd31546e8ddb492daeea69b8b20229.zip |
sci-libs/ldas-tools-al: initial ebuild: v2.6.7.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: AstroFloyd <AstroFloyd@gmail.com>
-rw-r--r-- | sci-libs/ldas-tools-al/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/ldas-tools-al/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/ldas-tools-al/ldas-tools-al-2.6.7.ebuild | 30 | ||||
-rw-r--r-- | sci-libs/ldas-tools-al/metadata.xml | 8 |
4 files changed, 47 insertions, 0 deletions
diff --git a/sci-libs/ldas-tools-al/ChangeLog b/sci-libs/ldas-tools-al/ChangeLog new file mode 100644 index 0000000..74f4d87 --- /dev/null +++ b/sci-libs/ldas-tools-al/ChangeLog @@ -0,0 +1,5 @@ +*ldas-tools-al-2.6.7 (09 Dec 2021) + + 09 Dec 2021; AstroFloyd <AstroFloyd@gmail.com> +ldas-tools-al-2.6.7.ebuild, + +metadata.xml: + sci-libs/ldas-tools-al: initial ebuild: v2.6.7. diff --git a/sci-libs/ldas-tools-al/Manifest b/sci-libs/ldas-tools-al/Manifest new file mode 100644 index 0000000..9efc227 --- /dev/null +++ b/sci-libs/ldas-tools-al/Manifest @@ -0,0 +1,4 @@ +DIST ldas-tools-al-2.6.7.tar.gz 232756 BLAKE2B 72e9ddf8dd8ac84794479a6fe7748d9c869f80519f249a4c06fee31bbaed3b567f0bae0d87da5d83b912963edca0e0fb57f13645f784c84f7f221d037625062b SHA512 539dcb32d398a984e51467c14747fea3af2aa821a101b11b5a227c4b77e1a1a7c2ec468a8436074a27183f5a9ddf2bc06f7c36de2a10c56bfbb51e8c7b5cad8b +EBUILD ldas-tools-al-2.6.7.ebuild 664 BLAKE2B 27ae202dbe5b057419289786f7e3cb43e7626fd6865fee649955620abd6d390a5753ea5459bedb37f1d7b252dc486c8496b7ea132128f8d40cc43f97527661cd SHA512 765ef2bbc527c6031492efdd8191186f275b47e32c5832697941ef26b7770d65586e1b27647e0d98a863982f2853efeb7646fc0367bca3c1d23f90e5f0cac23f +MISC ChangeLog 181 BLAKE2B 1c327e9127a4db24e5a843eeb389631d1d4d6b6b13a0d2537e0ae8d140288aee922417b3d2548de8d747026a563e02b97136b023e08d958ff032746c0c36baa2 SHA512 49eb3d7ef242e258be50ebfda24ae59756eeebc998edbaf62a9fb3b01dc30a4c416ff8e2b6184094bf1755e115ee2e8cd6a60e866769521b058e7cd31b868a17 +MISC metadata.xml 246 BLAKE2B 6089254adfca2303d1eed1b07da875b54015bc70c445b48e285600409b6d906744e0ade5251832ddd4ec63fe2c5765cbc14b8671a9584e69163b95fab2b46a77 SHA512 9bea69c184f0a26c81b14a3f48c9479ae046f12190deb25a24635a2ffd0744bc3fc6981f9b77ef9581b62ffd459c91932357d1272008611273f7fd1bc42a7ee9 diff --git a/sci-libs/ldas-tools-al/ldas-tools-al-2.6.7.ebuild b/sci-libs/ldas-tools-al/ldas-tools-al-2.6.7.ebuild new file mode 100644 index 0000000..0759aea --- /dev/null +++ b/sci-libs/ldas-tools-al/ldas-tools-al-2.6.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake + +DESCRIPTION="LIGO Data Analysis Tools al" +HOMEPAGE="http://software.igwn.org" +SRC_URI="http://software.igwn.org/lscsoft/source/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sci-libs/ldas-tools-cmake" +RDEPEND="" + +# src_configure() { +# econf \ +# $(use_enable fast-install) \ +# $(use_enable static-libs static) +# } +# # $(use_enable ligotools) \ # Requires additional dependencies? + +# src_install() { +# emake DESTDIR="${D}${DESTDIR}" install +# dodoc README || die +# } diff --git a/sci-libs/ldas-tools-al/metadata.xml b/sci-libs/ldas-tools-al/metadata.xml new file mode 100644 index 0000000..ccc0da6 --- /dev/null +++ b/sci-libs/ldas-tools-al/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <maintainer type="person"> + <email>AstroFloyd@gmail.com</email> + <name>AstroFloyd</name> + </maintainer> +</pkgmetadata> |