From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:pkg-config commit in: sci-libs/mmdb/
Date: Thu, 29 Nov 2012 07:11:12 +0000 (UTC) [thread overview]
Message-ID: <1354139140.2ff98b7d8e774c3f4cd4722237e7585e398208b2.jlec@gentoo> (raw)
commit: 2ff98b7d8e774c3f4cd4722237e7585e398208b2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 21:45:40 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 21:45:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2ff98b7d
sci-libs/mmdb: Test version for new eclass
Package-Manager: portage-2.2.0_alpha142
---
sci-libs/mmdb/ChangeLog | 5 +++++
sci-libs/mmdb/mmdb-1.24.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/sci-libs/mmdb/ChangeLog b/sci-libs/mmdb/ChangeLog
index 69b6b4b..850963e 100644
--- a/sci-libs/mmdb/ChangeLog
+++ b/sci-libs/mmdb/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*mmdb-1.24 (28 Nov 2012)
+
+ 28 Nov 2012; Justin Lecher <jlec@gentoo.org> +mmdb-1.24.ebuild:
+ Test version for new eclass
+
*mmdb-1.24.20111208 (24 Jan 2012)
24 Jan 2012; Justin Lecher <jlec@gentoo.org> +mmdb-1.24.20111208.ebuild,
diff --git a/sci-libs/mmdb/mmdb-1.24.ebuild b/sci-libs/mmdb/mmdb-1.24.ebuild
new file mode 100644
index 0000000..9aa56f3
--- /dev/null
+++ b/sci-libs/mmdb/mmdb-1.24.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmdb/mmdb-1.24.ebuild,v 1.3 2012/05/21 19:14:15 ranger Exp $
+
+EAPI=4
+
+inherit autotools-utils pkgconfig
+
+DESCRIPTION="The Coordinate Library, designed to assist CCP4 developers in working with coordinate files"
+HOMEPAGE="http://launchpad.net/mmdb/"
+SRC_URI="
+ http://www.ysbl.york.ac.uk/~emsley/software/${P}.tar.gz
+ http://launchpad.net/mmdb/1.23/${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=""
+
+DEPEND="!<sci-libs/ccp4-libs-6.1.3"
+RDEPEND=""
+
+#PATCHES=(
+# "${FILESDIR}"/1.23.2.2-pkg-config.patch
+# )
+
+src_install() {
+ autotools-utils_src_install
+
+ # create missing mmdb.pc
+ create_pkgconfig ${PN} \
+ -I "${EPREFIX}/usr/include/mmdb" \
+ -l "-L${EPREFIX}/usr/$(get_libdir) -lmmdb" \
+ -c "-I${EPREFIX}/usr/include/mmdb"
+}
reply other threads:[~2012-11-29 7:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1354139140.2ff98b7d8e774c3f4cd4722237e7585e398208b2.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox