public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/confluence/
@ 2017-04-08 21:57 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-04-08 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2d7178b9ccf37165082822822887287c911301a2
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr  4 13:25:20 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 21:52:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7178b9

dev-lang/confluence: fix toolong DESCRIPTION.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-lang/confluence/confluence-0.10.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/confluence/confluence-0.10.6.ebuild b/dev-lang/confluence/confluence-0.10.6.ebuild
index 4fe4a15e4db..2743ff5f615 100644
--- a/dev-lang/confluence/confluence-0.10.6.ebuild
+++ b/dev-lang/confluence/confluence-0.10.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
 
 inherit eutils
 
-DESCRIPTION="Functional programming language for reactive system design (digital logic, hard-real-time software)"
+DESCRIPTION="Functional programming language for reactive system design"
 HOMEPAGE="http://www.funhdl.org/wiki/doku.php?id=confluence"
 SRC_URI="http://www.funhdl.org/download/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/confluence/
@ 2019-06-06  1:35 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2019-06-06  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     00f15aa7bad011a573b05b98a14c1afa35cbacfc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 01:34:47 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 01:35:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f15aa7

dev-lang/confluence: remove, bug 679686

Closes: https://bugs.gentoo.org/679686
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-lang/confluence/Manifest                 |  1 -
 dev-lang/confluence/confluence-0.10.6.ebuild | 46 ----------------------------
 dev-lang/confluence/metadata.xml             |  8 -----
 3 files changed, 55 deletions(-)

diff --git a/dev-lang/confluence/Manifest b/dev-lang/confluence/Manifest
deleted file mode 100644
index 2bc72d30a68..00000000000
--- a/dev-lang/confluence/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST confluence-0.10.6.tar.gz 118762 BLAKE2B 31c340e38193c23e3fd119e668e2be5f56e275aa28b716370fcc8922c5fdb0d7689008bf965781f1c6045e6565671371b3b9e9fb44d51d77eba2c5dedc23d9aa SHA512 904ea553a917ac2aafc33464fe4175bca76c53c51c50819ea92326dd5a1451e98eca6a56db28b7041814e5e4cea61da618012087a79fa9ec670ca67fc0014d25

diff --git a/dev-lang/confluence/confluence-0.10.6.ebuild b/dev-lang/confluence/confluence-0.10.6.ebuild
deleted file mode 100644
index 2743ff5f615..00000000000
--- a/dev-lang/confluence/confluence-0.10.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Functional programming language for reactive system design"
-HOMEPAGE="http://www.funhdl.org/wiki/doku.php?id=confluence"
-SRC_URI="http://www.funhdl.org/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc x86"
-IUSE="+ocamlopt"
-
-# min version so we are sure we always have ocamlopt in IUSE
-RDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]"
-DEPEND="${RDEPEND}
-	sys-apps/sed"
-
-src_prepare() {
-	# Install non binary stuff in share...
-	sed -i -e "s:lib/confluence:share/confluence:" Makefile || die "failed to sed the makefile"
-	sed -i -e "s:lib/confluence:share/confluence:" src/cfeval/cf.ml || die "failed to sed ml files"
-	sed -i -e "s:lib/confluence:share/confluence:" src/cfeval/cfParserUtil.ml || die "failed to sed ml files"
-	if ! use ocamlopt; then
-		sed -i -e "s:cmxa:cma:" src/Makefile || die "failed to disable ocamlopt	support"
-		sed -i -e "s:cmx:cmo:" src/Makefile || die "failed to disable ocamlopt	support"
-	fi
-}
-
-src_compile() {
-	if use ocamlopt; then
-		emake -j1 PREFIX="${D}/usr" OCAMLLIB=`ocamlc -where` || die "failed to build"
-	else
-		emake -j1 OCAMLOPT="ocamlc" OCAMLC="ocamlc" PREFIX="${D}/usr" OCAMLLIB=`ocamlc -where` || die "failed to build"
-	fi
-}
-
-src_install() {
-	emake -j1 PREFIX="${D}/usr" OCAMLLIB=`ocamlc -where` install || die "install failed"
-	echo "CF_LIB=/usr/share/confluence" > "${T}/99${PN}"
-	doenvd "${T}/99${PN}"
-	dodoc NEWS || die
-}

diff --git a/dev-lang/confluence/metadata.xml b/dev-lang/confluence/metadata.xml
deleted file mode 100644
index ffac4d7ebc0..00000000000
--- a/dev-lang/confluence/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>ml@gentoo.org</email>
-	<name>Gentoo ML Project</name>
-</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2019-06-06  1:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06  1:35 [gentoo-commits] repo/gentoo:master commit in: dev-lang/confluence/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-04-08 21:57 Patrice Clement

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