aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2021-12-09 21:19:57 +0100
committerAstroFloyd <AstroFloyd@gmail.com>2021-12-09 21:19:57 +0100
commit3c2d297dea7016ab6b533d86de58610c85251311 (patch)
treef1a583ce0261ee2ab7caaad88907c356a91a4f03
parentsci-libs/igwn-cmake-macros: initial ebuild: v1.3.2. (diff)
downloadAstroFloyd-3c2d297dea7016ab6b533d86de58610c85251311.tar.gz
AstroFloyd-3c2d297dea7016ab6b533d86de58610c85251311.tar.bz2
AstroFloyd-3c2d297dea7016ab6b533d86de58610c85251311.zip
sci-libs/ldas-tools-cmake: initial ebuild: v1.2.3.
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: AstroFloyd <AstroFloyd@gmail.com>
-rw-r--r--sci-libs/ldas-tools-cmake/ChangeLog5
-rw-r--r--sci-libs/ldas-tools-cmake/Manifest4
-rw-r--r--sci-libs/ldas-tools-cmake/ldas-tools-cmake-1.2.3.ebuild15
-rw-r--r--sci-libs/ldas-tools-cmake/metadata.xml8
4 files changed, 32 insertions, 0 deletions
diff --git a/sci-libs/ldas-tools-cmake/ChangeLog b/sci-libs/ldas-tools-cmake/ChangeLog
new file mode 100644
index 0000000..9e33281
--- /dev/null
+++ b/sci-libs/ldas-tools-cmake/ChangeLog
@@ -0,0 +1,5 @@
+*ldas-tools-cmake-1.2.3 (09 Dec 2021)
+
+ 09 Dec 2021; AstroFloyd <AstroFloyd@gmail.com> +ldas-tools-cmake-1.2.3.ebuild,
+ +metadata.xml:
+ sci-libs/ldas-tools-cmake: initial ebuild: v1.2.3.
diff --git a/sci-libs/ldas-tools-cmake/Manifest b/sci-libs/ldas-tools-cmake/Manifest
new file mode 100644
index 0000000..3c85740
--- /dev/null
+++ b/sci-libs/ldas-tools-cmake/Manifest
@@ -0,0 +1,4 @@
+DIST ldas-tools-cmake-1.2.3.tar.gz 5580 BLAKE2B 30a89af8c7581c74d020ede613e57879aa2f5aae959a95ee27115193a7cf91e823abba619e806675bb1cfe272757c1b9e7ab9312ee4446ccd2c2cc2cd12f67b5 SHA512 54eaccd852fe5f8a77ed611a4141611458fc8ab253d9ada5f2170967f1c6507e4ba202a13b31e79bf7ce1f89fb596477aea771e1dbe7152373ac752f99296829
+EBUILD ldas-tools-cmake-1.2.3.ebuild 384 BLAKE2B a57b5fec4af8e549bd7ee37f21b05f40da20e2b1da34280fb0df7f27fee98dd960dde485e7c52d8ff68663d273bfb576fe59296b8a9a81852e5badd14ab52676 SHA512 1161166f0e43e511912deb8dbda1046b1beb248b4888d44057af823cff04d5ef5643ea7e13c58652350a23e70a85446d7304ebe17db093fc3bf49993942d72e5
+MISC ChangeLog 190 BLAKE2B 924732e372352ec32bd42dd14bf17fad40b81aae66e8656b86c21451e499ab76a22d47429a5ff329826e16323359af5c46438da60f5ca8f3a8e765134896ac75 SHA512 4e86a22f946d505e8aca4ae3753447deda95d38f507731ce84c77e2441840a5e2c2c046b21f306fef557a3397789cdf4e91ff845a672e3d97e5c089e47d274f9
+MISC metadata.xml 246 BLAKE2B 6089254adfca2303d1eed1b07da875b54015bc70c445b48e285600409b6d906744e0ade5251832ddd4ec63fe2c5765cbc14b8671a9584e69163b95fab2b46a77 SHA512 9bea69c184f0a26c81b14a3f48c9479ae046f12190deb25a24635a2ffd0744bc3fc6981f9b77ef9581b62ffd459c91932357d1272008611273f7fd1bc42a7ee9
diff --git a/sci-libs/ldas-tools-cmake/ldas-tools-cmake-1.2.3.ebuild b/sci-libs/ldas-tools-cmake/ldas-tools-cmake-1.2.3.ebuild
new file mode 100644
index 0000000..656522b
--- /dev/null
+++ b/sci-libs/ldas-tools-cmake/ldas-tools-cmake-1.2.3.ebuild
@@ -0,0 +1,15 @@
+# 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="CMake scripts for the LIGO Data Analysis Software Tools"
+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=""
diff --git a/sci-libs/ldas-tools-cmake/metadata.xml b/sci-libs/ldas-tools-cmake/metadata.xml
new file mode 100644
index 0000000..ccc0da6
--- /dev/null
+++ b/sci-libs/ldas-tools-cmake/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>