[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/

2022-02-27 Thread Sam James
commit: df50910c5761df0de027da735f6990e577f2ead7
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 27 22:36:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 27 22:36:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df50910c

sci-chemistry/pdbcat: port to EAPI 8

Closes: https://bugs.gentoo.org/834304
Signed-off-by: Sam James  gentoo.org>

 .../pdbcat/{pdbcat-1.3.ebuild => pdbcat-1.3-r1.ebuild}| 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild 
b/sci-chemistry/pdbcat/pdbcat-1.3-r1.ebuild
similarity index 76%
rename from sci-chemistry/pdbcat/pdbcat-1.3.ebuild
rename to sci-chemistry/pdbcat/pdbcat-1.3-r1.ebuild
index ccdbd9928160..270e7b98fb36 100644
--- a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
+++ b/sci-chemistry/pdbcat/pdbcat-1.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Manipulate and process PDB files using tools such as Perl, awk, 
etc"
 HOMEPAGE="http://www.ks.uiuc.edu/Development/MDTools/pdbcat/;
@@ -12,12 +12,15 @@ 
SRC_URI="http://www.ks.uiuc.edu/Development/MDTools/${PN}/files/${P}.tar.gz;
 LICENSE="free-noncomm"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
-PATCHES=( "${FILESDIR}"/${P}-gcc.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc.patch
+)
+
 DOCS=( README )
 
 src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt . || die
-   cmake-utils_src_prepare
+
+   cmake_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/

2017-02-10 Thread Johannes Huber
commit: 6ea819b3a4ff4b3d13804cefb34fa9421c5cc6a1
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Feb 10 20:24:08 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Feb 10 20:24:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea819b3

sci-chemistry/pdbcat: Shorten DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-chemistry/pdbcat/pdbcat-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild 
b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
index d65851d12f..53b615a60d 100644
--- a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
+++ b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 inherit cmake-utils
 
-DESCRIPTION="Manipulate and process PDB files using commonly available tools 
such as Perl, awk, etc"
+DESCRIPTION="Manipulate and process PDB files using tools such as Perl, awk, 
etc"
 HOMEPAGE="http://www.ks.uiuc.edu/Development/MDTools/pdbcat/;
 SRC_URI="http://www.ks.uiuc.edu/Development/MDTools/${PN}/files/${P}.tar.gz;
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/

2017-02-10 Thread Johannes Huber
commit: ba208ac5514db1934f342436b9a541d925cd5df1
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Feb 10 20:23:30 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Feb 10 20:23:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba208ac5

sci-chemistry/pdbcat: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-chemistry/pdbcat/pdbcat-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild 
b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
index f0d0b263a4..d65851d12f 100644
--- a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
+++ b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 inherit cmake-utils