sci-chemistry/pdbcat - 1.3 (gentoo)

Search

Install

Install this version:

emerge -a =sci-chemistry/pdbcat-1.3

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

autounmask =sci-chemistry/pdbcat-1.3

Or alternatively:

emerge --autounmask-write -a =sci-chemistry/pdbcat-1.3

Package Information

Description:
Manipulate and process PDB files using tools such as Perl, awk, etc
Homepage:
https://www.ks.uiuc.edu/Development/MDTools/pdbcat/
License:
free-noncomm

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Manipulate and process PDB files using tools such as Perl, awk, etc"
HOMEPAGE="https://www.ks.uiuc.edu/Development/MDTools/pdbcat/"
SRC_URI="https://www.ks.uiuc.edu/Development/MDTools/${PN}/files/${P}.tar.gz"

LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND=">=dev-build/cmake-3.31"

DOCS=( README )

PATCHES=( "${FILESDIR}"/${P}-gcc.patch )

src_prepare() {
	cp "${FILESDIR}"/CMakeLists.txt . || die

	cmake_src_prepare
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-build/cmake-3.31

Manifest for 1.3

Type File Size Source URLs
DIST pdbcat-1.3.tar.gz 12750 bytes https://www.ks.uiuc.edu/Development/MDTools/pdbcat/files/pdbcat-1.3.tar.gz