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

commit:     7dca3646bb6a371af960280e29ac24c1465f5465
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 13 17:52:48 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 13 17:52:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7dca3646

ucsf-tools

---
 sci-chemistry/ucsf-tools/metadata.xml           |   34 +++++++++++++++++++++++
 sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild |   32 +++++++++++++++++++++
 2 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/ucsf-tools/metadata.xml b/sci-chemistry/ucsf-tools/metadata.xml
new file mode 100644
index 0000000..d31449d
--- /dev/null
+++ b/sci-chemistry/ucsf-tools/metadata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!-- 
+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>
+<herd>sci</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
+	  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>
+-->
+</pkgmetadata>

diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
new file mode 100644
index 0000000..c646ada
--- /dev/null
+++ b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+AUTOTOOLS_AUTORECONF=y
+
+inherit autotools-utils
+
+DESCRIPTION="The USF program suite"
+HOMEPAGE="http://xray.bmc.uu.se/usf/"
+SRC_URI="
+	http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> ${P}.tar.gz
+	http://dev.gentoo.org/~jlec/distfiles/mark-20110912.tgz"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+"
+
+S="${WORKDIR}"/usf_export
+
+src_unpack() {
+	unpack ${P}.tar.gz
+	cd "${S}"
+	unpack mark-20110912.tgz
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/
@ 2013-05-06  8:26 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-05-06  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     76b3668576d28d8ec1211eba48d6aa3ee0399778
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 05:59:28 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 05:59:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=76b36685

sci-chemistry/ucsf-tools: Fix metadata, #466774; bump EAPI; set restricter license

Package-Manager: portage-2.2.0_alpha173

---
 sci-chemistry/ucsf-tools/ChangeLog              |    8 ++++++
 sci-chemistry/ucsf-tools/metadata.xml           |   31 +----------------------
 sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild |    6 ++--
 3 files changed, 12 insertions(+), 33 deletions(-)

diff --git a/sci-chemistry/ucsf-tools/ChangeLog b/sci-chemistry/ucsf-tools/ChangeLog
new file mode 100644
index 0000000..758f3fd
--- /dev/null
+++ b/sci-chemistry/ucsf-tools/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-chemistry/ucsf-tools
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  23 Apr 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild,
+  metadata.xml:
+  Fix metadata, #466774; bump EAPI; set restricter license
+

diff --git a/sci-chemistry/ucsf-tools/metadata.xml b/sci-chemistry/ucsf-tools/metadata.xml
index d31449d..897aa2e 100644
--- a/sci-chemistry/ucsf-tools/metadata.xml
+++ b/sci-chemistry/ucsf-tools/metadata.xml
@@ -1,34 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!-- 
-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>
-<herd>sci</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
-	  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>

diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
index c646ada..bacdbce 100644
--- a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
+++ b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 AUTOTOOLS_AUTORECONF=y
 
@@ -15,7 +15,7 @@ SRC_URI="
 	http://dev.gentoo.org/~jlec/distfiles/mark-20110912.tgz"
 
 SLOT="0"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/
@ 2013-06-26 14:45 Justin Lecher
  2013-06-26 14:55 ` Justin Lecher
  0 siblings, 1 reply; 6+ messages in thread
From: Justin Lecher @ 2013-06-26 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3345fcfb49608b0150324ef0d82579c8198c3257
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 14:43:56 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 14:44:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3345fcfb

sci-chemistry/ucsf-tools: Fix compilation with latest gcc

Package-Manager: portage-2.2.0_alpha184

---
 sci-chemistry/ucsf-tools/ChangeLog              |  3 +++
 sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/ucsf-tools/ChangeLog b/sci-chemistry/ucsf-tools/ChangeLog
index 758f3fd..397511d3 100644
--- a/sci-chemistry/ucsf-tools/ChangeLog
+++ b/sci-chemistry/ucsf-tools/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jun 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild:
+  Fix compilation with latest gcc
+
   23 Apr 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild,
   metadata.xml:
   Fix metadata, #466774; bump EAPI; set restricter license

diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
index bacdbce..127745d 100644
--- a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
+++ b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=y
 
-inherit autotools-utils
+inherit autotools-utils flag-o-matic
 
 DESCRIPTION="The USF program suite"
 HOMEPAGE="http://xray.bmc.uu.se/usf/"
@@ -30,3 +30,14 @@ src_unpack() {
 	cd "${S}"
 	unpack mark-20110912.tgz
 }
+
+src_prepare() {
+	local src
+	append-fflags -ffixed-line-length-132
+	for src in \
+		ave coma comap comdem dataman essens imp lsqman mama mapfix \
+		mapman mave ncs6d o2d prof solex spancsi; do
+			mv ${src}/${src}.{f,F} || die
+	done
+	autotools-utils_src_prepare
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/
@ 2013-06-26 14:53 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-06-26 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     023c61c43cb77c9b5446c065ad27196f39ba63f9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 14:43:56 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 14:49:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=023c61c4

sci-chemistry/ucsf-tools: Fix compilation with latest gcc

Package-Manager: portage-2.2.0_alpha184

---
 sci-chemistry/ucsf-tools/ChangeLog              |  3 +++
 sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/ucsf-tools/ChangeLog b/sci-chemistry/ucsf-tools/ChangeLog
index 758f3fd..397511d3 100644
--- a/sci-chemistry/ucsf-tools/ChangeLog
+++ b/sci-chemistry/ucsf-tools/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jun 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild:
+  Fix compilation with latest gcc
+
   23 Apr 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild,
   metadata.xml:
   Fix metadata, #466774; bump EAPI; set restricter license

diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
index bacdbce..127745d 100644
--- a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
+++ b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=y
 
-inherit autotools-utils
+inherit autotools-utils flag-o-matic
 
 DESCRIPTION="The USF program suite"
 HOMEPAGE="http://xray.bmc.uu.se/usf/"
@@ -30,3 +30,14 @@ src_unpack() {
 	cd "${S}"
 	unpack mark-20110912.tgz
 }
+
+src_prepare() {
+	local src
+	append-fflags -ffixed-line-length-132
+	for src in \
+		ave coma comap comdem dataman essens imp lsqman mama mapfix \
+		mapman mave ncs6d o2d prof solex spancsi; do
+			mv ${src}/${src}.{f,F} || die
+	done
+	autotools-utils_src_prepare
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/
  2013-06-26 14:45 Justin Lecher
@ 2013-06-26 14:55 ` Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-06-26 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3345fcfb49608b0150324ef0d82579c8198c3257
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 14:43:56 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 14:44:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3345fcfb

sci-chemistry/ucsf-tools: Fix compilation with latest gcc

Package-Manager: portage-2.2.0_alpha184

---
 sci-chemistry/ucsf-tools/ChangeLog              |  3 +++
 sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/ucsf-tools/ChangeLog b/sci-chemistry/ucsf-tools/ChangeLog
index 758f3fd..397511d3 100644
--- a/sci-chemistry/ucsf-tools/ChangeLog
+++ b/sci-chemistry/ucsf-tools/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jun 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild:
+  Fix compilation with latest gcc
+
   23 Apr 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild,
   metadata.xml:
   Fix metadata, #466774; bump EAPI; set restricter license

diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
index bacdbce..127745d 100644
--- a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
+++ b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=y
 
-inherit autotools-utils
+inherit autotools-utils flag-o-matic
 
 DESCRIPTION="The USF program suite"
 HOMEPAGE="http://xray.bmc.uu.se/usf/"
@@ -30,3 +30,14 @@ src_unpack() {
 	cd "${S}"
 	unpack mark-20110912.tgz
 }
+
+src_prepare() {
+	local src
+	append-fflags -ffixed-line-length-132
+	for src in \
+		ave coma comap comdem dataman essens imp lsqman mama mapfix \
+		mapman mave ncs6d o2d prof solex spancsi; do
+			mv ${src}/${src}.{f,F} || die
+	done
+	autotools-utils_src_prepare
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/
@ 2014-03-08  9:37 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2014-03-08  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     022adad59dd30a30c9ee7072add2513f51aab970
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 09:42:34 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 09:42:34 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=022adad5

superseeded by usf-tools

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 sci-chemistry/ucsf-tools/ChangeLog              | 11 -------
 sci-chemistry/ucsf-tools/metadata.xml           |  5 ---
 sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild | 43 -------------------------
 3 files changed, 59 deletions(-)

diff --git a/sci-chemistry/ucsf-tools/ChangeLog b/sci-chemistry/ucsf-tools/ChangeLog
deleted file mode 100644
index 397511d3..0000000
--- a/sci-chemistry/ucsf-tools/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for sci-chemistry/ucsf-tools
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  26 Jun 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild:
-  Fix compilation with latest gcc
-
-  23 Apr 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild,
-  metadata.xml:
-  Fix metadata, #466774; bump EAPI; set restricter license
-

diff --git a/sci-chemistry/ucsf-tools/metadata.xml b/sci-chemistry/ucsf-tools/metadata.xml
deleted file mode 100644
index 51fdeda..0000000
--- a/sci-chemistry/ucsf-tools/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>sci-chemistry</herd>
-</pkgmetadata>

diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
deleted file mode 100644
index cb8ac2d..0000000
--- a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=y
-
-inherit autotools-utils flag-o-matic
-
-DESCRIPTION="The USF program suite"
-HOMEPAGE="http://xray.bmc.uu.se/usf/"
-SRC_URI="
-	http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> ${P}.tar.gz
-	http://dev.gentoo.org/~jlec/distfiles/mark-20110912.tgz"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-"
-
-S="${WORKDIR}"/usf_export
-
-src_unpack() {
-	unpack ${P}.tar.gz
-	cd "${S}"
-	unpack mark-20110912.tgz
-}
-
-src_prepare() {
-	local src
-	append-fflags -ffixed-line-length-132
-	for src in \
-		ave coma comap comdem dataman essens imp lsqman mama mapfix \
-		mapman mave ncs6d o2d prof solex spancsi; do
-			mv ${src}/${src}.{f,F} || die
-	done
-	autotools-utils_src_prepare
-}


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

end of thread, other threads:[~2014-03-08  9:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06  8:26 [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2014-03-08  9:37 Justin Lecher
2013-06-26 14:53 Justin Lecher
2013-06-26 14:45 Justin Lecher
2013-06-26 14:55 ` Justin Lecher
2012-08-13 20: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