Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openastro-data/
Date: Sun, 18 Feb 2018 17:23:12
Message-Id: 1518974573.8614b9003d628a273aa5226265bdca2002bf83c7.monsieurp@gentoo
1 commit: 8614b9003d628a273aa5226265bdca2002bf83c7
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 31 03:01:20 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 17:22:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8614b900
7
8 app-misc/openastro: version bump to 1.8.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7005
11
12 app-misc/openastro-data/Manifest | 1 +
13 app-misc/openastro-data/openastro-data-1.8.ebuild | 24 +++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-misc/openastro-data/Manifest b/app-misc/openastro-data/Manifest
17 index 82e425f102a..3d1d51d8eed 100644
18 --- a/app-misc/openastro-data/Manifest
19 +++ b/app-misc/openastro-data/Manifest
20 @@ -1,2 +1,3 @@
21 DIST openastro.org-data_1.6.orig.tar.gz 13603001 BLAKE2B 64a0850cc681c13eed672285edb5ebdf7b2adae6012f5525461312b6ede56c65d20b17c554220174c4e191bd326c8d201e5d6db49435e62b4a7a1d1e743ba3bc SHA512 99f3b6db61e27ccf04a7e0ff3ba7da45b889e1177bfbc1192af1929fca7255dc2b18a4ac9eb536af9ceb11e7722e0a3420102c7e45a6c839abe87734e8be6591
22 DIST openastro.org-data_1.7.orig.tar.gz 15682188 BLAKE2B caa423b90fac8391bd30b6ed1f6b6065c91b5a1828defbbc753dc88ac23f3bfef8437b87d02dec4176fac419206ab5df4822e2353a36a0e92255d376e678ee54 SHA512 a67cc528253d0a9f70fdce550b8065c481e2dae8dc59dfed0428491cf4751648e41f0d6032b58008f2fe095f81fc4a23717156a69a73b03bd3105b50eb325ffe
23 +DIST openastro.org-data_1.8.orig.tar.gz 16045562 BLAKE2B a2528faef9827249e01c92e7cfb96565676ed68945bed24a2927c9844fdedda980c9afdc06c4a88765d3aa31a2559fa5cec06381f90c27a244ed16b3f05e8f3a SHA512 79e2fa921b883400e29bcd7be3cf3f791d60ea164e3062b61e95608ec815aa3e8df093712658f71c45b60259ffe41531d32f4b65db5e7f642b63f267e9cce7af
24
25 diff --git a/app-misc/openastro-data/openastro-data-1.8.ebuild b/app-misc/openastro-data/openastro-data-1.8.ebuild
26 new file mode 100644
27 index 00000000000..34fb99b4659
28 --- /dev/null
29 +++ b/app-misc/openastro-data/openastro-data-1.8.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
37 +
38 +inherit distutils-r1
39 +
40 +MY_PN=${PN/-data}
41 +MY_PN=${MY_PN}.org-data
42 +
43 +DESCRIPTION="OpenAstro data files, ephemeris, famous people database, geo database"
44 +HOMEPAGE="http://openastro.org"
45 +SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +LICENSE="GPL-3+"
49 +SLOT="0"
50 +
51 +DEPEND=""
52 +RDEPEND="${DEPEND}"
53 +
54 +S=${WORKDIR}/${MY_PN}-${PV}