public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/ccif/
@ 2012-01-08 15:22 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2012-01-08 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e77ead31775041db9b20364f9722fed59c0ed9a7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 18:00:39 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 18:00:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e77ead31

Add missing fortran support

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

---
 sci-libs/ccif/ChangeLog                |    3 +++
 sci-libs/ccif/ccif-0.3.20111209.ebuild |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/sci-libs/ccif/ChangeLog b/sci-libs/ccif/ChangeLog
index ca49bd5..259ffd2 100644
--- a/sci-libs/ccif/ChangeLog
+++ b/sci-libs/ccif/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Jan 2012; Justin Lecher <jlec@gentoo.org> ccif-0.3.20111209.ebuild:
+  Add missing fortran support
+
 *ccif-0.3.20111209 (04 Jan 2012)
 
   04 Jan 2012; Justin Lecher <jlec@gentoo.org> +ccif-0.3.20111209.ebuild,

diff --git a/sci-libs/ccif/ccif-0.3.20111209.ebuild b/sci-libs/ccif/ccif-0.3.20111209.ebuild
index a119311..48fea14 100644
--- a/sci-libs/ccif/ccif-0.3.20111209.ebuild
+++ b/sci-libs/ccif/ccif-0.3.20111209.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit autotools-utils
+inherit autotools-utils fortran-2
 
 DESCRIPTION="CCP4 ccif lib"
 HOMEPAGE="http://www.ccp4.ac.uk/"
@@ -15,4 +15,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-3"
 IUSE="static-libs"
 
+RDEPEND="virtual/fortran"
+DEPEND="${RDEPEND}"
+
 DOCS=(AUTHOS README)



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/ccif/
@ 2012-01-08 15:22 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2012-01-08 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a48371f82d5111389f29cbe6a98042376078aeaa
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 17:54:52 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 17:54:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a48371f8

Initial commit

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

---
 sci-libs/ccif/ChangeLog                |   10 ++++++++++
 sci-libs/ccif/ccif-0.3.20111209.ebuild |   18 ++++++++++++++++++
 sci-libs/ccif/metadata.xml             |    8 ++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/sci-libs/ccif/ChangeLog b/sci-libs/ccif/ChangeLog
new file mode 100644
index 0000000..ca49bd5
--- /dev/null
+++ b/sci-libs/ccif/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/ccif
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ccif-0.3.20111209 (04 Jan 2012)
+
+  04 Jan 2012; Justin Lecher <jlec@gentoo.org> +ccif-0.3.20111209.ebuild,
+  +metadata.xml:
+  Initial commit
+

diff --git a/sci-libs/ccif/ccif-0.3.20111209.ebuild b/sci-libs/ccif/ccif-0.3.20111209.ebuild
new file mode 100644
index 0000000..a119311
--- /dev/null
+++ b/sci-libs/ccif/ccif-0.3.20111209.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="CCP4 ccif lib"
+HOMEPAGE="http://www.ccp4.ac.uk/"
+SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="LGPL-3"
+IUSE="static-libs"
+
+DOCS=(AUTHOS README)

diff --git a/sci-libs/ccif/metadata.xml b/sci-libs/ccif/metadata.xml
new file mode 100644
index 0000000..210ad0d
--- /dev/null
+++ b/sci-libs/ccif/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>jlec@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/ccif/
@ 2012-01-25 10:58 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2012-01-25 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8025dee166e1c121a4f09d26f5a0c8187452a29f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 15:52:09 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 15:52:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8025dee1

Dropped DOCS as it is handled by default

(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)

---
 sci-libs/ccif/ChangeLog                |    3 +++
 sci-libs/ccif/ccif-0.3.20111209.ebuild |    2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ccif/ChangeLog b/sci-libs/ccif/ChangeLog
index 259ffd2..09ecdb0 100644
--- a/sci-libs/ccif/ChangeLog
+++ b/sci-libs/ccif/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jan 2012; Justin Lecher <jlec@gentoo.org> ccif-0.3.20111209.ebuild:
+  Dropped DOCS as it is handled by default
+
   04 Jan 2012; Justin Lecher <jlec@gentoo.org> ccif-0.3.20111209.ebuild:
   Add missing fortran support
 

diff --git a/sci-libs/ccif/ccif-0.3.20111209.ebuild b/sci-libs/ccif/ccif-0.3.20111209.ebuild
index 48fea14..d7cb98b 100644
--- a/sci-libs/ccif/ccif-0.3.20111209.ebuild
+++ b/sci-libs/ccif/ccif-0.3.20111209.ebuild
@@ -17,5 +17,3 @@ IUSE="static-libs"
 
 RDEPEND="virtual/fortran"
 DEPEND="${RDEPEND}"
-
-DOCS=(AUTHOS README)



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/ccif/
@ 2015-05-23 15:53 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-05-23 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     9e5fd292c1c383d779a862146c3dca48ceaf513a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat May 23 13:25:18 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May 23 13:25:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9e5fd292

sci-libs/ccif: Bump to EAPI=5

Package-Manager: portage-2.2.18

 sci-libs/ccif/ChangeLog                | 7 +++++--
 sci-libs/ccif/ccif-0.3.20111209.ebuild | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-libs/ccif/ChangeLog b/sci-libs/ccif/ChangeLog
index 09ecdb0..15efc4d 100644
--- a/sci-libs/ccif/ChangeLog
+++ b/sci-libs/ccif/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-libs/ccif
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 May 2015; Marius Brehler <marbre@linux.sungazer.de>
+  ccif-0.3.20111209.ebuild:
+  Bump to EAPI=5
+
   24 Jan 2012; Justin Lecher <jlec@gentoo.org> ccif-0.3.20111209.ebuild:
   Dropped DOCS as it is handled by default
 
@@ -13,4 +17,3 @@
   04 Jan 2012; Justin Lecher <jlec@gentoo.org> +ccif-0.3.20111209.ebuild,
   +metadata.xml:
   Initial commit
-

diff --git a/sci-libs/ccif/ccif-0.3.20111209.ebuild b/sci-libs/ccif/ccif-0.3.20111209.ebuild
index 792067e..b4e066a 100644
--- a/sci-libs/ccif/ccif-0.3.20111209.ebuild
+++ b/sci-libs/ccif/ccif-0.3.20111209.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit autotools-utils fortran-2
 


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/ccif/
@ 2021-01-13 21:06 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-01-13 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6977d95754be6cafc0eff5e9cdc49fbead057668
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 13 20:47:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 20:48:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6977d957

sci-libs/ccif: use https homepage

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

 sci-libs/ccif/ccif-0.3.20111209.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ccif/ccif-0.3.20111209.ebuild b/sci-libs/ccif/ccif-0.3.20111209.ebuild
index a9263b99d..caeaffd49 100644
--- a/sci-libs/ccif/ccif-0.3.20111209.ebuild
+++ b/sci-libs/ccif/ccif-0.3.20111209.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools-utils fortran-2
 
 DESCRIPTION="CCP4 ccif lib"
-HOMEPAGE="http://www.ccp4.ac.uk/"
+HOMEPAGE="https://www.ccp4.ac.uk/"
 SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
 
 SLOT="0"


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/ccif/
@ 2021-01-18 10:45 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-01-18 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e8cddacca57f4a1f1512fd0dd42f54f7752e488b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 18 10:45:20 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jan 18 10:45:20 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8cddacc

sci-libs/ccif: version bump 0.4, fix fetch

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../ccif/{ccif-0.3.20111209.ebuild => ccif-0.4.20120917.ebuild}    | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-libs/ccif/ccif-0.3.20111209.ebuild b/sci-libs/ccif/ccif-0.4.20120917.ebuild
similarity index 71%
rename from sci-libs/ccif/ccif-0.3.20111209.ebuild
rename to sci-libs/ccif/ccif-0.4.20120917.ebuild
index caeaffd49..d1a97a90a 100644
--- a/sci-libs/ccif/ccif-0.3.20111209.ebuild
+++ b/sci-libs/ccif/ccif-0.4.20120917.ebuild
@@ -1,18 +1,17 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools-utils fortran-2
+inherit fortran-2
 
 DESCRIPTION="CCP4 ccif lib"
 HOMEPAGE="https://www.ccp4.ac.uk/"
-SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
+SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.bz2"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-3"
-IUSE="static-libs"
 
 RDEPEND="virtual/fortran"
 DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2021-01-18 10:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23 15:53 [gentoo-commits] proj/sci:master commit in: sci-libs/ccif/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-01-18 10:45 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2012-01-25 10:58 Justin Lecher
2012-01-08 15:22 Justin Lecher
2012-01-08 15:22 Justin Lecher

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