* [gentoo-commits] proj/sci:ccp4 commit in: sci-astronomy/astrometry/
@ 2013-06-16 11:31 Justin Lecher
0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2013-06-16 11:31 UTC (permalink / raw
To: gentoo-commits
commit: ac5c105780507e80f1cf2876186276ad13f8886e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 11:23:11 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 10:28:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ac5c1057
sci-astronomy/astrometry: Fix unquoted variable
Package-Manager: portage-2.2.0_alpha179
---
sci-astronomy/astrometry/ChangeLog | 4 ++++
sci-astronomy/astrometry/astrometry-0.43.ebuild | 2 +-
sci-astronomy/astrometry/metadata.xml | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/sci-astronomy/astrometry/ChangeLog b/sci-astronomy/astrometry/ChangeLog
index e5b4ff9..506805e 100644
--- a/sci-astronomy/astrometry/ChangeLog
+++ b/sci-astronomy/astrometry/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jun 2013; Justin Lecher <jlec@gentoo.org> astrometry-0.43.ebuild,
+ metadata.xml:
+ Fix unquoted variable
+
*astrometry-0.43 (14 Jun 2013)
14 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +astrometry-0.43.ebuild,
diff --git a/sci-astronomy/astrometry/astrometry-0.43.ebuild b/sci-astronomy/astrometry/astrometry-0.43.ebuild
index 0daa26a..4f197d7 100644
--- a/sci-astronomy/astrometry/astrometry-0.43.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.43.ebuild
@@ -64,7 +64,7 @@ src_install() {
dodoc ${INSTALL_DIR}/doc/*
rm -r ${INSTALL_DIR}/doc || die
if use examples; then
- mv ${INSTALL_DIR}/examples ${ED}/usr/share/doc/${PF} || die
+ mv ${INSTALL_DIR}/examples "${ED}"/usr/share/doc/${PF} || die
else
rm -r ${INSTALL_DIR}/examples
fi
diff --git a/sci-astronomy/astrometry/metadata.xml b/sci-astronomy/astrometry/metadata.xml
index 0fa9130..df28cb8 100644
--- a/sci-astronomy/astrometry/metadata.xml
+++ b/sci-astronomy/astrometry/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-astronomy</herd>
-<longdescription lang="en">
+ <herd>sci-astronomy</herd>
+ <longdescription lang="en">
If you have astronomical imaging of the sky with celestial
coordinates you do not know—or do not trust—then Astrometry.net is
for you. Input an image and we'll give you back astrometric
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-16 11:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 11:31 [gentoo-commits] proj/sci:ccp4 commit in: sci-astronomy/astrometry/ Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox