public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/foma/
@ 2011-05-09 22:58 Flammie Pirinen
  0 siblings, 0 replies; 5+ messages in thread
From: Flammie Pirinen @ 2011-05-09 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f6a5ac32d4b1c8d68df83f6e182939dbceda5676
Author:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 22:58:04 2011 +0000
Commit:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Mon May  9 22:58:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f6a5ac32

Version bump.

(Portage version: 2.1.9.42/git/Linux i686, unsigned Manifest commit)

---
 sci-misc/foma/ChangeLog                |    7 ++++-
 sci-misc/foma/foma-0.9.14_alpha.ebuild |   47 ++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 1 deletions(-)

diff --git a/sci-misc/foma/ChangeLog b/sci-misc/foma/ChangeLog
index 98e8006..e97a7c4 100644
--- a/sci-misc/foma/ChangeLog
+++ b/sci-misc/foma/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-misc/foma
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*foma-0.9.14_alpha (09 May 2011)
+
+  09 May 2011; <flammie@gentoo.org> +foma-0.9.14_alpha.ebuild:
+  Version bump
+
 *foma-0.9.4_alpha (16 Jan 2009)
 
   16 Jan 2009; Flammie Pirinen <flammie@gentoo.org> +foma_0.9.4_alpha.ebuild:

diff --git a/sci-misc/foma/foma-0.9.14_alpha.ebuild b/sci-misc/foma/foma-0.9.14_alpha.ebuild
new file mode 100644
index 0000000..93616ab
--- /dev/null
+++ b/sci-misc/foma/foma-0.9.14_alpha.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_P=${P/_alpha/alpha}
+
+DESCRIPTION="Finite state toolkit compatible with Xerox tools"
+
+HOMEPAGE="http://foma.sf.net/"
+
+SRC_URI="http://dingo.sbs.arizona.edu/~mhulden/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND=">=sys-devel/bison-2.3
+	>=sys-devel/flex-2.5.35
+	sys-libs/readline
+	sys-libs/libtermcap-compat"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+	unpack ${A}
+	cd ${S}
+	sed -i -e "s/^CFLAGS =/CFLAGS = ${CFLAGS} -fPIC/" \
+		-e 's/ltermcap/lcurses/' \
+		-e 's/ldconfig/true/g' Makefile
+}
+
+src_compile() {
+	emake || die "make failed"
+	emake libfoma || die "library failed"
+}
+
+src_install() {
+	dobin foma || die "installing binaries failed"
+	dolib.so libfoma.so.0.9.14
+	dodoc README README.symbols || die "installing docs failed"
+}



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

* [gentoo-commits] proj/sci:master commit in: sci-misc/foma/
@ 2011-06-25 17:22 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-25 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6136e3d67abb65de106073ea5a50850f73ff8069
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 16:53:27 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 16:53:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6136e3d6

Cleaned ebuild

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

---
 sci-misc/foma/ChangeLog                |    4 +++
 sci-misc/foma/foma-0.9.14_alpha.ebuild |   37 ++++++++++++++----------------
 sci-misc/foma/foma-0.9.1_alpha.ebuild  |   33 ---------------------------
 sci-misc/foma/foma-0.9.4_alpha.ebuild  |   39 --------------------------------
 sci-misc/foma/metadata.xml             |    8 +++---
 5 files changed, 25 insertions(+), 96 deletions(-)

diff --git a/sci-misc/foma/ChangeLog b/sci-misc/foma/ChangeLog
index e97a7c4..73e5b46 100644
--- a/sci-misc/foma/ChangeLog
+++ b/sci-misc/foma/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> -foma-0.9.1_alpha.ebuild,
+  -foma-0.9.4_alpha.ebuild, foma-0.9.14_alpha.ebuild, metadata.xml:
+  Cleaned ebuild
+
 *foma-0.9.14_alpha (09 May 2011)
 
   09 May 2011; <flammie@gentoo.org> +foma-0.9.14_alpha.ebuild:

diff --git a/sci-misc/foma/foma-0.9.14_alpha.ebuild b/sci-misc/foma/foma-0.9.14_alpha.ebuild
index 93616ab..e0c455c 100644
--- a/sci-misc/foma/foma-0.9.14_alpha.ebuild
+++ b/sci-misc/foma/foma-0.9.14_alpha.ebuild
@@ -2,46 +2,43 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 MY_P=${P/_alpha/alpha}
 
 DESCRIPTION="Finite state toolkit compatible with Xerox tools"
-
 HOMEPAGE="http://foma.sf.net/"
-
 SRC_URI="http://dingo.sbs.arizona.edu/~mhulden/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
-
 SLOT="0"
-
 KEYWORDS="~x86"
-
 IUSE=""
 
-DEPEND=">=sys-devel/bison-2.3
-	>=sys-devel/flex-2.5.35
-	sys-libs/readline
-	sys-libs/libtermcap-compat"
-
-RDEPEND="${DEPEND}"
+RDEPEND="
+	sys-libs/libtermcap-compat
+	sys-libs/readline"
+DEPEND="${RDEPEND}
+	>=sys-devel/bison-2.3
+	>=sys-devel/flex-2.5.35"
 
 S="${WORKDIR}/${PN}"
 
-src_unpack() {
-	unpack ${A}
-	cd ${S}
-	sed -i -e "s/^CFLAGS =/CFLAGS = ${CFLAGS} -fPIC/" \
+src_prepare() {
+	sed \
+		-e "s/^CFLAGS =/CFLAGS = ${CFLAGS} -fPIC/" \
 		-e 's/ltermcap/lcurses/' \
-		-e 's/ldconfig/true/g' Makefile
+		-e 's/ldconfig/true/g' \
+		-i Makefile || die
 }
 
 src_compile() {
-	emake || die "make failed"
-	emake libfoma || die "library failed"
+	emake
+	emake libfoma
 }
 
 src_install() {
-	dobin foma || die "installing binaries failed"
+	dobin foma
 	dolib.so libfoma.so.0.9.14
-	dodoc README README.symbols || die "installing docs failed"
+	dodoc README README.symbols
 }

diff --git a/sci-misc/foma/foma-0.9.1_alpha.ebuild b/sci-misc/foma/foma-0.9.1_alpha.ebuild
deleted file mode 100644
index ab8c633..0000000
--- a/sci-misc/foma/foma-0.9.1_alpha.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P=${P/_alpha/alpha}
-
-DESCRIPTION="Finite state toolkit compatible with Xerox tools"
-
-HOMEPAGE="http://foma.sf.net/"
-
-SRC_URI="http://dingo.sbs.arizona.edu/~mhulden/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=">=sys-devel/bison-2.3
-	>sys-devel/flex-2.5.4
-	sys-libs/readline
-	dev-libs/boehm-gc"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	dobin foma || die "installing binaries failed"
-	dodoc README README.symbols || die "installing docs failed"
-}

diff --git a/sci-misc/foma/foma-0.9.4_alpha.ebuild b/sci-misc/foma/foma-0.9.4_alpha.ebuild
deleted file mode 100644
index e3063f9..0000000
--- a/sci-misc/foma/foma-0.9.4_alpha.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P=${P/_alpha/alpha}
-
-DESCRIPTION="Finite state toolkit compatible with Xerox tools"
-
-HOMEPAGE="http://foma.sf.net/"
-
-SRC_URI="http://dingo.sbs.arizona.edu/~mhulden/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=">=sys-devel/bison-2.3
-	>=sys-devel/flex-2.5.35
-	sys-libs/readline
-	dev-libs/boehm-gc"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-	unpack ${A}
-	cd ${S}
-	sed -i -e "s/^CFLAGS =/CFLAGS = ${CFLAGS} /" Makefile
-}
-
-src_install() {
-	dobin foma || die "installing binaries failed"
-	dodoc README README.symbols || die "installing docs failed"
-}

diff --git a/sci-misc/foma/metadata.xml b/sci-misc/foma/metadata.xml
index 0ad3ea8..fcf844d 100644
--- a/sci-misc/foma/metadata.xml
+++ b/sci-misc/foma/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-  <email>flammie@gentoo.org</email>
-</maintainer>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>flammie@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>



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

* [gentoo-commits] proj/sci:master commit in: sci-misc/foma/
@ 2011-10-25 17:16 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6d2f8152a36deb175307a8822cbcb0ea128cbc19
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 16:32:38 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:32:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6d2f8152

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-misc/foma/ChangeLog    |    3 +++
 sci-misc/foma/metadata.xml |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/sci-misc/foma/ChangeLog b/sci-misc/foma/ChangeLog
index 73e5b46..4918b47 100644
--- a/sci-misc/foma/ChangeLog
+++ b/sci-misc/foma/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> -foma-0.9.1_alpha.ebuild,
   -foma-0.9.4_alpha.ebuild, foma-0.9.14_alpha.ebuild, metadata.xml:
   Cleaned ebuild

diff --git a/sci-misc/foma/metadata.xml b/sci-misc/foma/metadata.xml
index fcf844d..10ea4cb 100644
--- a/sci-misc/foma/metadata.xml
+++ b/sci-misc/foma/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>flammie@gentoo.org</email>
 	</maintainer>



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

* [gentoo-commits] proj/sci:master commit in: sci-misc/foma/
@ 2012-07-31 23:50 Flammie Pirinen
  0 siblings, 0 replies; 5+ messages in thread
From: Flammie Pirinen @ 2012-07-31 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     052328668bc99a72b6b383e7517456c08c0bd4cd
Author:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 23:45:22 2012 +0000
Commit:     Flammie Pirinen <flammie <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 23:45:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=05232866

Bump foma to version 0.9.16alpha.

(Portage version: 2.1.10.65/git/Linux i686, unsigned Manifest commit)

---
 sci-misc/foma/ChangeLog                |    7 ++++-
 sci-misc/foma/foma-0.9.16_alpha.ebuild |   47 ++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 1 deletions(-)

diff --git a/sci-misc/foma/ChangeLog b/sci-misc/foma/ChangeLog
index 4918b47..f5af3ae 100644
--- a/sci-misc/foma/ChangeLog
+++ b/sci-misc/foma/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-misc/foma
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*foma-0.9.16_alpha (31 Jul 2012)
+
+  31 Jul 2012; Flammie Pirinen <flammie@gentoo.org> +foma-0.9.16_alpha.ebuild:
+  Bump foma to version 0.9.16alpha, install headers
+
   25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Removed no-herd from herd tag in metadata.xml
 

diff --git a/sci-misc/foma/foma-0.9.16_alpha.ebuild b/sci-misc/foma/foma-0.9.16_alpha.ebuild
new file mode 100644
index 0000000..81c0503
--- /dev/null
+++ b/sci-misc/foma/foma-0.9.16_alpha.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MY_P=${P/_alpha/alpha}
+
+DESCRIPTION="Finite state toolkit compatible with Xerox tools"
+HOMEPAGE="http://code.google.com/p/foma/"
+SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="
+	sys-libs/libtermcap-compat
+	sys-libs/readline"
+DEPEND="${RDEPEND}
+	>=sys-devel/bison-2.3
+	>=sys-devel/flex-2.5.35"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+	sed \
+		-e "s/^CFLAGS =/CFLAGS = ${CFLAGS} -fPIC/" \
+		-e 's/ltermcap/lcurses/' \
+		-e 's/ldconfig/true/g' \
+		-i Makefile || die
+}
+
+src_compile() {
+	emake
+	emake libfoma
+}
+
+src_install() {
+	# since install target doesn't have DESTDIR
+	dobin foma flookup cgflookup
+	dolib.so libfoma.so.${PV/_alpha/}
+	insinto /usr/include
+	doins foma.h fomalib.h fomalibconf.h
+	dodoc README README.symbols
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-misc/foma/
@ 2021-01-20  8:53 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-01-20  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e1bf55490db0b70c15940c5553a42e3066778e24
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 20 08:53:26 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 20 08:53:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1bf5549

sci-misc/foma: remove pack, duplicate of dev-libs/foma::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-misc/foma/foma-0.9.14_alpha.ebuild | 43 --------------------------------
 sci-misc/foma/foma-0.9.16_alpha.ebuild | 45 ----------------------------------
 sci-misc/foma/metadata.xml             |  7 ------
 3 files changed, 95 deletions(-)

diff --git a/sci-misc/foma/foma-0.9.14_alpha.ebuild b/sci-misc/foma/foma-0.9.14_alpha.ebuild
deleted file mode 100644
index 5d300b6bc..000000000
--- a/sci-misc/foma/foma-0.9.14_alpha.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${P/_alpha/alpha}
-
-DESCRIPTION="Finite state toolkit compatible with Xerox tools"
-HOMEPAGE="http://foma.sf.net/"
-SRC_URI="http://dingo.sbs.arizona.edu/~mhulden/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	sys-libs/libtermcap-compat
-	sys-libs/readline:0="
-DEPEND="${RDEPEND}
-	>=sys-devel/bison-2.3
-	>=sys-devel/flex-2.5.35"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	sed \
-		-e "s/^CFLAGS =/CFLAGS = ${CFLAGS} -fPIC/" \
-		-e 's/ltermcap/lcurses/' \
-		-e 's/ldconfig/true/g' \
-		-i Makefile || die
-}
-
-src_compile() {
-	default
-	emake libfoma
-}
-
-src_install() {
-	dobin foma
-	dolib.so libfoma.so.0.9.14
-	dodoc README README.symbols
-}

diff --git a/sci-misc/foma/foma-0.9.16_alpha.ebuild b/sci-misc/foma/foma-0.9.16_alpha.ebuild
deleted file mode 100644
index 01cec152b..000000000
--- a/sci-misc/foma/foma-0.9.16_alpha.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${P/_alpha/alpha}
-
-DESCRIPTION="Finite state toolkit compatible with Xerox tools"
-HOMEPAGE="http://code.google.com/p/foma/"
-SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	sys-libs/libtermcap-compat
-	sys-libs/readline:0="
-DEPEND="${RDEPEND}
-	>=sys-devel/bison-2.3
-	>=sys-devel/flex-2.5.35"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	sed \
-		-e "s/^CFLAGS =/CFLAGS = ${CFLAGS} -fPIC/" \
-		-e 's/ltermcap/lcurses/' \
-		-e 's/ldconfig/true/g' \
-		-i Makefile || die
-}
-
-src_compile() {
-	default
-	emake libfoma
-}
-
-src_install() {
-	# since install target doesn't have DESTDIR
-	dobin foma flookup cgflookup
-	dolib.so libfoma.so.${PV/_alpha/}
-	doheader foma.h fomalib.h fomalibconf.h
-	dodoc README README.symbols
-}

diff --git a/sci-misc/foma/metadata.xml b/sci-misc/foma/metadata.xml
deleted file mode 100644
index 2d4fb61e6..000000000
--- a/sci-misc/foma/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>flammie@gentoo.org</email>
-	</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2021-01-20  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 17:22 [gentoo-commits] proj/sci:master commit in: sci-misc/foma/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-01-20  8:53 Andrew Ammerlaan
2012-07-31 23:50 Flammie Pirinen
2011-10-25 17:16 Justin Lecher
2011-05-09 22:58 Flammie Pirinen

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