Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/astrolog-ephemeris
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog-ephemeris/ChangeLog,v 1.11 2006/03/19 19:04:10 halcy0n Exp $
19 Mar 2006; Mark Loeser
astrolog-ephemeris-5.40.ebuild:
Add DEPEND on app-arch/unzip
16 Sep 2005; Michael Sterrett
astrolog-ephemeris-5.40.ebuild:
tidy
21 Apr 2005; Simon Stelling
astrolog-ephemeris-5.40.ebuild:
stable on amd64
08 Dec 2004; Karol Wojtaszek
astrolog-ephemeris-5.40.ebuild:
Added to ~amd64, bug #73724
03 Nov 2004; Thomas Matthijs
astrolog-ephemeris-5.40.ebuild:
depend on app-arch/unzip
05 Oct 2004; Pieter Van den Abeele
astrolog-ephemeris-5.40.ebuild:
Masked astrolog-ephemeris-5.40.ebuild stable for ppc
19 Sept 2004; Tom Gall
stable on ppc64, bug #63656
14 Aug 2004; Sven Wegener
Fixed CVS Header.
*astrolog-ephemeris-5.40 (30 Jul 2003)
Initial ebuild created by Nicolai Lissner
DIST ephemall.zip 4604012 RMD160 5884ddb0bce6fc41a49c74196bf350a68760c2b6 SHA1 b72107bfbbfc4dcb2bcd5569b03417b7225441c5 SHA256 d1a6de1de067af81c17500fbce52861f3e2a0a6925ecf599e55397d6f9684910
EBUILD astrolog-ephemeris-5.40.ebuild 746 RMD160 ea37416d3db36e8fc378715e637ab0c07ad8d7ca SHA1 c392eb035a9c6a80b4e738ddf4a0e8628a1a8433 SHA256 37d87a7c7740e31954fee0f4bc0ef16017e504961343224622c246185ea892fd
MISC ChangeLog 1211 RMD160 934375a47adc84b0da439a05f68e84ab254d5265 SHA1 e17d5324391cb9fb58878d4c64bede6cfc0eaaf4 SHA256 ad704b2b0620280dd83b255e3a275a0e6a1d5979089c7f80ac0adc39836228e1
MISC metadata.xml 412 RMD160 fff03c3536c00b7c48b080103f93eff51e952ae1 SHA1 e22d8d2d87da21a91861398933b0f4dea771ba8a SHA256 0cd34e25623d6f52f17025e6582c10c9d27fb26830287838ad805d01a16caffc
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog-ephemeris/astrolog-ephemeris-5.40.ebuild,v 1.12 2006/03/19 19:04:10 halcy0n Exp $
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"
}
I'll be taking care of it. But since we need to have a herd in metadata
I've put sci there, as it seems the most related one.