public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/avogadro/
Date: Sat, 25 Jun 2011 17:22:06 +0000 (UTC)	[thread overview]
Message-ID: <5dfc390d2dec6ecdda1546e6ba5f8268c82d2dcf.jlec@gentoo> (raw)

commit:     5dfc390d2dec6ecdda1546e6ba5f8268c82d2dcf
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 15:47:01 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 15:47:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5dfc390d

migrate from 'git' to 'git-2'

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-chemistry/avogadro/ChangeLog            |    8 ++++++++
 sci-chemistry/avogadro/avogadro-9999.ebuild |   20 ++++++++++----------
 sci-chemistry/avogadro/metadata.xml         |   16 ++++++++--------
 3 files changed, 26 insertions(+), 18 deletions(-)

diff --git a/sci-chemistry/avogadro/ChangeLog b/sci-chemistry/avogadro/ChangeLog
new file mode 100644
index 0000000..c532aa2
--- /dev/null
+++ b/sci-chemistry/avogadro/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-chemistry/avogadro
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  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-9999.ebuild b/sci-chemistry/avogadro/avogadro-9999.ebuild
index 196eaf7..9bdd436 100644
--- a/sci-chemistry/avogadro/avogadro-9999.ebuild
+++ b/sci-chemistry/avogadro/avogadro-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/avogadro/avogadro-1.0.1.ebuild,v 1.1 2010/05/21 15:33:28 jlec Exp $
 
-EAPI="3"
+EAPI=3
 
 PYTHON_DEPEND="python? 2:2.5"
 
-inherit cmake-utils eutils git python
+inherit cmake-utils eutils git-2 python
 
 DESCRIPTION="Advanced molecular editor that uses Qt4 and OpenGL"
 HOMEPAGE="http://avogadro.sourceforge.net/"
@@ -17,20 +17,20 @@ SLOT="0"
 KEYWORDS=""
 IUSE="+glsl python"
 
-RDEPEND=">=sci-chemistry/openbabel-2.2.3
-	>=x11-libs/qt-gui-4.5.3:4
-	>=x11-libs/qt-opengl-4.5.3:4
+RDEPEND="
+	sci-chemistry/openbabel
+	x11-libs/qt-gui:4
+	x11-libs/qt-opengl:4
 	x11-libs/gl2ps
 	glsl? ( >=media-libs/glew-1.5.0	)
 	python? (
-		>=dev-libs/boost-1.35
 		>=dev-libs/boost-1.35.0-r5[python]
 		dev-python/numpy
 		dev-python/sip
-	)"
+		)"
 DEPEND="${RDEPEND}
-	>=dev-cpp/eigen-2.0.9
-	>=dev-util/cmake-2.6.2"
+	dev-cpp/eigen:2
+	dev-util/cmake"
 
 pkg_setup() {
 	python_set_active_version 2

diff --git a/sci-chemistry/avogadro/metadata.xml b/sci-chemistry/avogadro/metadata.xml
index 4f8df4c..a34dd56 100644
--- a/sci-chemistry/avogadro/metadata.xml
+++ b/sci-chemistry/avogadro/metadata.xml
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>sci-chemistry</herd>
-  <maintainer>
-    <email>cryos@gentoo.org</email>
-  </maintainer>
-  <longdescription>
+	<herd>sci-chemistry</herd>
+	<maintainer>
+		<email>cryos@gentoo.org</email>
+	</maintainer>
+	<longdescription>
     Avogadro is an advanced molecular editor designed for cross-platform use in
 	computational chemistry, molecular modeling, bioinformatics, materials
 	science, and related areas. It offers flexible rendering and a powerful
 	plugin architecture.
   </longdescription>
-  <use>
-    <flag name="glsl">Enable glsl features via GLEW.</flag>
-  </use>
+	<use>
+		<flag name="glsl">Enable glsl features via GLEW.</flag>
+	</use>
 </pkgmetadata>



             reply	other threads:[~2011-06-25 17:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25 17:22 Justin Lecher [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
2012-10-20 10:12 Reinis Danne
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=5dfc390d2dec6ecdda1546e6ba5f8268c82d2dcf.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