summaryrefslogtreecommitdiff
path: root/app-misc/astrolog-ephemeris
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-misc/astrolog-ephemeris
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/astrolog-ephemeris')
-rw-r--r--app-misc/astrolog-ephemeris/Manifest3
-rw-r--r--app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild25
-rw-r--r--app-misc/astrolog-ephemeris/metadata.xml8
3 files changed, 36 insertions, 0 deletions
diff --git a/app-misc/astrolog-ephemeris/Manifest b/app-misc/astrolog-ephemeris/Manifest
new file mode 100644
index 000000000000..31b6833c6fca
--- /dev/null
+++ b/app-misc/astrolog-ephemeris/Manifest
@@ -0,0 +1,3 @@
+DIST ephemall.zip 4604012 BLAKE2B 0caee003272734a71a3f2d10871e1c034c9e9039f5cb0f09ed19d85122ba875794933d53624d6a379838a7f2c33728c2da9aaadbd91887fea018ecfc1c786557 SHA512 e7822cecb87466987107e84aae64d292dad31de9d2c268886869a37ea9e99bf81b2a530129c0f6538c6b55ad46b185e16ee0c5b0d8858acfe189f19e2595c6da
+EBUILD astrolog-ephemeris-5.40.ebuild 619 BLAKE2B 6f2b34f72179f26c2c36a4296a9f78e3a7a570339deb0e3b6025a3dcf623910034845201d98a4b02e5f5a4bad71babfd75ed672e9b4061effce7ac1eb0eab889 SHA512 99c8c27eafe99574565ece5935c4982d0e1014c575167c04eb8f98600135aa5911dadbea62d189b7a0912eafa43095c5103661308a7b98c968e7966e785536b6
+MISC metadata.xml 249 BLAKE2B 03207049d5e7c62319639b2c37769d9d8c0d9cbf1e44fbc6cab9ea006e60bff3526193fea60902a0e64a362b02463104969700074602e31d8fb8f86a042d1ed8 SHA512 29a9c1817fd4299246d5fa995b73b9f1996b112b70f468139cf9cd8f07077d831e0788d3b93aaba67bb38dce5850830c27543fccbddbac02b0da4ff899def519
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
new file mode 100644
index 000000000000..0e79b4d13905
--- /dev/null
+++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations"
+HOMEPAGE="http://www.astrolog.org/astrolog.htm"
+SRC_URI="http://www.astrolog.org/ftp/ephem/ephemall.zip"
+
+LICENSE="astrolog"
+SLOT="0"
+# works fine on x86 - runs probably on other architectures, too
+KEYWORDS="amd64 ppc ppc64 x86"
+IUSE=""
+
+S="${WORKDIR}"
+
+RDEPEND="app-misc/astrolog"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
+
+src_install() {
+ dodir /usr/share/astrolog
+ cp * "${D}"/usr/share/astrolog || die "cp failed"
+}
diff --git a/app-misc/astrolog-ephemeris/metadata.xml b/app-misc/astrolog-ephemeris/metadata.xml
new file mode 100644
index 000000000000..0c6991d7902b
--- /dev/null
+++ b/app-misc/astrolog-ephemeris/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="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+</maintainer>
+</pkgmetadata>