public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/elmer-meta/
@ 2013-12-03 14:53 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-12-03 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     500b903f2a794f903793f3a9e0209a1597a8bf80
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 13:27:15 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 13:27:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=500b903f

sci-misc/elmer-meta: Bump EAPI; fix DESCRIPTION; drop keywords from live ebuild

Package-Manager: portage-2.2.7
RepoMan-Options: --force

---
 sci-misc/elmer-meta/ChangeLog                   | 10 +++++++++
 sci-misc/elmer-meta/elmer-meta-5.4.1-r1.ebuild  | 23 ---------------------
 sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild | 26 ++++++++++++++++++++++++
 sci-misc/elmer-meta/elmer-meta-9999.ebuild      | 27 ++++++++++++++-----------
 sci-misc/elmer-meta/metadata.xml                |  5 +++++
 5 files changed, 56 insertions(+), 35 deletions(-)

diff --git a/sci-misc/elmer-meta/ChangeLog b/sci-misc/elmer-meta/ChangeLog
new file mode 100644
index 0000000..9af4cad
--- /dev/null
+++ b/sci-misc/elmer-meta/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-misc/elmer-meta
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*elmer-meta-6.0_p4651 (03 Dec 2013)
+
+  03 Dec 2013; Justin Lecher <jlec@gentoo.org> -elmer-meta-5.4.1-r1.ebuild,
+  +elmer-meta-6.0_p4651.ebuild, elmer-meta-9999.ebuild, +metadata.xml:
+  Bump EAPI; fix DESCRIPTION; drop keywords from live ebuild
+

diff --git a/sci-misc/elmer-meta/elmer-meta-5.4.1-r1.ebuild b/sci-misc/elmer-meta/elmer-meta-5.4.1-r1.ebuild
deleted file mode 100644
index d2142ca..0000000
--- a/sci-misc/elmer-meta/elmer-meta-5.4.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="=sci-libs/matc-5.4.1*
-	=sci-misc/elmer-elmergrid-5.4.1*
-	=sci-misc/elmer-meshgen2d-5.4.1*
-	=sci-libs/elmer-eio-5.4.1*
-	=sci-libs/elmer-hutiter-5.4.1*
-	=sci-misc/elmer-fem-5.4.1*
-	=sci-misc/elmer-post-5.4.1*
-	=sci-misc/elmer-front-5.4.1*"
-
-pkg_postinst() {
-	einfo "Elmer ebuilds may need further development. Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=221013"
-}

diff --git a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
new file mode 100644
index 0000000..7eb1168
--- /dev/null
+++ b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	~sci-libs/matc-${PV}
+	~sci-misc/elmer-elmergrid-${PV}
+	~sci-misc/elmer-meshgen2d-${PV}
+	~sci-libs/elmer-eio-${PV}
+	~sci-libs/elmer-hutiter-${PV}
+	~sci-misc/elmer-fem-${PV}
+	~sci-misc/elmer-post-${PV}
+	~sci-misc/elmer-front-${PV}"
+
+pkg_postinst() {
+	einfo "Elmer ebuilds may need further development."
+	einfo "Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=221013"
+}

diff --git a/sci-misc/elmer-meta/elmer-meta-9999.ebuild b/sci-misc/elmer-meta/elmer-meta-9999.ebuild
index 4ef5f65..a853bd8 100644
--- a/sci-misc/elmer-meta/elmer-meta-9999.ebuild
+++ b/sci-misc/elmer-meta/elmer-meta-9999.ebuild
@@ -1,23 +1,26 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit eutils
+EAPI=5
 
 DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS=""
+IUSE=""
 
-DEPEND="=sci-libs/matc-9999*
-	=sci-misc/elmer-elmergrid-9999*
-	=sci-misc/elmer-meshgen2d-9999*
-	=sci-libs/elmer-eio-9999*
-	=sci-libs/elmer-hutiter-9999*
-	=sci-misc/elmer-fem-9999*
-	=sci-misc/elmer-post-9999*
-	=sci-misc/elmer-gui-9999*"
+DEPEND="
+	~sci-libs/matc-${PV}
+	~sci-misc/elmer-elmergrid-${PV}
+	~sci-misc/elmer-meshgen2d-${PV}
+	~sci-libs/elmer-eio-${PV}
+	~sci-libs/elmer-hutiter-${PV}
+	~sci-misc/elmer-fem-${PV}
+	~sci-misc/elmer-post-${PV}
+	~sci-misc/elmer-front-${PV}"
 
 pkg_postinst() {
-	einfo "Elmer ebuilds may need further development. Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=221013"
+	einfo "Elmer ebuilds may need further development."
+	einfo "Please inform any problems or improvements in http://bugs.gentoo.org/show_bug.cgi?id=221013"
 }

diff --git a/sci-misc/elmer-meta/metadata.xml b/sci-misc/elmer-meta/metadata.xml
new file mode 100644
index 0000000..897aa2e
--- /dev/null
+++ b/sci-misc/elmer-meta/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/elmer-meta/
@ 2014-01-06 19:57 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-01-06 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3876ec06d17148e6820802f67b117b16427069ed
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 19:36:39 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 19:36:39 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3876ec06

sci-misc/elmer-meta: Fix missing HOMEPAGE

Package-Manager: portage-2.2.8

---
 sci-misc/elmer-meta/ChangeLog                   | 6 +++++-
 sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild | 5 +++--
 sci-misc/elmer-meta/elmer-meta-9999.ebuild      | 5 +++--
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/sci-misc/elmer-meta/ChangeLog b/sci-misc/elmer-meta/ChangeLog
index 9af4cad..31277ee 100644
--- a/sci-misc/elmer-meta/ChangeLog
+++ b/sci-misc/elmer-meta/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-misc/elmer-meta
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> elmer-meta-6.0_p4651.ebuild,
+  elmer-meta-9999.ebuild:
+  Fix missing HOMEPAGE
+
 *elmer-meta-6.0_p4651 (03 Dec 2013)
 
   03 Dec 2013; Justin Lecher <jlec@gentoo.org> -elmer-meta-5.4.1-r1.ebuild,

diff --git a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
index 7eb1168..8381952 100644
--- a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
+++ b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools"
+DESCRIPTION="Collection of finite element programs, libraries, and visualization tools"
+HOMEPAGE="http://www.csc.fi/english/pages/elmer"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/sci-misc/elmer-meta/elmer-meta-9999.ebuild b/sci-misc/elmer-meta/elmer-meta-9999.ebuild
index a853bd8..f9109ea 100644
--- a/sci-misc/elmer-meta/elmer-meta-9999.ebuild
+++ b/sci-misc/elmer-meta/elmer-meta-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-DESCRIPTION="Elmer is a collection of finite element programs, libraries, and visualization tools"
+DESCRIPTION="Collection of finite element programs, libraries, and visualization tools"
+HOMEPAGE="http://www.csc.fi/english/pages/elmer"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/elmer-meta/
@ 2017-03-26 14:45 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2017-03-26 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     33a7c2222929ba330d61ca51416374e8b083a3aa
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 14:45:38 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 14:45:38 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=33a7c222

sci-misc/elmer-meta: Fix missing empty line after header

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild | 5 +++--
 sci-misc/elmer-meta/elmer-meta-9999.ebuild      | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
index 0fb2ea5ff..c4c866374 100644
--- a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
+++ b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-EAPI=5
+
+EAPI=6
 
 DESCRIPTION="Collection of finite element programs, libraries, and visualization tools"
 HOMEPAGE="http://www.csc.fi/english/pages/elmer"

diff --git a/sci-misc/elmer-meta/elmer-meta-9999.ebuild b/sci-misc/elmer-meta/elmer-meta-9999.ebuild
index a52b46b90..9bd892a40 100644
--- a/sci-misc/elmer-meta/elmer-meta-9999.ebuild
+++ b/sci-misc/elmer-meta/elmer-meta-9999.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-EAPI=5
+
+EAPI=6
 
 DESCRIPTION="Collection of finite element programs, libraries, and visualization tools"
 HOMEPAGE="http://www.csc.fi/english/pages/elmer"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/elmer-meta/
@ 2021-01-30 14:30 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     02b47559d95a45e8b2f85a381a993a1b055ea3db
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 14:29:46 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 14:29:46 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=02b47559

sci-misc/elmer-meta: remove obsolete meta pack

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild | 27 -------------------------
 sci-misc/elmer-meta/elmer-meta-9999.ebuild      | 27 -------------------------
 sci-misc/elmer-meta/metadata.xml                |  8 --------
 3 files changed, 62 deletions(-)

diff --git a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild b/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
deleted file mode 100644
index 2c066473a..000000000
--- a/sci-misc/elmer-meta/elmer-meta-6.0_p4651.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Collection of finite element programs, libraries, and visualization tools"
-HOMEPAGE="https://www.csc.fi/web/elmer"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	~sci-misc/elmer-fem-${PV}
-	~sci-misc/elmer-elmergrid-${PV}
-	~sci-misc/elmer-meshgen2d-${PV}
-	~sci-libs/elmer-eio-${PV}
-	~sci-libs/elmer-hutiter-${PV}
-	~sci-misc/elmer-fem-${PV}
-	~sci-misc/elmer-post-${PV}
-	~sci-misc/elmer-front-${PV}"
-
-pkg_postinst() {
-	einfo "Elmer ebuilds may need further development."
-	einfo "Please inform any problems or improvements in https://bugs.gentoo.org/show_bug.cgi?id=221013"
-}

diff --git a/sci-misc/elmer-meta/elmer-meta-9999.ebuild b/sci-misc/elmer-meta/elmer-meta-9999.ebuild
deleted file mode 100644
index 428c01c63..000000000
--- a/sci-misc/elmer-meta/elmer-meta-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Collection of finite element programs, libraries, and visualization tools"
-HOMEPAGE="https://www.csc.fi/web/elmer"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	~sci-misc/elmer-fem-${PV}
-	~sci-misc/elmer-elmergrid-${PV}
-	~sci-misc/elmer-meshgen2d-${PV}
-	~sci-libs/elmer-eio-${PV}
-	~sci-libs/elmer-hutiter-${PV}
-	~sci-misc/elmer-fem-${PV}
-	~sci-misc/elmer-post-${PV}
-	~sci-misc/elmer-front-${PV}"
-
-pkg_postinst() {
-	einfo "Elmer ebuilds may need further development."
-	einfo "Please inform any problems or improvements in https://bugs.gentoo.org/show_bug.cgi?id=221013"
-}

diff --git a/sci-misc/elmer-meta/metadata.xml b/sci-misc/elmer-meta/metadata.xml
deleted file mode 100644
index ae9640ffb..000000000
--- a/sci-misc/elmer-meta/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-30 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-26 14:45 [gentoo-commits] proj/sci:master commit in: sci-misc/elmer-meta/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-01-30 14:30 Andrew Ammerlaan
2014-01-06 19:57 Justin Lecher
2013-12-03 14:53 Justin Lecher

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