* [gentoo-commits] proj/sci:master commit in: sci-biology/libgtextutils/
@ 2012-01-17 0:34 Martin Mokrejs
0 siblings, 0 replies; 4+ messages in thread
From: Martin Mokrejs @ 2012-01-17 0:34 UTC (permalink / raw
To: gentoo-commits
commit: 9455eb0580952bf29025c8bda0ec08f788943279
Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Jan 16 19:37:22 2012 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Jan 16 19:37:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9455eb05
sci-biology/libgtextutils: Gordon text utils library
(Portage version: 2.1.10.43/git/Linux i686, unsigned Manifest commit)
---
sci-biology/libgtextutils/ChangeLog | 10 +++++++++
sci-biology/libgtextutils/libgtextutils-0.6.ebuild | 21 ++++++++++++++++++++
sci-biology/libgtextutils/metadata.xml | 9 ++++++++
3 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/sci-biology/libgtextutils/ChangeLog b/sci-biology/libgtextutils/ChangeLog
new file mode 100644
index 0000000..f36091b
--- /dev/null
+++ b/sci-biology/libgtextutils/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/libgtextutils
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libgtextutils-0.6 (16 Jan 2012)
+
+ 16 Jan 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ +libgtextutils-0.6.ebuild, +metadata.xml:
+ initial ebuild
+
diff --git a/sci-biology/libgtextutils/libgtextutils-0.6.ebuild b/sci-biology/libgtextutils/libgtextutils-0.6.ebuild
new file mode 100644
index 0000000..1005ecf
--- /dev/null
+++ b/sci-biology/libgtextutils/libgtextutils-0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+DESCRIPTION="Gordon Text utils Library"
+HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit/"
+SRC_URI="http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install(){
+ emake install DESTDIR="${D}"
+}
diff --git a/sci-biology/libgtextutils/metadata.xml b/sci-biology/libgtextutils/metadata.xml
new file mode 100644
index 0000000..07b5255
--- /dev/null
+++ b/sci-biology/libgtextutils/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-biology</herd>
+ <maintainer>
+ <email>mmokrejs@fold.natur.cuni.cz</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/libgtextutils/
@ 2013-08-29 15:35 Martin Mokrejs
0 siblings, 0 replies; 4+ messages in thread
From: Martin Mokrejs @ 2013-08-29 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 9cf6a99dadad1ef6c566fb459400046390378556
Author: Martin Mokrejš <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Thu Aug 29 15:28:49 2013 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Aug 29 15:28:49 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9cf6a99d
New package needed for upcoming fastx_toolkit
Package-Manager: portage-2.1.12.5
---
sci-biology/libgtextutils/ChangeLog | 8 +++++++-
.../{libgtextutils-0.6.ebuild => libgtextutils-0.6.1.ebuild} | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/sci-biology/libgtextutils/ChangeLog b/sci-biology/libgtextutils/ChangeLog
index f36091b..9a5c461 100644
--- a/sci-biology/libgtextutils/ChangeLog
+++ b/sci-biology/libgtextutils/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-biology/libgtextutils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libgtextutils-0.6.1 (29 Aug 2013)
+
+ 29 Aug 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ -libgtextutils-0.6.ebuild, +libgtextutils-0.6.1.ebuild:
+ Version bump.
+
*libgtextutils-0.6 (16 Jan 2012)
16 Jan 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/sci-biology/libgtextutils/libgtextutils-0.6.ebuild b/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
similarity index 73%
rename from sci-biology/libgtextutils/libgtextutils-0.6.ebuild
rename to sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
index 1005ecf..6276803 100644
--- a/sci-biology/libgtextutils/libgtextutils-0.6.ebuild
+++ b/sci-biology/libgtextutils/libgtextutils-0.6.1.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: $
@@ -6,7 +6,7 @@ EAPI=3
DESCRIPTION="Gordon Text utils Library"
HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit/"
-SRC_URI="http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2"
+SRC_URI="http://hannonlab.cshl.edu/fastx_toolkit/"${PN}"-"${PV}".tar.bz2"
LICENSE="AGPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/libgtextutils/
@ 2015-09-22 8:19 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-22 8:19 UTC (permalink / raw
To: gentoo-commits
commit: dbda6d12f1dc5bb8ff0b2653568ace18ebcb0d37
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 07:47:01 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 07:47:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dbda6d12
sci-biology/libgtextutils: Bump to EAPI=5
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild b/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
index 35563d1..11ca5e2 100644
--- a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
+++ b/sci-biology/libgtextutils/libgtextutils-0.6.1.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
# $Id$
-EAPI=3
+EAPI=5
DESCRIPTION="Gordon Text utils Library"
HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit/"
@@ -12,10 +12,3 @@ LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install(){
- emake install DESTDIR="${D}"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/libgtextutils/
@ 2018-01-10 9:59 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2018-01-10 9:59 UTC (permalink / raw
To: gentoo-commits
commit: 495b3158aae70d7a16e760cb6011904754352677
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 09:59:07 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 09:59:26 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=495b3158
sci-biology/libgtextutils: Moved to main tree
sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild | 13 -------------
sci-biology/libgtextutils/metadata.xml | 12 ------------
2 files changed, 25 deletions(-)
diff --git a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild b/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
deleted file mode 100644
index 33949a0bc..000000000
--- a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Gordon Text utils Library"
-HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit/"
-SRC_URI="http://hannonlab.cshl.edu/fastx_toolkit/"${PN}"-"${PV}".tar.bz2"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/sci-biology/libgtextutils/metadata.xml b/sci-biology/libgtextutils/metadata.xml
deleted file mode 100644
index 138cb7705..000000000
--- a/sci-biology/libgtextutils/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mmokrejs@fold.natur.cuni.cz</email>
- <name>Martin Mokrejs</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-01-10 9:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 15:35 [gentoo-commits] proj/sci:master commit in: sci-biology/libgtextutils/ Martin Mokrejs
-- strict thread matches above, loose matches on Subject: below --
2018-01-10 9:59 David Seifert
2015-09-22 8:19 Justin Lecher
2012-01-17 0:34 Martin Mokrejs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox