public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:pkg-config commit in: sci-libs/mmdb/
@ 2012-11-29  7:11 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2012-11-29  7:11 UTC (permalink / raw
  To: gentoo-commits

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"
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-29  7:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29  7:11 [gentoo-commits] proj/sci:pkg-config commit in: sci-libs/mmdb/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox