public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Reinis Danne" <rei4dan@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/avogadro/
Date: Sat, 20 Oct 2012 10:12:20 +0000 (UTC)	[thread overview]
Message-ID: <1350727841.7dfb6129d71cec0046e2188ba1045fffb3939b08.rei4dan@gentoo> (raw)

commit:     7dfb6129d71cec0046e2188ba1045fffb3939b08
Author:     Reinis Danne <rei4dan <AT> gmail <DOT> com>
AuthorDate: Sat Oct 20 10:10:41 2012 +0000
Commit:     Reinis Danne <rei4dan <AT> gmail <DOT> com>
CommitDate: Sat Oct 20 10:10:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7dfb6129

avogadro: Version bump to 1.1.0

---
 sci-chemistry/avogadro/ChangeLog             |    7 +++-
 sci-chemistry/avogadro/avogadro-1.1.0.ebuild |   52 ++++++++++++++++++++++++++
 2 files changed, 58 insertions(+), 1 deletions(-)

diff --git a/sci-chemistry/avogadro/ChangeLog b/sci-chemistry/avogadro/ChangeLog
index c532aa2..ecc7d02 100644
--- a/sci-chemistry/avogadro/ChangeLog
+++ b/sci-chemistry/avogadro/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-chemistry/avogadro
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*avogadro-1.1.0 (20 Oct 2012)
+
+  20 Oct 2012; Reinis Danne <rei4dan@gmail.com> +avogadro-1.1.0.ebuild:
+  Bump to 1.1.0.
+
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> avogadro-9999.ebuild,
   metadata.xml:
   migrate from 'git' to 'git-2'

diff --git a/sci-chemistry/avogadro/avogadro-1.1.0.ebuild b/sci-chemistry/avogadro/avogadro-1.1.0.ebuild
new file mode 100644
index 0000000..2d54793
--- /dev/null
+++ b/sci-chemistry/avogadro/avogadro-1.1.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_DEPEND="python? 2:2.5"
+
+inherit base cmake-utils eutils python
+
+DESCRIPTION="Advanced molecular editor that uses Qt4 and OpenGL"
+HOMEPAGE="http://avogadro.openmolecules.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+glsl python sse2"
+
+RDEPEND="
+	>=sci-chemistry/openbabel-2.2.3
+	>=x11-libs/qt-gui-4.5.3:4
+	>=x11-libs/qt-opengl-4.5.3:4
+	x11-libs/gl2ps
+	glsl? ( >=media-libs/glew-1.5.0 )
+	python? (
+		>=dev-libs/boost-1.35.0
+		>=dev-libs/boost-1.35.0-r5[python]
+		dev-python/numpy
+		dev-python/sip
+	)"
+DEPEND="${RDEPEND}
+	dev-cpp/eigen:2"
+
+pkg_setup() {
+	python_set_active_version 2
+}
+
+src_configure() {
+	local mycmakeargs=(
+		"-DENABLE_THREADGL=OFF"
+		"-DENABLE_RPATH=OFF"
+		"-DENABLE_UPDATE_CHECKER=OFF"
+		"-DQT_MKSPECS_DIR=${EPREFIX}/usr/share/qt4/mkspecs"
+		"-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs"
+		$(cmake-utils_use_enable glsl)
+		$(cmake-utils_use_with sse2 SSE2)
+		$(cmake-utils_use_enable python)
+	)
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2012-10-20 10:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-20 10:12 Reinis Danne [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-06 17:50 [gentoo-commits] proj/sci:master commit in: sci-chemistry/avogadro/ Justin Lecher
2012-12-06 17:50 Justin Lecher
2012-11-15 22:57 Justin Lecher
2011-06-25 17:22 Justin Lecher
2011-06-24 17:09 Justin Lecher

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=1350727841.7dfb6129d71cec0046e2188ba1045fffb3939b08.rei4dan@gentoo \
    --to=rei4dan@gmail.com \
    --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