summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-26 10:22:51 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-26 10:22:51 +0000
commitca7bad5da9d1c53b1900e691b58c7a79c142c636 (patch)
treedbb34a3235908aacd2ff37c95bed8a360bc7a401 /sci-libs
parentBumped EAPI (diff)
downloadhistorical-ca7bad5da9d1c53b1900e691b58c7a79c142c636.tar.gz
historical-ca7bad5da9d1c53b1900e691b58c7a79c142c636.tar.bz2
historical-ca7bad5da9d1c53b1900e691b58c7a79c142c636.zip
Straight out QA issues
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/jmol-acme/ChangeLog8
-rw-r--r--sci-libs/jmol-acme/jmol-acme-1.0.ebuild13
-rw-r--r--sci-libs/jmol-acme/metadata.xml13
-rw-r--r--sci-libs/pymmlib/ChangeLog6
-rw-r--r--sci-libs/pymmlib/metadata.xml2
-rw-r--r--sci-libs/pymmlib/pymmlib-1.0.0-r1.ebuild13
6 files changed, 31 insertions, 24 deletions
diff --git a/sci-libs/jmol-acme/ChangeLog b/sci-libs/jmol-acme/ChangeLog
index ad65f9ccde7b..576d28580fab 100644
--- a/sci-libs/jmol-acme/ChangeLog
+++ b/sci-libs/jmol-acme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/jmol-acme
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/jmol-acme/ChangeLog,v 1.4 2010/01/21 11:12:09 markusle Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/jmol-acme/ChangeLog,v 1.5 2011/06/26 10:21:07 jlec Exp $
+
+ 26 Jun 2011; Justin Lecher <jlec@gentoo.org> jmol-acme-1.0.ebuild,
+ metadata.xml:
+ Straight out QA issues
21 Jan 2010; Markus Dittrich <markusle@gentoo.org> jmol-acme-1.0.ebuild:
Changed license ACME -> BSD-2 (see bug #301121).
diff --git a/sci-libs/jmol-acme/jmol-acme-1.0.ebuild b/sci-libs/jmol-acme/jmol-acme-1.0.ebuild
index 6e1cbd976e25..243084102943 100644
--- a/sci-libs/jmol-acme/jmol-acme-1.0.ebuild
+++ b/sci-libs/jmol-acme/jmol-acme-1.0.ebuild
@@ -1,6 +1,8 @@
-# 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-libs/jmol-acme/jmol-acme-1.0.ebuild,v 1.4 2010/01/21 11:12:09 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/jmol-acme/jmol-acme-1.0.ebuild,v 1.5 2011/06/26 10:21:07 jlec Exp $
+
+EAPI=4
inherit java-pkg-2 java-ant-2
@@ -8,7 +10,7 @@ MY_P="Acme"
# It proved difficult to recompile the whole Acme package, so we'll only take what we need.
-DESCRIPTION="Portions of the Acme collection required for jMol. Courtesy of ACME - Purveyors of fine freeware since 1972."
+DESCRIPTION="Portions of the Acme collection required for jMol"
HOMEPAGE="http://www.acme.com/"
SRC_URI="http://www.acme.com/resources/classes/${MY_P}.tar.gz"
@@ -22,10 +24,7 @@ RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}/${MY_P}
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
mkdir -p classes
find . -name \*.class -delete
java-pkg_filter-compiler jikes
diff --git a/sci-libs/jmol-acme/metadata.xml b/sci-libs/jmol-acme/metadata.xml
index 7ea3102ac9b4..67f88fe8ce1f 100644
--- a/sci-libs/jmol-acme/metadata.xml
+++ b/sci-libs/jmol-acme/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>je_fro@gentoo.org</email>
-<name>Jeff Gardner</name>
-</maintainer>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <maintainer>
+ <email>je_fro@gentoo.org</email>
+ <name>Jeff Gardner</name>
+ </maintainer>
+ <longdescription lang="en">
</longdescription>
</pkgmetadata>
-
diff --git a/sci-libs/pymmlib/ChangeLog b/sci-libs/pymmlib/ChangeLog
index b4641dd50fcc..91465351cc51 100644
--- a/sci-libs/pymmlib/ChangeLog
+++ b/sci-libs/pymmlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/pymmlib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.21 2011/04/11 10:02:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.22 2011/06/26 10:22:51 jlec Exp $
+
+ 26 Jun 2011; Justin Lecher <jlec@gentoo.org> pymmlib-1.0.0-r1.ebuild,
+ metadata.xml:
+ Straight out QA issues
11 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> pymmlib-1.0.0-r1.ebuild:
ppc stable wrt #321873, drop old.
diff --git a/sci-libs/pymmlib/metadata.xml b/sci-libs/pymmlib/metadata.xml
index 9ac9ffdb3a41..e42d0af60f42 100644
--- a/sci-libs/pymmlib/metadata.xml
+++ b/sci-libs/pymmlib/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
+ <herd>sci-chemistry</herd>
</pkgmetadata>
diff --git a/sci-libs/pymmlib/pymmlib-1.0.0-r1.ebuild b/sci-libs/pymmlib/pymmlib-1.0.0-r1.ebuild
index 2743a3af39a5..5019bddabd66 100644
--- a/sci-libs/pymmlib/pymmlib-1.0.0-r1.ebuild
+++ b/sci-libs/pymmlib/pymmlib-1.0.0-r1.ebuild
@@ -1,14 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-1.0.0-r1.ebuild,v 1.7 2011/04/11 10:02:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-1.0.0-r1.ebuild,v 1.8 2011/06/26 10:22:51 jlec Exp $
+
+EAPI=3
-EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils multilib
-DESCRIPTION="Toolkit and library of routines for the analysis and manipulation of macromolecular structural models"
+DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular structural models"
HOMEPAGE="http://pymmlib.sourceforge.net/"
SRC_URI="mirror://sourceforge/pymmlib/${P}.tar.gz"
@@ -18,14 +20,13 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="
- >=dev-python/numpy-0.9.8
+ dev-python/numpy
dev-python/pygtkglext
- virtual/glu
media-libs/freeglut
+ virtual/glu
virtual/opengl
x11-libs/libXmu"
DEPEND="${RDEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
python_convert_shebangs $(python_get_version -f) "${S}"/applications/* "${S}"/examples/*