public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-tcltk/togl/
@ 2015-04-03 17:53 Guillaume Horel
  0 siblings, 0 replies; 6+ messages in thread
From: Guillaume Horel @ 2015-04-03 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5a8fa0d49f970ef85166d8cffed2e9e73bfdc804
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr  3 10:35:04 2015 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr  3 10:35:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a8fa0d4

dev-tcltk/togl: Bump to EAPI=5; Cleanup

Package-Manager: portage-2.2.14

 dev-tcltk/togl/ChangeLog          | 6 ++++--
 dev-tcltk/togl/togl-1.7-r1.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog
index 89ad729..0a29a36 100644
--- a/dev-tcltk/togl/ChangeLog
+++ b/dev-tcltk/togl/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-tcltk/togl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de> togl-1.7-r1.ebuild:
+  Bump to EAPI=5; Cleanup
+
   01 Oct 2009; Oliver Borm (boroli) <oli.borm@web.de> ChangeLog:
   Fixed install paths for togl-1.7; removed 2.0 as this is now in portage
 
@@ -22,4 +25,3 @@
   20 Mar 2009; Justin Lecher (jlec) <jlec@j-schmitz.net> +metadata.xml,
   +togl-2.0.ebuild:
   Initial checkin
-

diff --git a/dev-tcltk/togl/togl-1.7-r1.ebuild b/dev-tcltk/togl/togl-1.7-r1.ebuild
index dae6ddb..9d17cb0 100644
--- a/dev-tcltk/togl/togl-1.7-r1.ebuild
+++ b/dev-tcltk/togl/togl-1.7-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 MY_P="Togl-${PV}"
 
@@ -32,8 +32,8 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "failed to install"
-	rm "${D}"/usr/include/*
+	emake DESTDIR="${D}" install
+	rm "${D}"/usr/include/* || die
 	insinto /usr/include/${PN}-${SLOT}
 	doins togl*.h
 }


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

* [gentoo-commits] proj/sci:master commit in: dev-tcltk/togl/
@ 2020-10-15 12:57 Aisha Tammy
  0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-10-15 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     602e0139e74562dcbf80eb24f640ed8a0625c192
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Oct 15 12:56:04 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Oct 15 12:56:59 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=602e0139

dev-tcltk/togl: version bump to 2.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-tcltk/togl/togl-2.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/dev-tcltk/togl/togl-2.0.ebuild b/dev-tcltk/togl/togl-2.0.ebuild
new file mode 100644
index 000000000..2dba7d44e
--- /dev/null
+++ b/dev-tcltk/togl/togl-2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="Togl${PV}"
+
+DESCRIPTION="Tk widget for OpenGL rendering"
+HOMEPAGE="http://togl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="2.0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +threads"
+
+RDEPEND="
+	dev-lang/tk:0
+	virtual/opengl
+"
+DEPEND="${RDEPEND}"
+
+# tests directory is missing
+RESTRICT="test"
+
+src_configure() {
+	local myconf=(
+		$(use_enable debug symbols)
+		$(use_enable amd64 64bit)
+		$(use_enable threads)
+	)
+	econf ${myconf[@]}
+}
+
+src_install() {
+	default
+	rm "${ED}"/usr/include/* || die
+	insinto /usr/include/${PN}-${SLOT}
+	doins togl*.h
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-tcltk/togl/
@ 2021-03-03 14:42 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b45d5455796b682c94febae42ec2190dbbffd432
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 14:37:54 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 14:37:54 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b45d5455

dev-tcltk/togl: drop old

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

 dev-tcltk/togl/togl-1.7-r1.ebuild | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-tcltk/togl/togl-1.7-r1.ebuild b/dev-tcltk/togl/togl-1.7-r1.ebuild
deleted file mode 100644
index 714cae183..000000000
--- a/dev-tcltk/togl/togl-1.7-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="Togl-${PV}"
-
-DESCRIPTION="A Tk widget for OpenGL rendering"
-HOMEPAGE="http://togl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="1.7"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +threads"
-
-RDEPEND="
-	dev-lang/tk:0
-	virtual/opengl"
-DEPEND="${RDEPEND}"
-
-# tests directory is missing
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	econf \
-		$(use_enable debug symbols) \
-		$(use_enable amd64 64bit) \
-		$(use_enable threads)
-}
-
-src_install() {
-	default
-	rm "${D}"/usr/include/* || die
-	insinto /usr/include/${PN}-${SLOT}
-	doins togl*.h
-}


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

* [gentoo-commits] proj/sci:master commit in: dev-tcltk/togl/
@ 2021-03-03 15:02 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ee207dbb287e5379c1b4df1c82aca0a11f86f7d8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 15:02:08 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 15:02:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ee207dbb

Revert "dev-tcltk/togl: drop old"

This reverts commit b45d5455796b682c94febae42ec2190dbbffd432.

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

 dev-tcltk/togl/togl-1.7-r1.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/dev-tcltk/togl/togl-1.7-r1.ebuild b/dev-tcltk/togl/togl-1.7-r1.ebuild
new file mode 100644
index 000000000..714cae183
--- /dev/null
+++ b/dev-tcltk/togl/togl-1.7-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MY_P="Togl-${PV}"
+
+DESCRIPTION="A Tk widget for OpenGL rendering"
+HOMEPAGE="http://togl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="1.7"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +threads"
+
+RDEPEND="
+	dev-lang/tk:0
+	virtual/opengl"
+DEPEND="${RDEPEND}"
+
+# tests directory is missing
+RESTRICT="test"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	econf \
+		$(use_enable debug symbols) \
+		$(use_enable amd64 64bit) \
+		$(use_enable threads)
+}
+
+src_install() {
+	default
+	rm "${D}"/usr/include/* || die
+	insinto /usr/include/${PN}-${SLOT}
+	doins togl*.h
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-tcltk/togl/
@ 2021-03-03 15:04 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8dcca00dacc487638d653f7c27e36f7e56642a4c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 15:04:13 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 15:04:13 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8dcca00d

dev-tcltk/togl: EAPI bump

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

 dev-tcltk/togl/togl-1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/togl/togl-1.7-r1.ebuild b/dev-tcltk/togl/togl-1.7-r1.ebuild
index 714cae183..c847ab287 100644
--- a/dev-tcltk/togl/togl-1.7-r1.ebuild
+++ b/dev-tcltk/togl/togl-1.7-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P="Togl-${PV}"
 


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

* [gentoo-commits] proj/sci:master commit in: dev-tcltk/togl/
@ 2022-01-13 14:22 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-13 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     972efbe2920f563a6ad84c8b5b105cd54a500027
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 14:22:38 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 14:22:38 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=972efbe2

dev-tcltk/togl: cleanup old

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-tcltk/togl/metadata.xml       | 11 -----------
 dev-tcltk/togl/togl-1.7-r1.ebuild | 39 -------------------------------------
 dev-tcltk/togl/togl-2.0.ebuild    | 41 ---------------------------------------
 3 files changed, 91 deletions(-)

diff --git a/dev-tcltk/togl/metadata.xml b/dev-tcltk/togl/metadata.xml
deleted file mode 100644
index c191e6dbe..000000000
--- a/dev-tcltk/togl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">togl</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-tcltk/togl/togl-1.7-r1.ebuild b/dev-tcltk/togl/togl-1.7-r1.ebuild
deleted file mode 100644
index c847ab287..000000000
--- a/dev-tcltk/togl/togl-1.7-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="Togl-${PV}"
-
-DESCRIPTION="A Tk widget for OpenGL rendering"
-HOMEPAGE="http://togl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="1.7"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +threads"
-
-RDEPEND="
-	dev-lang/tk:0
-	virtual/opengl"
-DEPEND="${RDEPEND}"
-
-# tests directory is missing
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	econf \
-		$(use_enable debug symbols) \
-		$(use_enable amd64 64bit) \
-		$(use_enable threads)
-}
-
-src_install() {
-	default
-	rm "${D}"/usr/include/* || die
-	insinto /usr/include/${PN}-${SLOT}
-	doins togl*.h
-}

diff --git a/dev-tcltk/togl/togl-2.0.ebuild b/dev-tcltk/togl/togl-2.0.ebuild
deleted file mode 100644
index 2dba7d44e..000000000
--- a/dev-tcltk/togl/togl-2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="Togl${PV}"
-
-DESCRIPTION="Tk widget for OpenGL rendering"
-HOMEPAGE="http://togl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="2.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +threads"
-
-RDEPEND="
-	dev-lang/tk:0
-	virtual/opengl
-"
-DEPEND="${RDEPEND}"
-
-# tests directory is missing
-RESTRICT="test"
-
-src_configure() {
-	local myconf=(
-		$(use_enable debug symbols)
-		$(use_enable amd64 64bit)
-		$(use_enable threads)
-	)
-	econf ${myconf[@]}
-}
-
-src_install() {
-	default
-	rm "${ED}"/usr/include/* || die
-	insinto /usr/include/${PN}-${SLOT}
-	doins togl*.h
-}


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

end of thread, other threads:[~2022-01-13 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 14:42 [gentoo-commits] proj/sci:master commit in: dev-tcltk/togl/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-01-13 14:22 Andrew Ammerlaan
2021-03-03 15:04 Andrew Ammerlaan
2021-03-03 15:02 Andrew Ammerlaan
2020-10-15 12:57 Aisha Tammy
2015-04-03 17:53 Guillaume Horel

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