diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-09-23 13:28:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-09-23 13:28:01 +0000 |
commit | 538585640c4e405514182493c876d0b545e6c019 (patch) | |
tree | 3cb962be7a8ac397965f8058c5497c6c78cc5803 /sci-libs | |
parent | Version bump (diff) | |
download | gentoo-2-538585640c4e405514182493c876d0b545e6c019.tar.gz gentoo-2-538585640c4e405514182493c876d0b545e6c019.tar.bz2 gentoo-2-538585640c4e405514182493c876d0b545e6c019.zip |
sci-libs/mmdb: Version BUmp
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mmdb/ChangeLog | 11 | ||||
-rw-r--r-- | sci-libs/mmdb/metadata.xml | 2 | ||||
-rw-r--r-- | sci-libs/mmdb/mmdb-1.25.5.ebuild | 19 | ||||
-rw-r--r-- | sci-libs/mmdb/mmdb-2.0.1.ebuild | 23 |
4 files changed, 52 insertions, 3 deletions
diff --git a/sci-libs/mmdb/ChangeLog b/sci-libs/mmdb/ChangeLog index 48640c859276..fd1794a69ed0 100644 --- a/sci-libs/mmdb/ChangeLog +++ b/sci-libs/mmdb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-libs/mmdb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/ChangeLog,v 1.28 2012/12/06 07:38:45 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/ChangeLog,v 1.29 2014/09/23 13:28:00 jlec Exp $ + +*mmdb-2.0.1 (23 Sep 2014) +*mmdb-1.25.5 (23 Sep 2014) + + 23 Sep 2014; Justin Lecher <jlec@gentoo.org> +mmdb-1.25.5.ebuild, + +mmdb-2.0.1.ebuild, metadata.xml: + Version BUmp 06 Dec 2012; Justin Lecher <jlec@gentoo.org> -files/1.21-allignment.patch, -files/1.23.2.2-pkg-config.patch, -files/1.23.2-allignment.patch, diff --git a/sci-libs/mmdb/metadata.xml b/sci-libs/mmdb/metadata.xml index e42d0af60f42..51fdedab1b38 100644 --- a/sci-libs/mmdb/metadata.xml +++ b/sci-libs/mmdb/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-chemistry</herd> + <herd>sci-chemistry</herd> </pkgmetadata> diff --git a/sci-libs/mmdb/mmdb-1.25.5.ebuild b/sci-libs/mmdb/mmdb-1.25.5.ebuild new file mode 100644 index 000000000000..c8f16ff8e319 --- /dev/null +++ b/sci-libs/mmdb/mmdb-1.25.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/mmdb-1.25.5.ebuild,v 1.1 2014/09/23 13:28:00 jlec Exp $ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="The Coordinate Library, designed to assist CCP4 developers in working with coordinate files" +HOMEPAGE="http://launchpad.net/mmdb/" +SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${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" + +DEPEND="!<sci-libs/ccp4-libs-6.1.3" +RDEPEND="" diff --git a/sci-libs/mmdb/mmdb-2.0.1.ebuild b/sci-libs/mmdb/mmdb-2.0.1.ebuild new file mode 100644 index 000000000000..ac6b94b4ce1a --- /dev/null +++ b/sci-libs/mmdb/mmdb-2.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/mmdb-2.0.1.ebuild,v 1.1 2014/09/23 13:28:01 jlec Exp $ + +EAPI=5 + +inherit autotools-utils + +MY_P="${PN}2-${PV}" + +DESCRIPTION="The Coordinate Library, designed to assist CCP4 developers in working with coordinate files" +HOMEPAGE="http://launchpad.net/mmdb/" +SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${MY_P}.tar.gz" + +LICENSE="GPL-2 LGPL-3" +SLOT="2" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="static-libs" + +DEPEND="!<sci-libs/ccp4-libs-6.1.3" +RDEPEND="" + +S="${WORKDIR}"/${MY_P} |