public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/processing-bin/
@ 2014-03-19 16:00 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2014-03-19 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0ddc43d31263fb7dcf36db2ea020209905526446
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Mar 19 15:59:50 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 15:59:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=0ddc43d3

media-gfx/processing-bin: 2.2.1

---
 media-gfx/processing-bin/metadata.xml              |  8 +++++
 .../processing-bin/processing-bin-2.1.1.ebuild     | 39 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/media-gfx/processing-bin/metadata.xml b/media-gfx/processing-bin/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/media-gfx/processing-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/media-gfx/processing-bin/processing-bin-2.1.1.ebuild b/media-gfx/processing-bin/processing-bin-2.1.1.ebuild
new file mode 100644
index 0000000..e9daf2b
--- /dev/null
+++ b/media-gfx/processing-bin/processing-bin-2.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+MY_PN='processing'
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Visual context programming language"
+HOMEPAGE="https://www.processing.org/"
+SRC_URI="amd64? ( http://download.processing.org/${MY_P}-linux64.tgz )"
+
+LICENSE="all-rights-reserved"  # actually not, TODO
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+RESTRICT="strip"
+
+src_install() {
+	local dest=/opt/${MY_P}
+
+	dodir ${dest}
+	insinto ${dest}
+	doins -r .
+
+	dodir /usr/bin
+	for command in processing processing-java ; do
+		dosym ${dest}/${command} /usr/bin/${command} || die
+	done
+
+	# Cannot use fperms with wildcards, it seems
+	chmod a+x "${D}"/${dest}/java/bin/* || die
+	chmod a+x "${D}"/${dest}/processing* || die
+}


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

* [gentoo-commits] proj/betagarden:master commit in: media-gfx/processing-bin/
@ 2017-05-12  7:44 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2017-05-12  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     12316fb2f5ddada2a6aaca5bd54e50f381246891
Author:     Jeffrey Lin <anaveragehuman <AT> icurse <DOT> nl>
AuthorDate: Fri May 12 07:36:10 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri May 12 07:43:45 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=12316fb2

media-gfx/processing-bin: 3.3.3

 .../processing-bin/processing-bin-3.3.3.ebuild     | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/media-gfx/processing-bin/processing-bin-3.3.3.ebuild b/media-gfx/processing-bin/processing-bin-3.3.3.ebuild
new file mode 100644
index 0000000..d7c202e
--- /dev/null
+++ b/media-gfx/processing-bin/processing-bin-3.3.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+MY_PN='processing'
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Visual context programming language"
+HOMEPAGE="https://www.processing.org/"
+SRC_URI="amd64? ( http://download.processing.org/${MY_P}-linux64.tgz )"
+
+LICENSE="all-rights-reserved"  # actually not, TODO
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+RESTRICT="strip"
+
+src_install() {
+	local dest=/opt/${MY_P}
+
+	dodir ${dest}
+	insinto ${dest}
+	doins -r .
+
+	dodir /usr/bin
+	for command in processing processing-java ; do
+		dosym ${dest}/${command} /usr/bin/${command} || die
+	done
+
+	# Cannot use fperms with wildcards, it seems
+	chmod a+x "${D}"/${dest}/java/bin/* || die
+	chmod a+x "${D}"/${dest}/processing* || die
+}


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

* [gentoo-commits] proj/betagarden:master commit in: media-gfx/processing-bin/
@ 2017-05-12  7:44 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2017-05-12  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     47a6fb850327c24318bb8291b5e0c886430d21cc
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 07:37:44 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri May 12 07:43:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=47a6fb85

media-gfx/processing-bin: EAPI 6

 media-gfx/processing-bin/processing-bin-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/processing-bin/processing-bin-2.1.1.ebuild b/media-gfx/processing-bin/processing-bin-2.1.1.ebuild
index 4dc98c2..d7c202e 100644
--- a/media-gfx/processing-bin/processing-bin-2.1.1.ebuild
+++ b/media-gfx/processing-bin/processing-bin-2.1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI="6"
 
 MY_PN='processing'
 MY_P="${MY_PN}-${PV}"


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

end of thread, other threads:[~2017-05-12  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12  7:44 [gentoo-commits] proj/betagarden:master commit in: media-gfx/processing-bin/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2017-05-12  7:44 Sebastian Pipping
2014-03-19 16:00 Sebastian Pipping

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