diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-18 14:14:25 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-18 14:14:25 +0000 |
commit | 8c3e47ed978f10257caca5791206dce4601e097d (patch) | |
tree | 1a8ae1dab937814d7edeb7b8145a84e280fa1b53 /sys-apps/hwloc | |
parent | x86 stable, bug 348987 (diff) | |
download | gentoo-2-8c3e47ed978f10257caca5791206dce4601e097d.tar.gz gentoo-2-8c3e47ed978f10257caca5791206dce4601e097d.tar.bz2 gentoo-2-8c3e47ed978f10257caca5791206dce4601e097d.zip |
Drop old.
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-1.0.2.ebuild | 32 |
2 files changed, 5 insertions, 34 deletions
diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index 5120aefee241..d82b4c2f4e1b 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwloc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.4 2010/12/16 22:42:37 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.5 2011/01/18 14:14:25 xarthisius Exp $ + + 18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> -hwloc-1.0.2.ebuild: + Drop old. *hwloc-1.0.3 (16 Dec 2010) diff --git a/sys-apps/hwloc/hwloc-1.0.2.ebuild b/sys-apps/hwloc/hwloc-1.0.2.ebuild deleted file mode 100644 index 64573fc2db6f..000000000000 --- a/sys-apps/hwloc/hwloc-1.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.0.2.ebuild,v 1.3 2010/11/27 18:47:29 armin76 Exp $ - -EAPI=2 - -inherit base - -DESCRIPTION="displays the hardware topology in convenient formats" -HOMEPAGE="http://www.open-mpi.org/projects/hwloc/" -SRC_URI="http://www.open-mpi.org/software/hwloc/v1.0/downloads/${P}.tar.bz2" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="cairo svg xml X" -SLOT="0" -LICENSE="BSD" - -RDEPEND="sys-libs/ncurses - cairo? ( x11-libs/cairo[X?,svg?] ) - xml? ( dev-libs/libxml2 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS=( AUTHORS NEWS README VERSION ) - -src_configure() { - econf \ - $(use_enable cairo) \ - $(use_enable xml) \ - $(use_with X x) \ - --disable-silent-rules -} |