public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpint/
@ 2018-06-03  2:59 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-06-03  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f13973824f0e2d2f9c482dec4d54d7de1f6d35d2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 00:04:51 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 02:58:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1397382

sys-apps/cpint: drop old EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/cpint/Manifest           |  1 -
 sys-apps/cpint/cpint-1.1.6.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/sys-apps/cpint/Manifest b/sys-apps/cpint/Manifest
index 622d139e54a..c9a97989d9d 100644
--- a/sys-apps/cpint/Manifest
+++ b/sys-apps/cpint/Manifest
@@ -1,2 +1 @@
-DIST cpint116.tgz 20626 BLAKE2B 95383207abfdfd1465a299160f5cd881df0d8211218f7b0080049be8abb9ef163c445d4d0739e06a84b2a733cc7e8bc70ea7592b971cd86cab019af9d31fcd50 SHA512 6c839ab2808e5c86d7e9fb502798a8cf38c80854d9f08baf4574f99e736c677217ced92772b3df18211f45d38600c1668f11d0fb4677f7dd57c00dbcdab3d7d3
 DIST cpint253.tgz 31143 BLAKE2B e1891244857f22664bc80c7520c065fa18afd1d27a44de52fbbf1914104e36129858450998aea06eaeb06307b51867606256f33809cd7093cc6bc588c238f4b2 SHA512 ecaddee3d2b0c408828b9fd4f1c8bf0026ab8f3654f8792ef504ddfaa848a3ee6b4197f93d044768f3dad49b28dcec175246fe20454cbc7baa162c463bebf221

diff --git a/sys-apps/cpint/cpint-1.1.6.ebuild b/sys-apps/cpint/cpint-1.1.6.ebuild
deleted file mode 100644
index 04daacb1e3f..00000000000
--- a/sys-apps/cpint/cpint-1.1.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit linux-info
-
-MY_PV=${PV//./}
-
-DESCRIPTION="Linux/390 Interface to z/VM's Control Program"
-HOMEPAGE="http://linuxvm.org/Patches/index.html"
-SRC_URI="http://linuxvm.org/Patches/s390/${PN}${MY_PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="s390"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
-	emake INCLUDEDIR=-I/usr/src/linux/include || die "emake failed"
-}
-
-src_install() {
-	einstall prefix="${D}" || die
-	rm -rf "${D}"/lib/modules/misc
-	dodoc ChangeLog HOW-TO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpint/
@ 2020-10-24 13:21 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2020-10-24 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     37068f1727b2e446d8d25b9fdbae095b9ccaf228
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 13:20:49 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 13:20:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37068f17

sys-apps/cpint: Port to EAPI 7

Closes: https://bugs.gentoo.org/742107
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/cpint/cpint-2.5.3.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/sys-apps/cpint/cpint-2.5.3.ebuild b/sys-apps/cpint/cpint-2.5.3.ebuild
index 3d76a21d7aa..b37f49d86e9 100644
--- a/sys-apps/cpint/cpint-2.5.3.ebuild
+++ b/sys-apps/cpint/cpint-2.5.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
-inherit linux-info eutils
+inherit linux-info
 
 MY_PV=${PV//./}
 
@@ -14,12 +14,15 @@ SRC_URI="http://linuxvm.org/Patches/s390/${PN}${MY_PV}.tgz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="s390"
-IUSE=""
+
+PATCHES=(
+	"${FILESDIR}"/${P}-build.patch
+	"${FILESDIR}"/${P}-prototypes.patch
+	"${FILESDIR}"/${P}-kernel.patch
+)
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-build.patch
-	epatch "${FILESDIR}"/${P}-prototypes.patch
-	epatch "${FILESDIR}"/${P}-kernel.patch
+	default
 
 	# the makefile uses this variable
 	export KERNEL_DIR


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

end of thread, other threads:[~2020-10-24 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-24 13:21 [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpint/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-06-03  2:59 Aaron Bauman

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