diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-23 00:07:16 +0200 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-23 00:07:16 +0200 |
commit | 5e668f22834d417b23962828bcb9f9387682afec (patch) | |
tree | 2924f29152d1d0e106425c4d3dc91cebe42537c6 | |
parent | [app-office/libreoffice] mdds is just build-dep (diff) | |
download | scarabeus-5e668f22834d417b23962828bcb9f9387682afec.tar.gz scarabeus-5e668f22834d417b23962828bcb9f9387682afec.tar.bz2 scarabeus-5e668f22834d417b23962828bcb9f9387682afec.zip |
[dev-util/mdds] moved to main tree. punt here.
-rw-r--r-- | dev-util/mdds/Manifest | 2 | ||||
-rw-r--r-- | dev-util/mdds/mdds-0.5.3.ebuild | 24 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest deleted file mode 100644 index a44cd85..0000000 --- a/dev-util/mdds/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST mdds_0.5.3.tar.bz2 92050 RMD160 8e97f4977e671698a6163fb55a1e13a4499a288c SHA1 e578b6c8e8fe4b20ae030fc14959b92cb6b1aba4 SHA256 a19205ac076973b55d9c5d3c8b664735d5b89fe793629ec10c110caa98e0bc1d -EBUILD mdds-0.5.3.ebuild 555 RMD160 f9e4a1abe412eba829a7133199e794888b35b8c4 SHA1 ba62ccfdc407c674e7a5d5b7aba44bda7e4af8cb SHA256 4f89f9ac0dbe59642d4bc32b9b7cd09ef42351b4c46730a19930e4792f592199 diff --git a/dev-util/mdds/mdds-0.5.3.ebuild b/dev-util/mdds/mdds-0.5.3.ebuild deleted file mode 100644 index 3b08af1..0000000 --- a/dev-util/mdds/mdds-0.5.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm" -HOMEPAGE="http://code.google.com/p/multidimalgorithm/" -SRC_URI="http://multidimalgorithm.googlecode.com/files/${P/-/_}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-libs/boost" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${P/-/_} - -src_configure() { - econf \ - --with-hash-container=boost -} |