diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-28 21:34:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-28 21:34:25 +0000 |
commit | a856c5f37cc6c29893c8f25fc2ffd35da50d7f45 (patch) | |
tree | b1a584513ec29396d5a8d9cffb2770db30eeac46 /sci-visualization | |
parent | Prepared for prefix, #325929 (diff) | |
download | gentoo-2-a856c5f37cc6c29893c8f25fc2ffd35da50d7f45.tar.gz gentoo-2-a856c5f37cc6c29893c8f25fc2ffd35da50d7f45.tar.bz2 gentoo-2-a856c5f37cc6c29893c8f25fc2ffd35da50d7f45.zip |
Corrected prefix import, #325055
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/xgraph/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/xgraph/xgraph-12.1-r2.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-visualization/xgraph/ChangeLog b/sci-visualization/xgraph/ChangeLog index 81f239cf34db..4eee988ab92f 100644 --- a/sci-visualization/xgraph/ChangeLog +++ b/sci-visualization/xgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/xgraph # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.14 2010/01/06 01:21:00 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.15 2010/06/28 21:34:25 jlec Exp $ + + 28 Jun 2010; Justin Lecher <jlec@gentoo.org> xgraph-12.1-r2.ebuild: + Corrected prefix import, 325055 06 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> -xgraph-12.1-r1.ebuild, xgraph-12.1-r2.ebuild: diff --git a/sci-visualization/xgraph/xgraph-12.1-r2.ebuild b/sci-visualization/xgraph/xgraph-12.1-r2.ebuild index e4e0db22233f..35e828fe09e5 100644 --- a/sci-visualization/xgraph/xgraph-12.1-r2.ebuild +++ b/sci-visualization/xgraph/xgraph-12.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.6 2010/01/06 01:21:00 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.7 2010/06/28 21:34:25 jlec Exp $ -EAPI=2 +EAPI=3 inherit eutils autotools DEB_PR=10 @@ -13,7 +13,7 @@ SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="examples" DEPEND="x11-libs/libSM x11-libs/libX11" @@ -36,9 +36,9 @@ src_install() { fi dodir /usr/share/man/man1 - mv "${D}"/usr/share/man/manm/xgraph.man \ - "${D}"/usr/share/man/man1/xgraph.1 || \ + mv "${ED}"/usr/share/man/manm/xgraph.man \ + "${ED}"/usr/share/man/man1/xgraph.1 || \ die "Failed to correct man page location." - rm -Rf "${D}"/usr/share/man/manm/ || \ + rm -Rf "${ED}"/usr/share/man/manm/ || \ die "Failed to remove bogus manm directory." } |