public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/ucblogo/
@ 2016-05-21 13:23 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-05-21 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1f4f4505c3c3e797f4a2a994e8ef75d4ce2ace23
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 13:16:29 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 13:16:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4f4505

dev-lang/ucblogo: Cleanup due to bug #55572

Package-Manager: portage-2.3.0_rc1

 dev-lang/ucblogo/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-lang/ucblogo/metadata.xml b/dev-lang/ucblogo/metadata.xml
index 0894009..519b50b 100644
--- a/dev-lang/ucblogo/metadata.xml
+++ b/dev-lang/ucblogo/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-  <email>tomk@gentoo.org</email>
-  <name>Tom Knight</name>
-</maintainer>
 <longdescription>
   Logo is the educational programming language best known for its "turtle
   graphics" but also featuring easy and powerful facilities for computing


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/ucblogo/
@ 2016-05-24 12:54 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-05-24 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     86bf3669216114842c66b7ac450dab8640ac6cb2
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 12:58:37 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue May 24 12:59:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86bf3669

dev-lang/ucblogo: Fix for current version of glib

Package-Manager: portage-2.2.28

 dev-lang/ucblogo/ucblogo-6.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-lang/ucblogo/ucblogo-6.0.ebuild b/dev-lang/ucblogo/ucblogo-6.0.ebuild
index 1752374..2a6394c 100644
--- a/dev-lang/ucblogo/ucblogo-6.0.ebuild
+++ b/dev-lang/ucblogo/ucblogo-6.0.ebuild
@@ -27,6 +27,9 @@ src_prepare() {
 	epatch "${FILESDIR}"/${P}-texi.patch
 	epatch "${FILESDIR}"/${P}-destdir.patch
 
+	sed -i -e "/math.h/d" coms.c
+	sed -i -e "/math.h/d" graphics.c
+
 	WX_GTK_VER=2.8 need-wxwidgets unicode
 	sed -i -e "s_/usr/local/bin/wx-config_${WX_CONFIG}_g" configure-gtk || die
 	sed -i -e 's_--host=gtk__g' configure-gtk || die


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/ucblogo/
@ 2016-07-08 17:58 Austin English
  0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-07-08 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     779e3469e4c6e41abdefaa60d8aa5d24558ceb5b
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 17:35:06 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 17:57:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779e3469

dev-lang/ucblogo: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 dev-lang/ucblogo/metadata.xml          |  1 +
 dev-lang/ucblogo/ucblogo-6.0-r1.ebuild | 57 ++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-lang/ucblogo/metadata.xml b/dev-lang/ucblogo/metadata.xml
index 519b50b..869a20f 100644
--- a/dev-lang/ucblogo/metadata.xml
+++ b/dev-lang/ucblogo/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+<!-- maintainer-needed -->
 <longdescription>
   Logo is the educational programming language best known for its "turtle
   graphics" but also featuring easy and powerful facilities for computing

diff --git a/dev-lang/ucblogo/ucblogo-6.0-r1.ebuild b/dev-lang/ucblogo/ucblogo-6.0-r1.ebuild
new file mode 100644
index 0000000..4214fe7
--- /dev/null
+++ b/dev-lang/ucblogo/ucblogo-6.0-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils elisp-common flag-o-matic wxwidgets
+
+DESCRIPTION="a reflective, functional programming language"
+HOMEPAGE="https://www.cs.berkeley.edu/~bh/logo.html"
+SRC_URI="ftp://ftp.cs.berkeley.edu/pub/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND="
+	app-text/texi2html
+	dev-libs/libbsd
+	virtual/tex-base
+	virtual/texi2dvi
+	X? ( x11-libs/wxGTK:2.8[X] )"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-wx.patch
+	"${FILESDIR}"/${P}-no-libtermcap.patch
+	"${FILESDIR}"/${P}-texi.patch
+	"${FILESDIR}"/${P}-destdir.patch
+)
+
+src_prepare() {
+	default
+
+	sed -i -e "/math.h/d" coms.c || die
+	sed -i -e "/math.h/d" graphics.c || die
+
+	WX_GTK_VER=2.8 need-wxwidgets unicode
+	sed -i -e "s_/usr/local/bin/wx-config_${WX_CONFIG}_g" configure-gtk || die
+	sed -i -e 's_--host=gtk__g' configure-gtk || die
+	sed -i -e "s_/lib/logo_/lib/${P}_" makefile.in || die
+	sed -i -e "/doc$/s_\$_/${P}_" docs/makefile || die
+
+	rm -rf csls/CVS || die
+}
+
+src_configure() {
+	local confsuffix
+
+	use X && confsuffix="-gtk"
+	"./configure${confsuffix}" --prefix=/usr $(use_with X x) || die
+}
+
+src_compile() {
+	strip-flags
+	emake CC="$(tc-getCC)" everything
+}


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

end of thread, other threads:[~2016-07-08 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-08 17:58 [gentoo-commits] repo/gentoo:master commit in: dev-lang/ucblogo/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2016-05-24 12:54 José María Alonso
2016-05-21 13:23 Pacho Ramos

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