From f12f5516a426a6b93f7062f364f25333f6715de2 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Thu, 22 Jan 2009 00:57:02 +0300 Subject: update ebuild (Portage version: 2.2_rc23/git/Linux x86_64) (Unsigned Manifest commit) --- sys-cluster/libibumad/ChangeLog | 2 +- sys-cluster/libibumad/Manifest | 4 ++-- .../libibumad/libibumad-1.2.3_p20081118.ebuild | 22 ++++++++++++++++++++++ .../libibumad/libibumad-1.2.3_p2008118.ebuild | 22 ---------------------- 4 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 sys-cluster/libibumad/libibumad-1.2.3_p20081118.ebuild delete mode 100644 sys-cluster/libibumad/libibumad-1.2.3_p2008118.ebuild (limited to 'sys-cluster') diff --git a/sys-cluster/libibumad/ChangeLog b/sys-cluster/libibumad/ChangeLog index de7f454a2..45474aab5 100644 --- a/sys-cluster/libibumad/ChangeLog +++ b/sys-cluster/libibumad/ChangeLog @@ -5,7 +5,7 @@ *libibumad-1.2.3_p2008118 (21 Jan 2009) 21 Jan 2009; Alexey Shvetsov - +libibumad-1.2.3_p2008118.ebuild: + +libibumad-1.2.3_p20081118.ebuild: Version bump *libibumad-1.2.0 (06 Jun 2008) diff --git a/sys-cluster/libibumad/Manifest b/sys-cluster/libibumad/Manifest index c6b978d24..26069970b 100644 --- a/sys-cluster/libibumad/Manifest +++ b/sys-cluster/libibumad/Manifest @@ -3,6 +3,6 @@ DIST libibumad-1.1.3.tar.gz 340580 RMD160 712c72056db0b2c6e2e63a8308115c79ee4e73 DIST libibumad-1.2.0.tar.gz 346658 RMD160 c003bdf05eb36d8d97926fe6d22bd2e0666a270a SHA1 f50dcb3f1bc789dd2b951aae176b58774c6aeb44 SHA256 3787631e3f8affb574216099c78e89482d0f87282f78a63af744c3885bd9575d EBUILD libibumad-1.1.3.ebuild 696 RMD160 5b3823d2e1e1fa4ff87e5583548528f7aface337 SHA1 6c3ae618675eee2f655555a83b56b2cf5d6fbe7b SHA256 94e773c6ffc15f4729f26b7a347ae4a6e1b0a79bedb24a125fb1c62cfd58b40e EBUILD libibumad-1.2.0.ebuild 696 RMD160 5b3823d2e1e1fa4ff87e5583548528f7aface337 SHA1 6c3ae618675eee2f655555a83b56b2cf5d6fbe7b SHA256 94e773c6ffc15f4729f26b7a347ae4a6e1b0a79bedb24a125fb1c62cfd58b40e -EBUILD libibumad-1.2.3_p2008118.ebuild 467 RMD160 19745233d55d5c3196ff29d97361a117ae3bfaa8 SHA1 939f2a841ffab31fbcfb376ed13ed42fa6e8940a SHA256 9fc259946f18d8c807a81d6df82d7335024a55bc9bb38281ea818fc7d350e922 -MISC ChangeLog 807 RMD160 cf3ae231e26f6111798ee8938a4b15b3a3005087 SHA1 0c41a746dc86b35b56b3116dee4d64edd6523be0 SHA256 ed5b2508c5260654cc4c7b68d0ca9f1d7c7d5bebb9aa380ef2e582d510796a60 +EBUILD libibumad-1.2.3_p20081118.ebuild 467 RMD160 19745233d55d5c3196ff29d97361a117ae3bfaa8 SHA1 939f2a841ffab31fbcfb376ed13ed42fa6e8940a SHA256 9fc259946f18d8c807a81d6df82d7335024a55bc9bb38281ea818fc7d350e922 +MISC ChangeLog 808 RMD160 c9a5a10ad1f31681882cb755f0e40a5c594d66df SHA1 6ddb0b6ac7ce5e24e754ea41298ef9afb56b5341 SHA256 b2a0c6f48f3984d5904ffbf471092c3fadf0568048e5b1c5ad3c9edb4645e43b MISC metadata.xml 364 RMD160 b8bcb6c91bc52a35c0ba1d2f63d1eb14120bb216 SHA1 efad3cefe8ed0c8058ecffee15b901d06807e34f SHA256 114ee13c84a4f6aa6cc13f8cd91216d9bac7d504795ee4fd7b8f4598b1f82a5d diff --git a/sys-cluster/libibumad/libibumad-1.2.3_p20081118.ebuild b/sys-cluster/libibumad/libibumad-1.2.3_p20081118.ebuild new file mode 100644 index 000000000..62ef149eb --- /dev/null +++ b/sys-cluster/libibumad/libibumad-1.2.3_p20081118.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +OFED_VER="1.4" +OFED_SUFFIX="1.ofed1.4" + +inherit openib + +DESCRIPTION="OpenIB User MAD library functions which sit on top of the user MAD modules in the kernel." +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=sys-cluster/libibcommon-1.1.2_p20081020" +RDEPEND="${DEPEND}" + +src_install() { + make DESTDIR="${D}" install || die "install failed" +} + diff --git a/sys-cluster/libibumad/libibumad-1.2.3_p2008118.ebuild b/sys-cluster/libibumad/libibumad-1.2.3_p2008118.ebuild deleted file mode 100644 index 62ef149eb..000000000 --- a/sys-cluster/libibumad/libibumad-1.2.3_p2008118.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -OFED_VER="1.4" -OFED_SUFFIX="1.ofed1.4" - -inherit openib - -DESCRIPTION="OpenIB User MAD library functions which sit on top of the user MAD modules in the kernel." -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=sys-cluster/libibcommon-1.1.2_p20081020" -RDEPEND="${DEPEND}" - -src_install() { - make DESTDIR="${D}" install || die "install failed" -} - -- cgit v1.2.3-65-gdbad