public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/
@ 2017-02-10 20:24 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2017-02-10 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ba208ac5514db1934f342436b9a541d925cd5df1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 20:23:30 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 20:23:30 2017 +0000
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
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/
@ 2017-02-10 20:24 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2017-02-10 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6ea819b3a4ff4b3d13804cefb34fa9421c5cc6a1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 20:24:08 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 20:24:08 2017 +0000
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"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/
@ 2022-02-27 22:39 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-02-27 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     df50910c5761df0de027da735f6990e577f2ead7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 22:36:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 22:36:04 2022 +0000
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 <sam <AT> 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
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-27 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 20:24 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2022-02-27 22:39 Sam James
2017-02-10 20:24 Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox