diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-07 15:05:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-07 15:05:39 +0000 |
commit | 8a7d0c6519ba191c35dd9fb9f3e9feacec5d4aae (patch) | |
tree | d3b0ecaee11cbc36cedc59c3a676364cabc861cd /sys-apps/cpint | |
parent | s390 maintains this (diff) | |
download | gentoo-2-8a7d0c6519ba191c35dd9fb9f3e9feacec5d4aae.tar.gz gentoo-2-8a7d0c6519ba191c35dd9fb9f3e9feacec5d4aae.tar.bz2 gentoo-2-8a7d0c6519ba191c35dd9fb9f3e9feacec5d4aae.zip |
Version bump #52607 by jochen.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/cpint')
-rw-r--r-- | sys-apps/cpint/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/cpint/cpint-2.5.3.ebuild | 28 | ||||
-rw-r--r-- | sys-apps/cpint/files/digest-cpint-2.5.3 | 3 |
3 files changed, 38 insertions, 2 deletions
diff --git a/sys-apps/cpint/ChangeLog b/sys-apps/cpint/ChangeLog index 45bb854c1400..2276491ebb66 100644 --- a/sys-apps/cpint/ChangeLog +++ b/sys-apps/cpint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/cpint -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v 1.5 2007/01/26 17:00:58 eroyf Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v 1.6 2007/04/07 15:05:39 vapier Exp $ + +*cpint-2.5.3 (07 Apr 2007) + + 07 Apr 2007; Mike Frysinger <vapier@gentoo.org> +cpint-2.5.3.ebuild: + Version bump #52607 by jochen. 26 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> cpint-1.1.6.ebuild: Moving SLOT to 0. diff --git a/sys-apps/cpint/cpint-2.5.3.ebuild b/sys-apps/cpint/cpint-2.5.3.ebuild new file mode 100644 index 000000000000..0390cc813d02 --- /dev/null +++ b/sys-apps/cpint/cpint-2.5.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-2.5.3.ebuild,v 1.1 2007/04/07 15:05:39 vapier Exp $ + +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 +} diff --git a/sys-apps/cpint/files/digest-cpint-2.5.3 b/sys-apps/cpint/files/digest-cpint-2.5.3 new file mode 100644 index 000000000000..db2901e382f1 --- /dev/null +++ b/sys-apps/cpint/files/digest-cpint-2.5.3 @@ -0,0 +1,3 @@ +MD5 a55b4d071db561419fa441fe28d5cc0a cpint253.tgz 31143 +RMD160 d48ae820123a9efe9ce2a2ca0edabbee504bcbfa cpint253.tgz 31143 +SHA256 a82d66d38c9cd0e99e7226f5e56598ec41e4b4bf27d5c7c94cad9f96314791fd cpint253.tgz 31143 |