public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/gmap/
@ 2016-12-01 18:27 Martin Mokrejs
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Mokrejs @ 2016-12-01 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b70317f2856ca7641e10b120fa9a12c06fea9d0f
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Dec  1 18:27:25 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Dec  1 18:27:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b70317f2

sci-biology/gmap: version bump; drop unused USE flags from metadata.xml

Package-Manager: portage-2.3.2

 sci-biology/gmap/gmap-2016.11.07.ebuild | 23 +++++++++++++++++++++++
 sci-biology/gmap/metadata.xml           |  8 ++++++++
 2 files changed, 31 insertions(+)

diff --git a/sci-biology/gmap/gmap-2016.11.07.ebuild b/sci-biology/gmap/gmap-2016.11.07.ebuild
new file mode 100644
index 0000000..900942a
--- /dev/null
+++ b/sci-biology/gmap/gmap-2016.11.07.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+MY_BASE_PV="$(replace_all_version_separators '-' $(get_version_component_range 1-3))"
+MY_PV="${MY_BASE_PV}"
+
+DESCRIPTION="DNA and splice-aware RNA/cDNA read aligners/mappers (gmap and gsnap)"
+HOMEPAGE="http://research-pub.gene.com/gmap/"
+SRC_URI="http://research-pub.gene.com/gmap/src/gmap-gsnap-${MY_PV}.tar.gz"
+
+LICENSE="gmap"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/gmap-${MY_BASE_PV}"
+
+# TODO: respect avx2

diff --git a/sci-biology/gmap/metadata.xml b/sci-biology/gmap/metadata.xml
new file mode 100644
index 0000000..959160f
--- /dev/null
+++ b/sci-biology/gmap/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>sci-biology@gentoo.org</email>
+    <name>Gentoo Biology Project</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/gmap/
@ 2020-09-22 11:12 Aisha Tammy
  0 siblings, 0 replies; 2+ messages in thread
From: Aisha Tammy @ 2020-09-22 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     469d6eb837bb8220de722cce556bc89031792fca
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 11:07:14 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 11:07:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=469d6eb8

sci-biology/gmap: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-biology/gmap/gmap-2016.11.07.ebuild | 22 ----------------------
 sci-biology/gmap/metadata.xml           |  8 --------
 2 files changed, 30 deletions(-)

diff --git a/sci-biology/gmap/gmap-2016.11.07.ebuild b/sci-biology/gmap/gmap-2016.11.07.ebuild
deleted file mode 100644
index d04c40e6a..000000000
--- a/sci-biology/gmap/gmap-2016.11.07.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-MY_BASE_PV="$(replace_all_version_separators '-' $(get_version_component_range 1-3))"
-MY_PV="${MY_BASE_PV}"
-
-DESCRIPTION="DNA and splice-aware RNA/cDNA read aligners/mappers (gmap and gsnap)"
-HOMEPAGE="http://research-pub.gene.com/gmap/"
-SRC_URI="http://research-pub.gene.com/gmap/src/gmap-gsnap-${MY_PV}.tar.gz"
-
-LICENSE="gmap"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/gmap-${MY_BASE_PV}"
-
-# TODO: respect avx2

diff --git a/sci-biology/gmap/metadata.xml b/sci-biology/gmap/metadata.xml
deleted file mode 100644
index 8417d1580..000000000
--- a/sci-biology/gmap/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-biology@gentoo.org</email>
-		<name>Gentoo Biology Project</name>
-	</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2020-09-22 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 11:12 [gentoo-commits] proj/sci:master commit in: sci-biology/gmap/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2016-12-01 18:27 Martin Mokrejs

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