From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53459139696 for ; Thu, 11 May 2017 18:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EF3A21C07E; Thu, 11 May 2017 18:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 322A9E0D47 for ; Thu, 11 May 2017 18:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19FD83416A9 for ; Thu, 11 May 2017 18:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A902D7455 for ; Thu, 11 May 2017 18:29:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494527114.7714af88fe1a6e2ad819371da249dc3007ca1688.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openastro-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openastro-data/Manifest app-misc/openastro-data/openastro-data-1.7.ebuild X-VCS-Directories: app-misc/openastro-data/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7714af88fe1a6e2ad819371da249dc3007ca1688 X-VCS-Branch: master Date: Thu, 11 May 2017 18:29:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2cda316-7f68-44b1-bd82-a53b78d3cd7d X-Archives-Hash: 5758ffbd21ef22bb70df1b1c299ef05e commit: 7714af88fe1a6e2ad819371da249dc3007ca1688 Author: Aric Belsito gmail com> AuthorDate: Mon May 8 22:19:29 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 11 18:25:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7714af88 app-misc/openastro-data: version bump to 1.7 app-misc/openastro-data/Manifest | 1 + app-misc/openastro-data/openastro-data-1.7.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app-misc/openastro-data/Manifest b/app-misc/openastro-data/Manifest index aa7eb48e2f7..46337aa6a58 100644 --- a/app-misc/openastro-data/Manifest +++ b/app-misc/openastro-data/Manifest @@ -1 +1,2 @@ DIST openastro.org-data_1.6.orig.tar.gz 13603001 SHA256 1ea8a80ebb6077f2b5f4abafe532037a2bf6ff060afba5419cf1f5aaa0890370 SHA512 99f3b6db61e27ccf04a7e0ff3ba7da45b889e1177bfbc1192af1929fca7255dc2b18a4ac9eb536af9ceb11e7722e0a3420102c7e45a6c839abe87734e8be6591 WHIRLPOOL 33486b0c9c7b3b243acda872d5a8812a329ec2963305098a5bace73dadfc99b442a6d338ca98e305932a63298b4ea6b1550308fe22eaee243dedc825694ffbbc +DIST openastro.org-data_1.7.orig.tar.gz 15682188 SHA256 574c14e8b7c613910a37e5a0cb13513f8ae8d57015f2b29b5b832b9d55f26fc8 SHA512 a67cc528253d0a9f70fdce550b8065c481e2dae8dc59dfed0428491cf4751648e41f0d6032b58008f2fe095f81fc4a23717156a69a73b03bd3105b50eb325ffe WHIRLPOOL 717572b0209bb162eeacb89c26819a22e9748fb5ee4b20c64a1bb812670647246f1484fc0f1ab03f704df3bc131506fa72c80475d0f1e8179edd9557f023e7fe diff --git a/app-misc/openastro-data/openastro-data-1.7.ebuild b/app-misc/openastro-data/openastro-data-1.7.ebuild new file mode 100644 index 00000000000..50b4ce85ce5 --- /dev/null +++ b/app-misc/openastro-data/openastro-data-1.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_PN=${PN/-data} +MY_PN=${MY_PN}.org-data + +DESCRIPTION="OpenAstro data files, ephemeris, famous people database, geo database" +HOMEPAGE="http://openastro.org" +SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz" +KEYWORDS="~amd64 ~x86" + +LICENSE="GPL-3+" +SLOT="0" + +DEPEND="" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_PN}-${PV}