public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2013-12-04 15:02 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2013-12-04 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8bc258ace25914c8daa627d93db7516a67bfe60e
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 12:54:29 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:02:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8bc258ac

sci-misc/irstlm: new ebuild

Package-Manager: portage-2.2.7

---
 sci-misc/irstlm/ChangeLog             |  9 +++++++++
 sci-misc/irstlm/irstlm-5.80.03.ebuild | 27 +++++++++++++++++++++++++++
 sci-misc/irstlm/metadata.xml          | 14 ++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog
new file mode 100644
index 0000000..c85821c
--- /dev/null
+++ b/sci-misc/irstlm/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-misc/irstlm
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*irstlm-5.80.03 (21 Nov 2013)
+
+  21 Nov 2013; Pavel Denisov <pavel.a.denisov@gmail.com> +irstlm-5.80.03.ebuild,
+  +metadata.xml:
+  sci-misc/irstlm: new ebuild

diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild
new file mode 100644
index 0000000..c6a4bc9
--- /dev/null
+++ b/sci-misc/irstlm/irstlm-5.80.03.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
+HOMEPAGE="http://hlt.fbk.eu/en/irstlm"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	./regenerate-makefiles.sh
+	econf || die "configure failed"
+}

diff --git a/sci-misc/irstlm/metadata.xml b/sci-misc/irstlm/metadata.xml
new file mode 100644
index 0000000..5d16554
--- /dev/null
+++ b/sci-misc/irstlm/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>pavel.a.denisov@gmail.com</email>
+  </maintainer>
+  <longdescription lang="en">
+	The IRST Language Modeling Toolkit features algorithms
+	and data structures suitable to estimate, store, and access very large LMs.
+	The software has been integrated into a popular open source Statistical Machine
+	Translation decoder called Moses, and is compatible with language models created
+	with other tools, such as the SRILM Tooolkit.
+  </longdescription>
+</pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2013-12-04 15:02 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2013-12-04 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1236482dbec326a41674892458fe43f2401e924a
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 14:29:49 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:02:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1236482d

ebuild cleanup

---
 sci-misc/irstlm/irstlm-5.80.03.ebuild | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild
index c6a4bc9..05b05b5 100644
--- a/sci-misc/irstlm/irstlm-5.80.03.ebuild
+++ b/sci-misc/irstlm/irstlm-5.80.03.ebuild
@@ -4,24 +4,16 @@
 
 EAPI="5"
 
-inherit eutils flag-o-matic multilib
+inherit autotools eutils flag-o-matic multilib
 
 DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
 HOMEPAGE="http://hlt.fbk.eu/en/irstlm"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
-
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	./regenerate-makefiles.sh
-	econf || die "configure failed"
+src_prepare() {
+	eautoreconf
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2013-12-04 15:02 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2013-12-04 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     27f047aeb9eaebd7c13b368d36735420f4c1ed6a
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Mon Dec  2 13:31:40 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:02:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27f047ae

drop unneeded eclasses

Package-Manager: portage-2.2.7

---
 sci-misc/irstlm/irstlm-5.80.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild
index 05b05b5..f184e4a 100644
--- a/sci-misc/irstlm/irstlm-5.80.03.ebuild
+++ b/sci-misc/irstlm/irstlm-5.80.03.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit autotools eutils flag-o-matic multilib
+inherit autotools
 
 DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
 HOMEPAGE="http://hlt.fbk.eu/en/irstlm"


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2014-11-19  8:30 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2014-11-19  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     29a02800c5157d1ac88b3f7f6cd824a557a101e0
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Mon Oct 27 16:18:44 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 16:18:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=29a02800

inherit eutils also

---
 sci-misc/irstlm/irstlm-5.80.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-misc/irstlm/irstlm-5.80.06.ebuild b/sci-misc/irstlm/irstlm-5.80.06.ebuild
index df62932..98bc748 100644
--- a/sci-misc/irstlm/irstlm-5.80.06.ebuild
+++ b/sci-misc/irstlm/irstlm-5.80.06.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit autotools
+inherit autotools eutils
 
 DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
 HOMEPAGE="https://hlt.fbk.eu/technologies/irstlm"


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2014-11-19  8:30 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2014-11-19  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     15b3f838a4d3605f10fd3033a1126503e87462d6
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Wed Oct 22 21:04:10 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 22 21:04:10 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15b3f838

sci-misc/irstlm: version bump

Package-Manager: portage-2.2.14_rc1

---
 sci-misc/irstlm/ChangeLog             |  8 +++++++-
 sci-misc/irstlm/irstlm-5.80.06.ebuild | 21 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog
index c85821c..c732952 100644
--- a/sci-misc/irstlm/ChangeLog
+++ b/sci-misc/irstlm/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-misc/irstlm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*irstlm-5.80.06 (22 Oct 2014)
+
+  22 Oct 2014; Pavel Denisov <pavel.a.denisov@gmail.com>
+  +irstlm-5.80.06.ebuild:
+  Version Bump
+
 *irstlm-5.80.03 (21 Nov 2013)
 
   21 Nov 2013; Pavel Denisov <pavel.a.denisov@gmail.com> +irstlm-5.80.03.ebuild,

diff --git a/sci-misc/irstlm/irstlm-5.80.06.ebuild b/sci-misc/irstlm/irstlm-5.80.06.ebuild
new file mode 100644
index 0000000..df62932
--- /dev/null
+++ b/sci-misc/irstlm/irstlm-5.80.06.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit autotools
+
+DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
+HOMEPAGE="https://hlt.fbk.eu/technologies/irstlm"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}/trunk"
+
+src_prepare() {
+	eautoreconf
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2015-02-28 20:58 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-02-28 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     88f0c880042b79d86fc8faf8308d3790a0fb7109
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 28 19:46:47 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Feb 28 19:46:47 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=88f0c880

sci-misc/irstlm: version bump

Package-Manager: portage-2.2.17

---
 sci-misc/irstlm/ChangeLog                             |  8 +++++++-
 sci-misc/irstlm/irstlm-5.80.03.ebuild                 | 19 -------------------
 .../{irstlm-5.80.06.ebuild => irstlm-5.80.08.ebuild}  |  2 +-
 3 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog
index c732952..cb6f030 100644
--- a/sci-misc/irstlm/ChangeLog
+++ b/sci-misc/irstlm/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-misc/irstlm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*irstlm-5.80.08 (28 Feb 2015)
+
+  28 Feb 2015; Pavel Denisov <pavel.a.denisov@gmail.com>
+  -irstlm-5.80.03.ebuild, -irstlm-5.80.06.ebuild, +irstlm-5.80.08.ebuild:
+  Version bump.
+
 *irstlm-5.80.06 (22 Oct 2014)
 
   22 Oct 2014; Pavel Denisov <pavel.a.denisov@gmail.com>

diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild
deleted file mode 100644
index 71932f3..0000000
--- a/sci-misc/irstlm/irstlm-5.80.03.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit autotools
-
-DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
-HOMEPAGE="http://hlt.fbk.eu/en/irstlm"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
-	eautoreconf
-}

diff --git a/sci-misc/irstlm/irstlm-5.80.06.ebuild b/sci-misc/irstlm/irstlm-5.80.08.ebuild
similarity index 91%
rename from sci-misc/irstlm/irstlm-5.80.06.ebuild
rename to sci-misc/irstlm/irstlm-5.80.08.ebuild
index 98bc748..f82fc89 100644
--- a/sci-misc/irstlm/irstlm-5.80.06.ebuild
+++ b/sci-misc/irstlm/irstlm-5.80.08.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2015-06-08 12:19 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3226ac55f6ef8e049abe1e81eb1e68d677934543
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 11:41:31 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 11:41:31 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3226ac55

sci-misc/irstlm: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-misc/irstlm/ChangeLog    |  3 +++
 sci-misc/irstlm/metadata.xml | 11 +++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog
index cb6f030..36a33d0 100644
--- a/sci-misc/irstlm/ChangeLog
+++ b/sci-misc/irstlm/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-misc/irstlm: Updating remote-id in metadata.xml
+
 *irstlm-5.80.08 (28 Feb 2015)
 
   28 Feb 2015; Pavel Denisov <pavel.a.denisov@gmail.com>

diff --git a/sci-misc/irstlm/metadata.xml b/sci-misc/irstlm/metadata.xml
index 5d16554..e74038c 100644
--- a/sci-misc/irstlm/metadata.xml
+++ b/sci-misc/irstlm/metadata.xml
@@ -1,14 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer>
-    <email>pavel.a.denisov@gmail.com</email>
-  </maintainer>
-  <longdescription lang="en">
+	<maintainer>
+		<email>pavel.a.denisov@gmail.com</email>
+	</maintainer>
+	<longdescription lang="en">
 	The IRST Language Modeling Toolkit features algorithms
 	and data structures suitable to estimate, store, and access very large LMs.
 	The software has been integrated into a popular open source Statistical Machine
 	Translation decoder called Moses, and is compatible with language models created
 	with other tools, such as the SRILM Tooolkit.
   </longdescription>
+	<upstream>
+		<remote-id type="sourceforge">irstlm</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2016-05-17  9:19 Marius Brehler
  0 siblings, 0 replies; 9+ messages in thread
From: Marius Brehler @ 2016-05-17  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7ab9a78bedbbd56120418f97267319ded320fe35
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sun May  8 04:02:55 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sun May  8 04:02:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ab9a78b

sci-misc/irstlm: version bump

Package-Manager: portage-2.2.28

 sci-misc/irstlm/irstlm-5.80.08.ebuild | 21 ---------------------
 sci-misc/irstlm/irstlm-6.00.05.ebuild | 20 ++++++++++++++++++++
 sci-misc/irstlm/metadata.xml          |  2 +-
 3 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/sci-misc/irstlm/irstlm-5.80.08.ebuild b/sci-misc/irstlm/irstlm-5.80.08.ebuild
deleted file mode 100644
index e72dcfd..0000000
--- a/sci-misc/irstlm/irstlm-5.80.08.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools eutils
-
-DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
-HOMEPAGE="https://hlt.fbk.eu/technologies/irstlm"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${P}/trunk"
-
-src_prepare() {
-	eautoreconf
-}

diff --git a/sci-misc/irstlm/irstlm-6.00.05.ebuild b/sci-misc/irstlm/irstlm-6.00.05.ebuild
new file mode 100644
index 0000000..6812bfe
--- /dev/null
+++ b/sci-misc/irstlm/irstlm-6.00.05.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A tool to estimate, store, and access very large n-gram language models"
+HOMEPAGE="https://hlt-mt.fbk.eu/technologies/irstlm"
+SRC_URI="https://github.com/irstlm-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+	eautoreconf
+	eapply_user
+}

diff --git a/sci-misc/irstlm/metadata.xml b/sci-misc/irstlm/metadata.xml
index 5e12fb7..cca53d1 100644
--- a/sci-misc/irstlm/metadata.xml
+++ b/sci-misc/irstlm/metadata.xml
@@ -12,6 +12,6 @@
 	with other tools, such as the SRILM Tooolkit.
   </longdescription>
 	<upstream>
-		<remote-id type="sourceforge">irstlm</remote-id>
+		<remote-id type="github">irstlm-team/irstlm</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
@ 2021-03-04 11:00 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ed0b18737655d7578a5e9328363b69c1c1f4a577
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 11:00:16 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 11:00:16 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed0b1873

sci-misc/irstlm: EAPI bump

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

 sci-misc/irstlm/irstlm-6.00.05.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-misc/irstlm/irstlm-6.00.05.ebuild b/sci-misc/irstlm/irstlm-6.00.05.ebuild
index 49fb5a8c4..de884e3c3 100644
--- a/sci-misc/irstlm/irstlm-6.00.05.ebuild
+++ b/sci-misc/irstlm/irstlm-6.00.05.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
@@ -15,5 +15,5 @@ KEYWORDS="~amd64"
 
 src_prepare() {
 	eautoreconf
-	eapply_user
+	default
 }


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

end of thread, other threads:[~2021-03-04 11:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 12:19 [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-03-04 11:00 Andrew Ammerlaan
2016-05-17  9:19 Marius Brehler
2015-02-28 20:58 Justin Lecher
2014-11-19  8:30 Justin Lecher
2014-11-19  8:30 Justin Lecher
2013-12-04 15:02 Justin Lecher
2013-12-04 15:02 Justin Lecher
2013-12-04 15:02 Justin Lecher

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