diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:24:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:24:58 +0000 |
commit | d9984635d4084f6265eee12ac4dadcdd80f83083 (patch) | |
tree | 2a8f49e7cc964c4fa5ab2a7cd6cc0fcd649fd1e1 /dev-util/mdds | |
parent | Version bump. (diff) | |
download | gentoo-2-d9984635d4084f6265eee12ac4dadcdd80f83083.tar.gz gentoo-2-d9984635d4084f6265eee12ac4dadcdd80f83083.tar.bz2 gentoo-2-d9984635d4084f6265eee12ac4dadcdd80f83083.zip |
Actually binpkg does not need this.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-util/mdds')
-rw-r--r-- | dev-util/mdds/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/mdds/mdds-0.6.1.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-util/mdds/ChangeLog b/dev-util/mdds/ChangeLog index b95eeb50d127..bd3099b5654a 100644 --- a/dev-util/mdds/ChangeLog +++ b/dev-util/mdds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/mdds # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.25 2013/03/25 08:44:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.26 2013/04/27 08:24:58 scarabeus Exp $ + + 27 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> -mdds-0.6.1.ebuild: + Actually binpkg does not need this. 25 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> mdds-0.7.1.ebuild: Stabilise 0.7.1 on amd64 x86 and ppc. Not removing older due to binpkg. diff --git a/dev-util/mdds/mdds-0.6.1.ebuild b/dev-util/mdds/mdds-0.6.1.ebuild deleted file mode 100644 index da79b9dcf895..000000000000 --- a/dev-util/mdds/mdds-0.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.6.1.ebuild,v 1.3 2012/12/08 12:26:12 maekke Exp $ - -EAPI=4 - -inherit base - -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 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-libs/boost" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${P/-/_} - -src_configure() { - econf \ - --with-hash-container=boost \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" -} - -src_compile() { :; } |