diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-astronomy/stuff |
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-astronomy/stuff')
-rw-r--r-- | sci-astronomy/stuff/Manifest | 4 | ||||
-rw-r--r-- | sci-astronomy/stuff/metadata.xml | 13 | ||||
-rw-r--r-- | sci-astronomy/stuff/stuff-1.26.0.ebuild | 20 |
3 files changed, 37 insertions, 0 deletions
diff --git a/sci-astronomy/stuff/Manifest b/sci-astronomy/stuff/Manifest new file mode 100644 index 000000000000..8a105c4f24ad --- /dev/null +++ b/sci-astronomy/stuff/Manifest @@ -0,0 +1,4 @@ +DIST stuff-1.26.0.tar.gz 4110495 SHA256 55b2e646f80653c09f023c3627c69126a4da5f9d73b30867bce91bb4465cd1eb SHA512 6b71112e29d06807c8fc880bd33032a08810554afa563f27d5af19a45293b780ab0b7827ad84ad7942bed28fe3b03bb6c1fa3983667d1fbcbb467b32653203f2 WHIRLPOOL daf35d1fc1d26cf248d3ebc010a907df860ade582195f3267d8224e362545fa7b96fd9bacd081f06bb9655b0a4a459e36a1263466b504bae6ce32957b6a7f462 +EBUILD stuff-1.26.0.ebuild 471 SHA256 7529736e609ac99a8a101a9c11317c6a95e84d119f1fcdf19b14e3558776d66a SHA512 264e61b267adca3c75b344a81687e5ddf2ea34a4002ec136e45c15d104ea1c781d1d59f24b756c4ff74e55e35e9567c8b577e71921b58e0ecfaf083e7efd150a WHIRLPOOL 382e5e703e675f63a37fc6badcea24146e3ffb73a393b9a69a0bf773fcc4300b40247b4907bd6cf60deb8161c236d0700cde3bb103c1c1bdb1db50cdd0f08de2 +MISC ChangeLog 315 SHA256 d9789c6920e0c8be84e25ac11fe9f526255fef647990252ccb4ab9baa9932db3 SHA512 12a57507c81619f1a20d5255f575d649344fb0701aa7c75c6e6cc3b451e4e8c3155a7794e528415ce4170c0d8d48697d13e1ea8ba8925ab4db55e5b49749fbdf WHIRLPOOL 67ff9868e36b02d6bba832a38751a164193f8810e75d4b99d995e51dc60280c5340041cbee5dd43c7e262a38960419a095cf7f5defd7cea99e5b37bbdba83f22 +MISC metadata.xml 502 SHA256 369d9f296800a795575b41515fec83775ce87de0e021623fe3db2635e4a8c4cc SHA512 8740ddb8ab5a0b859c833d5c5ae39c7f47e1239aeb64b9c306719076974bfed6ae92d28fdbbb59c5ada4343ecebd44c21007bc1d722b038485b10c0a8bd2e786 WHIRLPOOL 733c459c1f55a880bb5ba5dd58a348532dd53aa78ed1473957a13a51feafdd85c9796f92827b2fc3eb7d52db073827895041c89621d0a5d32e7bcb62e0219cbf diff --git a/sci-astronomy/stuff/metadata.xml b/sci-astronomy/stuff/metadata.xml new file mode 100644 index 000000000000..c3150e8cddb3 --- /dev/null +++ b/sci-astronomy/stuff/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>sci-astronomy@gentoo.org</email> + <name>Gentoo Astronomy Project</name> +</maintainer> +<longdescription lang="en"> + Stuff is a program that simulates “perfect” astronomical + catalogues. It generate object lists in ASCII which can read by the + SkyMaker program to produce realistic astronomical fields. +</longdescription> +</pkgmetadata> diff --git a/sci-astronomy/stuff/stuff-1.26.0.ebuild b/sci-astronomy/stuff/stuff-1.26.0.ebuild new file mode 100644 index 000000000000..cc672651f264 --- /dev/null +++ b/sci-astronomy/stuff/stuff-1.26.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Tool for automatic generation of astronomical catalogs" +HOMEPAGE="http://www.astromatic.net/software/stuff/" +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="GPL-3" +SLOT="0" +IUSE="threads" + +RDEPEND="" +DEPEND="${RDEPEND}" + +src_configure() { + econf $(use_enable threads) +} |