diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-07 17:14:23 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-07 17:14:23 +0000 |
commit | 95bf30efa0abf0d42152369d09796c460c2e33e2 (patch) | |
tree | 0264becee3df899e9c9bb84b45b148890e7143ea | |
parent | Restrict python-3 (diff) | |
download | gentoo-2-95bf30efa0abf0d42152369d09796c460c2e33e2.tar.gz gentoo-2-95bf30efa0abf0d42152369d09796c460c2e33e2.tar.bz2 gentoo-2-95bf30efa0abf0d42152369d09796c460c2e33e2.zip |
Really fixing bug #446263, thanks Peter Weilbacher
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
-rw-r--r-- | sci-astronomy/gasgano/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/gasgano/gasgano-2.4.3-r2.ebuild (renamed from sci-astronomy/gasgano/gasgano-2.4.3-r1.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-astronomy/gasgano/ChangeLog b/sci-astronomy/gasgano/ChangeLog index df5a22cc4413..0b837810ebe3 100644 --- a/sci-astronomy/gasgano/ChangeLog +++ b/sci-astronomy/gasgano/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/gasgano # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.8 2012/12/06 22:14:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/ChangeLog,v 1.9 2012/12/07 17:14:23 bicatali Exp $ + +*gasgano-2.4.3-r2 (07 Dec 2012) + + 07 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> +gasgano-2.4.3-r2.ebuild, + -gasgano-2.4.3-r1.ebuild: + Really fixing bug #446263, thanks Peter Weilbacher *gasgano-2.4.3-r1 (06 Dec 2012) diff --git a/sci-astronomy/gasgano/gasgano-2.4.3-r1.ebuild b/sci-astronomy/gasgano/gasgano-2.4.3-r2.ebuild index f774c93c1fa8..3336bf67caf1 100644 --- a/sci-astronomy/gasgano/gasgano-2.4.3-r1.ebuild +++ b/sci-astronomy/gasgano/gasgano-2.4.3-r2.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/gasgano/gasgano-2.4.3-r1.ebuild,v 1.1 2012/12/06 22:14:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/gasgano/gasgano-2.4.3-r2.ebuild,v 1.1 2012/12/07 17:14:23 bicatali Exp $ EAPI=4 inherit eutils java-pkg-2 @@ -26,7 +26,7 @@ RDEPEND=" src_prepare() { sed -i \ - -e "s:BASE=`pwd`:BASE=${EPREFIX}/usr/share/${PN}:" \ + -e "s:^BASE=\`pwd\`:BASE=${EPREFIX}/usr/share/${PN}:" \ -e 's:$BASE/share/:$BASE/lib/:g' \ bin/gasgano || die } @@ -37,5 +37,5 @@ src_install() { insinto /usr/share/${PN} doins -r config make_desktop_entry gasgano "Gasgano FITS Organizer" - newdoc "${DISTDIR}"/${PDOC}.pdf user-manual.pdf + use doc && newdoc "${DISTDIR}"/${PDOC}.pdf user-manual.pdf } |