diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-07-01 07:28:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-07-01 07:28:56 +0000 |
commit | 7661644d85d5bb293588fd2d1f313a93798ea2d1 (patch) | |
tree | 67851eddb692190b220d766954a4075e6accc532 /sci-libs/mmdb | |
parent | Version bump (bug #373305), fix some repoman warnings. (diff) | |
download | gentoo-2-7661644d85d5bb293588fd2d1f313a93798ea2d1.tar.gz gentoo-2-7661644d85d5bb293588fd2d1f313a93798ea2d1.tar.bz2 gentoo-2-7661644d85d5bb293588fd2d1f313a93798ea2d1.zip |
Correction for pkg-config file
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/mmdb')
-rw-r--r-- | sci-libs/mmdb/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/mmdb/files/1.23.2.2-pkg-config.patch | 16 | ||||
-rw-r--r-- | sci-libs/mmdb/mmdb-1.23.2.2.ebuild | 8 |
3 files changed, 27 insertions, 3 deletions
diff --git a/sci-libs/mmdb/ChangeLog b/sci-libs/mmdb/ChangeLog index 7bb357d07aea..df720131565a 100644 --- a/sci-libs/mmdb/ChangeLog +++ b/sci-libs/mmdb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mmdb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/ChangeLog,v 1.17 2011/06/29 15:26:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/ChangeLog,v 1.18 2011/07/01 07:28:56 jlec Exp $ + + 01 Jul 2011; Justin Lecher <jlec@gentoo.org> + +files/1.23.2.2-pkg-config.patch, mmdb-1.23.2.2.ebuild: + Correction for pkg-config file *mmdb-1.23.2.2 (29 Jun 2011) diff --git a/sci-libs/mmdb/files/1.23.2.2-pkg-config.patch b/sci-libs/mmdb/files/1.23.2.2-pkg-config.patch new file mode 100644 index 000000000000..4584dd720bb5 --- /dev/null +++ b/sci-libs/mmdb/files/1.23.2.2-pkg-config.patch @@ -0,0 +1,16 @@ + mmdb.pc.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/mmdb.pc.in b/mmdb.pc.in +index 6156025..0bc3e6e 100644 +--- a/mmdb.pc.in ++++ b/mmdb.pc.in +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + libdir=@libdir@ +-includedir=@includedir@ ++includedir=@includedir@/mmdb + + Name: mmdb + Description: Macromolecular coordinate library diff --git a/sci-libs/mmdb/mmdb-1.23.2.2.ebuild b/sci-libs/mmdb/mmdb-1.23.2.2.ebuild index a762ab56d29b..e14367808247 100644 --- a/sci-libs/mmdb/mmdb-1.23.2.2.ebuild +++ b/sci-libs/mmdb/mmdb-1.23.2.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/mmdb-1.23.2.2.ebuild,v 1.1 2011/06/29 15:26:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/mmdb-1.23.2.2.ebuild,v 1.2 2011/07/01 07:28:56 jlec Exp $ EAPI=4 -inherit autotools eutils +inherit autotools-utils DESCRIPTION="The Coordinate Library, designed to assist CCP4 developers in working with coordinate files" HOMEPAGE="http://www.ebi.ac.uk/~keb/cldoc/ http://www.biop.ox.ac.uk/coot/" @@ -18,3 +18,7 @@ IUSE="" DEPEND="!<sci-libs/ccp4-libs-6.1.3" RDEPEND="" + +PATCHES=( + "${FILESDIR}"/${PV}-pkg-config.patch + ) |