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

commit:     eb4855e41900dc8c42686a81aa8f1b7eeab57e51
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 16:43:00 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:02:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eb4855e4

ebuild cleanup

---
 sci-misc/mitlm/mitlm-0.4.1.ebuild | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
index 5b22684..b158a93 100644
--- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
+++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
@@ -4,25 +4,13 @@
 
 EAPI="5"
 
-<<<<<<< HEAD
-inherit autotools eutils flag-o-matic multilib
-=======
 inherit eutils flag-o-matic multilib
->>>>>>> 1d153dbd7e5d5a6ffb5726973722f2d45510bbbc
 
 DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models"
 HOMEPAGE="https://code.google.com/p/mitlm/"
 SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="MIT"
-<<<<<<< HEAD
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
-	echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac
-	eautoreconf
-=======
 
 SLOT="0"
 
@@ -36,5 +24,4 @@ RDEPEND="${DEPEND}"
 src_configure() {
 	./autogen.sh
 	econf || die "configure failed"
->>>>>>> 1d153dbd7e5d5a6ffb5726973722f2d45510bbbc
 }


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

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

commit:     58ca8c9205d0827458609ad4608895019a507c4a
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 13:00:04 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:02:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=58ca8c92

sci-misc/mitlm: new ebuild

Package-Manager: portage-2.2.7

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

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

diff --git a/sci-misc/mitlm/metadata.xml b/sci-misc/mitlm/metadata.xml
new file mode 100644
index 0000000..a86d9fa
--- /dev/null
+++ b/sci-misc/mitlm/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 MIT Language Modeling (MITLM) toolkit is a set of tools
+	designed for the efficient estimation of statistical n-gram
+	language models involving iterative parameter estimation.
+	It achieves much of its efficiency through the use of a compact
+	vector representation of n-grams. 
+  </longdescription>
+</pkgmetadata>

diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
new file mode 100644
index 0000000..b158a93
--- /dev/null
+++ b/sci-misc/mitlm/mitlm-0.4.1.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 set of tools designed for the efficient estimation of statistical n-gram language models"
+HOMEPAGE="https://code.google.com/p/mitlm/"
+SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	./autogen.sh
+	econf || die "configure failed"
+}


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

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

commit:     47d6c59adef31216b24c6beb36e5f00117c46269
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 16:11:47 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:02:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=47d6c59a

ebuild cleanup

---
 sci-misc/mitlm/mitlm-0.4.1.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
index b158a93..5b22684 100644
--- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
+++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
@@ -4,13 +4,25 @@
 
 EAPI="5"
 
+<<<<<<< HEAD
+inherit autotools eutils flag-o-matic multilib
+=======
 inherit eutils flag-o-matic multilib
+>>>>>>> 1d153dbd7e5d5a6ffb5726973722f2d45510bbbc
 
 DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models"
 HOMEPAGE="https://code.google.com/p/mitlm/"
 SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="MIT"
+<<<<<<< HEAD
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+	echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac
+	eautoreconf
+=======
 
 SLOT="0"
 
@@ -24,4 +36,5 @@ RDEPEND="${DEPEND}"
 src_configure() {
 	./autogen.sh
 	econf || die "configure failed"
+>>>>>>> 1d153dbd7e5d5a6ffb5726973722f2d45510bbbc
 }


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

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

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

drop unneeded eclasses

Package-Manager: portage-2.2.7

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

diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
index f41760f..6be4e67 100644
--- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
+++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit autotools eutils flag-o-matic multilib
+inherit autotools
 
 DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models"
 HOMEPAGE="https://code.google.com/p/mitlm/"


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

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

commit:     dfe7789cee50f1a595bbe84337303babe6d65343
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 21 16:52:51 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 15:02:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dfe7789c

ebuild cleanup

---
 sci-misc/mitlm/mitlm-0.4.1.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
index b158a93..f41760f 100644
--- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
+++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
@@ -4,24 +4,17 @@
 
 EAPI="5"
 
-inherit eutils flag-o-matic multilib
+inherit autotools eutils flag-o-matic multilib
 
 DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models"
 HOMEPAGE="https://code.google.com/p/mitlm/"
 SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="MIT"
-
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	./autogen.sh
-	econf || die "configure failed"
+src_prepare() {
+	echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac
+	eautoreconf
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/mitlm/
@ 2016-11-28 21:22 Marius Brehler
  0 siblings, 0 replies; 8+ messages in thread
From: Marius Brehler @ 2016-11-28 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     550b342f2695e6e3e80f6cc52d552e6daf51b5be
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Nov 28 21:02:21 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Nov 28 21:02:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=550b342f

sci-misc/mitlm: Move SRC_URI from google code to github

Package-Manager: portage-2.3.0

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

diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
index 8037d51..a1d3e74 100644
--- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
+++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI="5"
 inherit autotools
 
 DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models"
-HOMEPAGE="https://code.google.com/p/mitlm/"
-SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/mitlm/mitlm"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


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

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

commit:     d8675ba432c85af0f5b01bafac69ee2f449675aa
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 10:57:26 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 10:57:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d8675ba4

sci-misc/mitlm: version bump 0.4.2

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

 sci-misc/mitlm/mitlm-0.4.2.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/sci-misc/mitlm/mitlm-0.4.2.ebuild b/sci-misc/mitlm/mitlm-0.4.2.ebuild
new file mode 100644
index 000000000..00e8ea63b
--- /dev/null
+++ b/sci-misc/mitlm/mitlm-0.4.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tools designed for efficient estimation of statistical n-gram language models"
+HOMEPAGE="https://github.com/mitlm/mitlm"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+	default
+	echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac
+	eautoreconf
+}


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

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

commit:     73f3cda72b799dcdba2581a4dafc746e902dde74
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 10:57:39 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 10:57:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=73f3cda7

sci-misc/mitlm: drop old

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

 sci-misc/mitlm/mitlm-0.4.1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
deleted file mode 100644
index 9b70b4bb8..000000000
--- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="Tools designed for efficient estimation of statistical n-gram language models"
-HOMEPAGE="https://github.com/mitlm/mitlm"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
-	echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac
-	eautoreconf
-}


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 21:22 [gentoo-commits] proj/sci:master commit in: sci-misc/mitlm/ Marius Brehler
  -- strict thread matches above, loose matches on Subject: below --
2021-03-04 10:57 Andrew Ammerlaan
2021-03-04 10:57 Andrew Ammerlaan
2013-12-04 15:02 Justin Lecher
2013-12-04 15:02 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