diff options
author | 2009-02-17 16:26:15 +0000 | |
---|---|---|
committer | 2009-02-17 16:26:15 +0000 | |
commit | da204ee5e825d8fda7482855a48de910522e7ec4 (patch) | |
tree | 91a2142b9f1e0b980f5127889a4ee74023e88ee6 /sci-astronomy | |
parent | Updated HOMEPAGE (diff) | |
download | historical-da204ee5e825d8fda7482855a48de910522e7ec4.tar.gz historical-da204ee5e825d8fda7482855a48de910522e7ec4.tar.bz2 historical-da204ee5e825d8fda7482855a48de910522e7ec4.zip |
Fixed
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/ast/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/ast/Manifest | 14 | ||||
-rw-r--r-- | sci-astronomy/ast/ast-4.6.2-r1.ebuild (renamed from sci-astronomy/ast/ast-4.6.2.ebuild) | 9 |
3 files changed, 24 insertions, 7 deletions
diff --git a/sci-astronomy/ast/ChangeLog b/sci-astronomy/ast/ChangeLog index 1a552db42905..6ae512666348 100644 --- a/sci-astronomy/ast/ChangeLog +++ b/sci-astronomy/ast/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/ast # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.3 2009/01/09 22:43:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.4 2009/02/17 16:26:15 bicatali Exp $ + +*ast-4.6.2-r1 (17 Feb 2009) + + 17 Feb 2009; SĂ©bastien Fabbro <bicatali@gentoo.org> -ast-4.6.2.ebuild, + +ast-4.6.2-r1.ebuild: + Fixed install phase to correctly include missing headers 09 Jan 2009; Joseph Jezak <josejx@gentoo.org> ast-4.6.2.ebuild: Marked ~ppc for bug #253299. diff --git a/sci-astronomy/ast/Manifest b/sci-astronomy/ast/Manifest index a6a9ec3dd055..c27790db1979 100644 --- a/sci-astronomy/ast/Manifest +++ b/sci-astronomy/ast/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST ast-4.6-2.tar.gz 11584346 RMD160 da6870fb2fed4b45d3e945541d5bf87dcbd4d7f6 SHA1 dcbd3a66852c9d63861f03998bada01aa7a20164 SHA256 47178d778517e65e213a49c5db59bc123507724d397593a95783cb92cbc9cd0e -EBUILD ast-4.6.2.ebuild 1140 RMD160 605f9c8942eb6f892035c07923007f99497cf24a SHA1 86b0344deb86c3d629ff27c895f85440c517869d SHA256 dab8fad49694766d47e4e2c84026ef4b6bc62cd9864ec028151e255d4477e1c0 -MISC ChangeLog 580 RMD160 8c47e9ab1e702c70d7f95553dcb510df613ca08f SHA1 2d0ba24350774c0c6798e07a6cbdc74770eac6f7 SHA256 f373b56699d465a8eeaa8d34af531270f226c2f6fabed5954a6b4583ca92d2df +EBUILD ast-4.6.2-r1.ebuild 1207 RMD160 87b64d6aa0c177bb794e1c80c90b63b4a621f51c SHA1 a5c4c51295097c167dcc11df384d9db3750757a8 SHA256 82863b9dd50014b22a97d05a80f943df5ceb7857bc5a9a94dfc4a07fa0e8e942 +MISC ChangeLog 769 RMD160 a5e4c721ffe2871c630796e985a90c1c373d8c5e SHA1 a08244dcf3c485a737503953cc126ccc71188c43 SHA256 e470fb14ea9a87e339f8d3cf28a13e578707cbb1a99794d554decc70e7d5fd0b MISC metadata.xml 525 RMD160 0ae28b2258b73b243a0a15af6be1451aaeff7e36 SHA1 6f630d82b6864565d1accaa59c27ed08477e222d SHA256 89798b5d9777297df075ff76257d62740b18eed26028938fa2e13a8686068cfa +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkma5S8ACgkQ1ycZbhPLE2COmwCfWVD30JOgHgS1qfKU+UGe6ymn +0U0AnROEWW8O+1oJr4OmfxcZJbI1lzU0 +=Uv8V +-----END PGP SIGNATURE----- diff --git a/sci-astronomy/ast/ast-4.6.2.ebuild b/sci-astronomy/ast/ast-4.6.2-r1.ebuild index 5b1d21e5fa81..649ef5cd6ed0 100644 --- a/sci-astronomy/ast/ast-4.6.2.ebuild +++ b/sci-astronomy/ast/ast-4.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-4.6.2.ebuild,v 1.3 2009/01/09 22:43:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-4.6.2-r1.ebuild,v 1.1 2009/02/17 16:26:15 bicatali Exp $ EAPI=2 inherit eutils versionator @@ -30,12 +30,13 @@ src_prepare() { } src_configure() { - PATH=.:${PATH} econf + PATH=".:${PATH}" econf } src_install() { - emake DESTDIR="${D}" \ - install-exec install-includeHEADERS || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" + # remove the empty starlink dirs + rm -rf "${D}"usr/{docs,help,manifests,news,share} || die dodoc ast.news fac_1521_err if use doc; then dodoc *.ps || die "doc install failed" |