public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/usf-tools/
@ 2011-09-11  8:16 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-09-11  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     54655ec8c45f8f1afcf4be904741cca3828886b4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 08:15:57 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 08:15:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=54655ec8

Version bump with new buildsystem

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

---
 sci-chemistry/usf-tools/ChangeLog          |    6 +++
 sci-chemistry/usf-tools/usf-tools-1.ebuild |   66 ----------------------------
 sci-chemistry/usf-tools/usf-tools-2.ebuild |   27 +++++++++++
 3 files changed, 33 insertions(+), 66 deletions(-)

diff --git a/sci-chemistry/usf-tools/ChangeLog b/sci-chemistry/usf-tools/ChangeLog
index 920b317..640b347 100644
--- a/sci-chemistry/usf-tools/ChangeLog
+++ b/sci-chemistry/usf-tools/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*usf-tools-2 (11 Sep 2011)
+
+  11 Sep 2011; Justin Lecher <jlec@gentoo.org> -usf-tools-1.ebuild,
+  +usf-tools-2.ebuild:
+  Version bump with new buildsystem
+
 *usf-tools-1 (04 Sep 2011)
 
   04 Sep 2011; Justin Lecher <jlec@gentoo.org> +usf-tools-1.ebuild,

diff --git a/sci-chemistry/usf-tools/usf-tools-1.ebuild b/sci-chemistry/usf-tools/usf-tools-1.ebuild
deleted file mode 100644
index 73a2fb6..0000000
--- a/sci-chemistry/usf-tools/usf-tools-1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit eutils fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="The USF program suite"
-HOMEPAGE="http://xray.bmc.uu.se/markh/usf"
-SRC_URI="http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="as-is"
-IUSE=""
-
-RDEPEND="
-	sci-libs/ccp4-libs
-	sci-libs/mmdb"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/usf_export
-
-src_prepare() {
-	local i j suffix
-	epatch "${FILESDIR}"/${P}-build.patch
-	ebegin "Fixing buildsystem"
-
-	find ccp4libs* lib usf_osx_bin -delete
-	for i in *; do
-		if [[ -d ${i} && ${i} != gklib && ${i} != bin ]]; then
-			pushd ${i} > /dev/null
-				sed \
-					-e 's:maxdim.incl:../maxdim.incl:g' \
-					-e 's:../../maxdim.incl:../maxdim.incl:g' \
-					-i * || die
-				sed \
-					-e "s:PROGRAMNAME:${i}:g" \
-					-e "/^fc/s:^.*$:fc = ${FC} -DLINUX:g" \
-					-e "/^opt/s:^.*$:opt = ${FFLAGS} -u -ffixed-line-length-132 -I..:g" \
-					-e "/^link/s:^.*$:link = ${LDFLAGS}:g" \
-					../Makefile_linux_template > Makefile || die
-
-#			for suffix in subs gen; do
-			for suffix in subs; do
-				if [[ -f ${i}_${suffix}.f ]]; then
-						sed "/^SUBS/s:$: ${i}_${suffix}.o:g " -i Makefile || die
-				fi
-			done
-			popd > /dev/null
-		fi
-	done
-
-	tc-export CC
-
-	cp "${FILESDIR}"/Makefile_gklib gklib/Makefile || die
-	cp "${FILESDIR}"/Makefile . || die
-
-	eend
-}
-
-src_install() {
-	dobin bin/*
-	dolib.so gklib/*so*
-}

diff --git a/sci-chemistry/usf-tools/usf-tools-2.ebuild b/sci-chemistry/usf-tools/usf-tools-2.ebuild
new file mode 100644
index 0000000..8389e7d
--- /dev/null
+++ b/sci-chemistry/usf-tools/usf-tools-2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools fortran-2
+
+DESCRIPTION="The USF program suite"
+HOMEPAGE="http://xray.bmc.uu.se/markh/usf"
+SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="as-is"
+IUSE=""
+
+RDEPEND="
+	sci-libs/ccp4-libs
+	sci-libs/mmdb"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/
+
+src_prepare() {
+	eautoreconf
+}



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/usf-tools/
@ 2013-03-21  6:54 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2013-03-21  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4d3de0eccc20342c82f0ecbe895771222fccc634
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 12:08:57 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 12:08:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4d3de0ec

sci-chemistry/usf-tools: Drop myself as maintainer

Package-Manager: portage-2.2.0_alpha166

---
 sci-chemistry/usf-tools/ChangeLog    |    5 ++++-
 sci-chemistry/usf-tools/metadata.xml |    5 +----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/usf-tools/ChangeLog b/sci-chemistry/usf-tools/ChangeLog
index 072e08c..20d8028 100644
--- a/sci-chemistry/usf-tools/ChangeLog
+++ b/sci-chemistry/usf-tools/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/usf-tools
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Mar 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Drop myself as maintainer
+
 *usf-tools-9999 (13 Aug 2012)
 
   13 Aug 2012; Justin Lecher <jlec@gentoo.org> -files/usf-tools-1-build.patch,

diff --git a/sci-chemistry/usf-tools/metadata.xml b/sci-chemistry/usf-tools/metadata.xml
index 1837bbc..51fdeda 100644
--- a/sci-chemistry/usf-tools/metadata.xml
+++ b/sci-chemistry/usf-tools/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-chemistry</herd>
-	<maintainer>
-		<email>jlec@gentoo.org</email>
-	</maintainer>
+  <herd>sci-chemistry</herd>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/usf-tools/
@ 2013-03-21  6:54 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2013-03-21  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fc10f41c3f3465699c963ae5e2cbcdc1081d5956
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 12:09:49 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 12:09:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fc10f41c

sci-chemistry/usf-tools: Update license

Package-Manager: portage-2.2.0_alpha166

---
 sci-chemistry/usf-tools/ChangeLog             |    3 +++
 sci-chemistry/usf-tools/usf-tools-9999.ebuild |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/usf-tools/ChangeLog b/sci-chemistry/usf-tools/ChangeLog
index 20d8028..160a675 100644
--- a/sci-chemistry/usf-tools/ChangeLog
+++ b/sci-chemistry/usf-tools/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Mar 2013; Justin Lecher <jlec@gentoo.org> usf-tools-9999.ebuild:
+  Update license
+
   12 Mar 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Drop myself as maintainer
 

diff --git a/sci-chemistry/usf-tools/usf-tools-9999.ebuild b/sci-chemistry/usf-tools/usf-tools-9999.ebuild
index ac1e3f4..6a6ce97 100644
--- a/sci-chemistry/usf-tools/usf-tools-9999.ebuild
+++ b/sci-chemistry/usf-tools/usf-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,7 +17,7 @@ SRC_URI="
 	http://dev.gentoo.org/~jlec/distfiles/${PN}-autotools-${_AP}.tar.xz"
 
 SLOT="0"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 


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

end of thread, other threads:[~2013-03-21  6:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21  6:54 [gentoo-commits] proj/sci:master commit in: sci-chemistry/usf-tools/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2013-03-21  6:54 Justin Lecher
2011-09-11  8:16 Justin Lecher

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