diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-24 19:58:55 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-24 19:58:55 +0000 |
commit | 6e85c50bd933000b4b5f65e5f5359b8f058da091 (patch) | |
tree | d6c74f3f861dd961d078ea1fdab41dab4353eb09 /sci-astronomy/skycat | |
parent | _elibtoolize: properly set LIBTOOLIZE in case glibtoolize exists in the syste... (diff) | |
download | gentoo-2-6e85c50bd933000b4b5f65e5f5359b8f058da091.tar.gz gentoo-2-6e85c50bd933000b4b5f65e5f5359b8f058da091.tar.bz2 gentoo-2-6e85c50bd933000b4b5f65e5f5359b8f058da091.zip |
Keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/skycat')
-rw-r--r-- | sci-astronomy/skycat/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/skycat/skycat-3.1.2-r1.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/sci-astronomy/skycat/ChangeLog b/sci-astronomy/skycat/ChangeLog index c0a50f073d7b..46e499dd060b 100644 --- a/sci-astronomy/skycat/ChangeLog +++ b/sci-astronomy/skycat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/skycat -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.11 2011/08/23 11:51:03 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.12 2012/07/24 19:58:55 bicatali Exp $ + + 24 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> skycat-3.1.2-r1.ebuild: + Keyword amd64-linux, x86-linux 23 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> -files/skycat-3.0.1-gcc43.patch, -files/skycat-3.0.1-m4.patch, @@ -70,4 +73,3 @@ +files/skycat-3.0.1-gcc41.patch, +files/skycat-3.0.1-m4.patch, +metadata.xml, +skycat-3.0.1.ebuild: Initial import. Closes bug #65665. - diff --git a/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild index 19c5e294dfef..e75777579d01 100644 --- a/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild +++ b/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild,v 1.1 2011/08/23 11:48:46 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild,v 1.2 2012/07/24 19:58:55 bicatali Exp $ EAPI=4 inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="threads" DEPEND="x11-libs/libXext @@ -37,6 +37,10 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-3.0.2-systemlibs.patch rm -fr astrotcl/{cfitsio,libwcs} \ || die "Failed to remove included libs" + # prefix it + sed -i \ + -e "s:/usr:${EPREFIX}/usr:g" \ + */configure.in */aclocal.m4 || die eautoreconf } |