diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 19:21:51 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 19:21:51 +0000 |
commit | 39577721eb79082d1ec4d297b00df7b2431a5a60 (patch) | |
tree | 4edd789d1acf4664a1cebbcab412b29906278110 /sci-astronomy | |
parent | removed old (diff) | |
download | historical-39577721eb79082d1ec4d297b00df7b2431a5a60.tar.gz historical-39577721eb79082d1ec4d297b00df7b2431a5a60.tar.bz2 historical-39577721eb79082d1ec4d297b00df7b2431a5a60.zip |
fixed syntax
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/scamp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/scamp/scamp-1.7.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-astronomy/scamp/ChangeLog b/sci-astronomy/scamp/ChangeLog index 8b4fc1f13816..4872c2f8b7b0 100644 --- a/sci-astronomy/scamp/ChangeLog +++ b/sci-astronomy/scamp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/scamp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.9 2012/05/04 06:46:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.10 2012/08/05 19:21:51 bicatali Exp $ + + 05 Aug 2012; SĂ©bastien Fabbro <bicatali@gentoo.org> scamp-1.7.0-r1.ebuild: + fixed syntax 04 May 2012; Jeff Horelick <jdhore@gentoo.org> scamp-1.7.0-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -77,4 +80,3 @@ 19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> +scamp-1.2.11.ebuild: Initial import. - diff --git a/sci-astronomy/scamp/scamp-1.7.0-r1.ebuild b/sci-astronomy/scamp/scamp-1.7.0-r1.ebuild index c97ed15024d7..823f464033a0 100644 --- a/sci-astronomy/scamp/scamp-1.7.0-r1.ebuild +++ b/sci-astronomy/scamp/scamp-1.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/scamp-1.7.0-r1.ebuild,v 1.2 2012/05/04 06:46:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/scamp-1.7.0-r1.ebuild,v 1.3 2012/08/05 19:21:51 bicatali Exp $ EAPI=4 inherit eutils @@ -39,5 +39,5 @@ src_configure() { src_install () { default - use doc && dodoc doc/*,pdf + use doc && dodoc doc/* } |