mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/cpint: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST cpint116.tgz 20626 BLAKE2B 95383207abfdfd1465a299160f5cd881df0d8211218f7b0080049be8abb9ef163c445d4d0739e06a84b2a733cc7e8bc70ea7592b971cd86cab019af9d31fcd50 SHA512 6c839ab2808e5c86d7e9fb502798a8cf38c80854d9f08baf4574f99e736c677217ced92772b3df18211f45d38600c1668f11d0fb4677f7dd57c00dbcdab3d7d3
|
||||
DIST cpint253.tgz 31143 BLAKE2B e1891244857f22664bc80c7520c065fa18afd1d27a44de52fbbf1914104e36129858450998aea06eaeb06307b51867606256f33809cd7093cc6bc588c238f4b2 SHA512 ecaddee3d2b0c408828b9fd4f1c8bf0026ab8f3654f8792ef504ddfaa848a3ee6b4197f93d044768f3dad49b28dcec175246fe20454cbc7baa162c463bebf221
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user