sci-libs/gpaw-setups - 24.1.0 (phackerlay)

Search

Install

Install this version:

emerge -a =sci-libs/gpaw-setups-24.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-libs/gpaw-setups-24.1.0

Or alternatively:

emerge --autounmask-write -a =sci-libs/gpaw-setups-24.1.0

Package Information

Description:
Setup collection for sci-physics/gpaw
Homepage:
https://wiki.fysik.dtu.dk/gpaw/setups/setups.html
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
24.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Setup collection for sci-physics/gpaw"
HOMEPAGE="https://wiki.fysik.dtu.dk/gpaw/setups/setups.html"
SRC_URI="https://wiki.fysik.dtu.dk/gpaw-files/gpaw-setups-${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	"

src_compile() {
	gunzip ${S}/*.gz
}

src_install(){
	GPAW_SETUP_PATH=/usr/share/gpaw-setups
	insinto $GPAW_SETUP_PATH
	doins "${S}"/*
	echo "export GPAW_SETUP_PATH=${EPREFIX}${GPAW_SETUP_PATH}" > gpaw-setups.sh
	insinto /etc/bash/bashrc.d
	doins ${S}/gpaw-setups.sh
}

pkg_postinst(){
	einfo
	einfo '	To get $GPAW_SETUP_PATH in already launched shells run'
	einfo '	. /etc/bash/bashrc'
	einfo
}

Dependencies

RDEPEND

	

Manifest for 24.1.0

Type File Size Source URLs
DIST gpaw-setups-24.1.0.tar.gz 53598132 bytes https://wiki.fysik.dtu.dk/gpaw-files/gpaw-setups-24.1.0.tar.gz