diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-12-10 20:37:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-12-17 08:23:16 +0000 |
commit | 68691ec9b6b183183da1e71dbde023c33e44e5c7 (patch) | |
tree | 4c05181991e4a2b7dbc3b752220859a9ed650863 /sci-libs/mmdb/mmdb-1.25.6.1.ebuild | |
parent | sys-kernel/ck-sources: v.bump (4.9.70) (diff) | |
download | gentoo-68691ec9b6b183183da1e71dbde023c33e44e5c7.tar.gz gentoo-68691ec9b6b183183da1e71dbde023c33e44e5c7.tar.bz2 gentoo-68691ec9b6b183183da1e71dbde023c33e44e5c7.zip |
sci-libs/mmdb: Version Bump
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'sci-libs/mmdb/mmdb-1.25.6.1.ebuild')
-rw-r--r-- | sci-libs/mmdb/mmdb-1.25.6.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/mmdb/mmdb-1.25.6.1.ebuild b/sci-libs/mmdb/mmdb-1.25.6.1.ebuild new file mode 100644 index 000000000000..d63c4003a026 --- /dev/null +++ b/sci-libs/mmdb/mmdb-1.25.6.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="The Coordinate Library for working with CCP4 coordinate files" +HOMEPAGE="https://launchpad.net/mmdb/" +SRC_URI="https://launchpad.net/mmdb/1.25/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="static-libs" + +PATCHES=( "${FILESDIR}"/${PN}-1.25.5-include-path.patch ) |