* [gentoo-commits] proj/sci:master commit in: sci-chemistry/simpson/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 60a4d88400d93b3302b71507f2809a72d240859c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 13:08:07 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 13:08:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=60a4d884
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-chemistry/simpson/simpson-3.0.1.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sci-chemistry/simpson/simpson-3.0.1.ebuild b/sci-chemistry/simpson/simpson-3.0.1.ebuild
index 16c6ee8..86a5171 100644
--- a/sci-chemistry/simpson/simpson-3.0.1.ebuild
+++ b/sci-chemistry/simpson/simpson-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.bionmr.chem.au.dk/download/${PN}/3.0/${PN}-source-${PV}.tgz"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
LICENSE="GPL-2"
-IUSE="threads gtk tk"
+IUSE="gtk threads tk"
RDEPEND="
dev-libs/libf2c
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/simpson/
@ 2011-06-25 17:22 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-25 17:22 UTC (permalink / raw
To: gentoo-commits
commit: a22421535a467cda115c6d8c2c180d72ec7e3aff
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 15:44:46 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 15:44:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a2242153
Cleaned ebuild
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-chemistry/simpson/ChangeLog | 6 +++++-
sci-chemistry/simpson/metadata.xml | 14 +++++++-------
sci-chemistry/simpson/simpson-3.0.1.ebuild | 11 +++++------
3 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/sci-chemistry/simpson/ChangeLog b/sci-chemistry/simpson/ChangeLog
index 419cb68..a189705 100644
--- a/sci-chemistry/simpson/ChangeLog
+++ b/sci-chemistry/simpson/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/simpson
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> simpson-3.0.1.ebuild,
+ metadata.xml:
+ Cleaned ebuild
+
*simpson-3.0.1 (11 Aug 2010)
11 Aug 2010; Justin Lecher <jlec@gentoo.org> -files/2.0.0-gentoo.patch,
diff --git a/sci-chemistry/simpson/metadata.xml b/sci-chemistry/simpson/metadata.xml
index 46a44e5..1153584 100644
--- a/sci-chemistry/simpson/metadata.xml
+++ b/sci-chemistry/simpson/metadata.xml
@@ -16,13 +16,13 @@ Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>@gentoo.org</email>
-<!-- <description>Description of the maintainership</description> -->
-</maintainer>
-<!-- <longdescription>Long description of the package</longdescription> -->
-<!--
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>@gentoo.org</email>
+ <!-- <description>Description of the maintainership</description> -->
+ </maintainer>
+ <!-- <longdescription>Long description of the package</longdescription> -->
+ <!--
<use>
<flag name='flag'>Description of how USE='flag' affects this package</flag>
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
diff --git a/sci-chemistry/simpson/simpson-3.0.1.ebuild b/sci-chemistry/simpson/simpson-3.0.1.ebuild
index 86a5171..3a7f745 100644
--- a/sci-chemistry/simpson/simpson-3.0.1.ebuild
+++ b/sci-chemistry/simpson/simpson-3.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=4
-inherit autotools eutils prefix
+inherit eutils prefix
DESCRIPTION="General-purpose software package for simulation virtually all kinds of solid-state NMR experiments"
HOMEPAGE="http://bionmr.chem.au.dk/bionmr/software/index.php"
@@ -35,10 +35,9 @@ src_prepare() {
src_compile() {
emake \
CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- || die
+ CFLAGS="${CFLAGS}"
}
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/simpson/
@ 2011-10-25 17:16 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 0caa5217203a0cc1f3473236b1ab0b19efe28c44
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:08:56 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:08:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0caa5217
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
sci-chemistry/simpson/ChangeLog | 3 +++
sci-chemistry/simpson/metadata.xml | 1 -
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/sci-chemistry/simpson/ChangeLog b/sci-chemistry/simpson/ChangeLog
index a189705..cc55b16 100644
--- a/sci-chemistry/simpson/ChangeLog
+++ b/sci-chemistry/simpson/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
25 Jun 2011; Justin Lecher <jlec@gentoo.org> simpson-3.0.1.ebuild,
metadata.xml:
Cleaned ebuild
diff --git a/sci-chemistry/simpson/metadata.xml b/sci-chemistry/simpson/metadata.xml
index 1153584..d8351ea 100644
--- a/sci-chemistry/simpson/metadata.xml
+++ b/sci-chemistry/simpson/metadata.xml
@@ -16,7 +16,6 @@ Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/simpson/
@ 2012-03-12 7:10 Kacper Kowalik
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik @ 2012-03-12 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 5216bb5574ac849c268bbb081c38bc46490828df
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 07:10:36 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 07:10:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5216bb55
[sci-chemistry/simpson] fix metadata.xml wrt bug 407877 by Patrick Lauer <patrick <AT> getnoo.org>
---
sci-chemistry/simpson/metadata.xml | 30 +-----------------------------
1 files changed, 1 insertions(+), 29 deletions(-)
diff --git a/sci-chemistry/simpson/metadata.xml b/sci-chemistry/simpson/metadata.xml
index d8351ea..d369d06 100644
--- a/sci-chemistry/simpson/metadata.xml
+++ b/sci-chemistry/simpson/metadata.xml
@@ -1,33 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!--
-$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
-
-This is the example metadata file.
-The root element of this file is <pkgmetadata>. Within this element a
-number of subelements are allowed: herd, maintainer, and
-longdescription. herd is a required subelement.
-
-For a full description look at:
-http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
-
-
-Before committing, please remove the comments from this file. They are
-not relevant for general metadata.xml files.
--->
<pkgmetadata>
- <maintainer>
- <email>@gentoo.org</email>
- <!-- <description>Description of the maintainership</description> -->
- </maintainer>
- <!-- <longdescription>Long description of the package</longdescription> -->
- <!--
-<use>
- <flag name='flag'>Description of how USE='flag' affects this package</flag>
- <flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
- package</flag>
- <flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
- Requires an installed dictionary from <cat>app-dicts</cat></flag>
-</use>
--->
+ <herd>sci</herd>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/simpson/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 061a9ef44b3dff4a067f8c20a7314047182f0e6c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 11:48:46 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 11:48:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=061a9ef4
sci-chemistry/simpson: Add missing dep on virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha163
---
sci-chemistry/simpson/ChangeLog | 6 +++++-
sci-chemistry/simpson/metadata.xml | 2 +-
sci-chemistry/simpson/simpson-3.0.1.ebuild | 5 +++--
sci-chemistry/simpson/simpson-3.1.0.ebuild | 5 +++--
sci-chemistry/simpson/simpson-3.1.2.ebuild | 5 +++--
5 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/sci-chemistry/simpson/ChangeLog b/sci-chemistry/simpson/ChangeLog
index 2032a1f..cbbfccd 100644
--- a/sci-chemistry/simpson/ChangeLog
+++ b/sci-chemistry/simpson/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/simpson
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Feb 2013; Justin Lecher <jlec@gentoo.org> simpson-3.0.1.ebuild,
+ simpson-3.1.0.ebuild, simpson-3.1.2.ebuild, metadata.xml:
+ Add missing dep on virtual/pkgconfig
+
15 Nov 2012; Justin Lecher <jlec@gentoo.org> files/3.1.0-gentoo.patch:
Fix underlinking
diff --git a/sci-chemistry/simpson/metadata.xml b/sci-chemistry/simpson/metadata.xml
index d369d06..897aa2e 100644
--- a/sci-chemistry/simpson/metadata.xml
+++ b/sci-chemistry/simpson/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</herd>
+ <herd>sci</herd>
</pkgmetadata>
diff --git a/sci-chemistry/simpson/simpson-3.0.1.ebuild b/sci-chemistry/simpson/simpson-3.0.1.ebuild
index b2d5a0e..6b0911a 100644
--- a/sci-chemistry/simpson/simpson-3.0.1.ebuild
+++ b/sci-chemistry/simpson/simpson-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -22,7 +22,8 @@ RDEPEND="
virtual/lapack
gtk? ( x11-libs/gtk+:1 )
tk? ( dev-lang/tk )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
S="${WORKDIR}"/${PN}-source-${PV}
diff --git a/sci-chemistry/simpson/simpson-3.1.0.ebuild b/sci-chemistry/simpson/simpson-3.1.0.ebuild
index b46c559..5f73f9e 100644
--- a/sci-chemistry/simpson/simpson-3.1.0.ebuild
+++ b/sci-chemistry/simpson/simpson-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -22,7 +22,8 @@ RDEPEND="
virtual/lapack
gtk? ( x11-libs/gtk+:1 )
tk? ( dev-lang/tk )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
S="${WORKDIR}"/${PN}-source-${PV}
diff --git a/sci-chemistry/simpson/simpson-3.1.2.ebuild b/sci-chemistry/simpson/simpson-3.1.2.ebuild
index b46c559..5f73f9e 100644
--- a/sci-chemistry/simpson/simpson-3.1.2.ebuild
+++ b/sci-chemistry/simpson/simpson-3.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -22,7 +22,8 @@ RDEPEND="
virtual/lapack
gtk? ( x11-libs/gtk+:1 )
tk? ( dev-lang/tk )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
S="${WORKDIR}"/${PN}-source-${PV}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-22 15:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: sci-chemistry/simpson/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2011-06-25 17:22 Justin Lecher
2011-10-25 17:16 Justin Lecher
2012-03-12 7:10 Kacper Kowalik
2013-02-22 15:46 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox