summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-07-23 13:17:37 +0000
committerJustin Lecher <jlec@gentoo.org>2011-07-23 13:17:37 +0000
commit0168a4344b3f3903d4e590528690f8a9399b7a65 (patch)
tree818cdf00c8ca02a2e70c7bfce52e708872170f90 /sci-chemistry/xia2
parentppc/ppc64 stable wrt #372391 (diff)
downloadgentoo-2-0168a4344b3f3903d4e590528690f8a9399b7a65.tar.gz
gentoo-2-0168a4344b3f3903d4e590528690f8a9399b7a65.tar.bz2
gentoo-2-0168a4344b3f3903d4e590528690f8a9399b7a65.zip
Added pstins msg
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/xia2')
-rw-r--r--sci-chemistry/xia2/ChangeLog5
-rw-r--r--sci-chemistry/xia2/xia2-0.3.3.1.ebuild16
2 files changed, 14 insertions, 7 deletions
diff --git a/sci-chemistry/xia2/ChangeLog b/sci-chemistry/xia2/ChangeLog
index 318c7114b50b..1562455c6438 100644
--- a/sci-chemistry/xia2/ChangeLog
+++ b/sci-chemistry/xia2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/xia2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xia2/ChangeLog,v 1.6 2011/06/25 18:02:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xia2/ChangeLog,v 1.7 2011/07/23 13:17:37 jlec Exp $
+
+ 23 Jul 2011; Justin Lecher <jlec@gentoo.org> xia2-0.3.3.1.ebuild:
+ Added pstins msg
*xia2-0.3.3.1 (25 Jun 2011)
diff --git a/sci-chemistry/xia2/xia2-0.3.3.1.ebuild b/sci-chemistry/xia2/xia2-0.3.3.1.ebuild
index da04ad976c3d..20b704bd3e8b 100644
--- a/sci-chemistry/xia2/xia2-0.3.3.1.ebuild
+++ b/sci-chemistry/xia2/xia2-0.3.3.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xia2/xia2-0.3.3.1.ebuild,v 1.1 2011/06/25 18:02:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xia2/xia2-0.3.3.1.ebuild,v 1.2 2011/07/23 13:17:37 jlec Exp $
-EAPI="3"
+EAPI=3
PYTHON_DEPEND="2"
@@ -48,10 +48,10 @@ src_install() {
chmod 644 "${ED}"/usr/share/ccp4/XIAROOT/${P}/Applications/*.py || die
cat >> "${T}"/23XIA <<- EOF
- XIA2_HOME="${EPREFIX}"/usr/share/ccp4/XIAROOT
- XIA2CORE_ROOT="${EPREFIX}"/usr/share/ccp4/XIAROOT/xia2core-${PV}
- XIA2_ROOT="${EPREFIX}"/usr/share/ccp4/XIAROOT/xia2-${PV}
- PATH="${EPREFIX}"/usr/share/ccp4/XIAROOT/xia2-${PV}/Applications
+ XIA2_HOME="${EPREFIX}/usr/share/ccp4/XIAROOT"
+ XIA2CORE_ROOT="${EPREFIX}/usr/share/ccp4/XIAROOT/xia2core-${PV}"
+ XIA2_ROOT="${EPREFIX}/usr/share/ccp4/XIAROOT/xia2-${PV}"
+ PATH="${EPREFIX}/usr/share/ccp4/XIAROOT/xia2-${PV}/Applications"
EOF
doenvd "${T}"/23XIA
@@ -59,6 +59,10 @@ src_install() {
pkg_postinst() {
python_mod_optimize /usr/share/ccp4/XIAROOT
+ echo ""
+ elog "In order to use the package, you need to"
+ elog "\t source ${EPREFIX}/etc/profile"
+ echo ""
}
pkg_postrm() {