* [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/
@ 2015-12-28 6:59 Slawek Lis
0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2015-12-28 6:59 UTC (permalink / raw
To: gentoo-commits
commit: a63f893dbf166be48fa44e184f20e77aec49a902
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 07:02:15 2015 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 07:02:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63f893d
version bump, #569628
Package-Manager: portage-2.2.26
sci-misc/repsnapper/Manifest | 1 +
sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild | 36 +++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sci-misc/repsnapper/Manifest b/sci-misc/repsnapper/Manifest
index 1c51da6..eb0b5ab 100644
--- a/sci-misc/repsnapper/Manifest
+++ b/sci-misc/repsnapper/Manifest
@@ -1,2 +1,3 @@
DIST repsnapper-2.2.0b3.tar.gz 1314244 SHA256 2f55ce6bc19bba84bb6dbcda12f6546fa306fa163527d009ea8d730b85d80513 SHA512 52828b06734976369347cd1daa87cf027eea88bbf53e9a8501511f9dbdacf0388a64ec9e87b2cf3a546d332f80a069ee7934d4ac33d6b2d6e831ef326ae69b98 WHIRLPOOL c7b072ab9f465969e9b3f35c7c2fc8d9c4864e2b59aa9a983f6f8c9f8e7b21d6f29627fd0e6098035911b451790b54a72554e2737ab7da92938cb3bd89e8c242
DIST repsnapper-2.3.2a3.tar.gz 1344447 SHA256 7c4bc3603401847ce1f15298435c511f76fd74c5d5ae4fc1561c7f378c182fe5 SHA512 f68510baefb898954f58aa5e35909b8215edcd8ee74028e717ad97293091f4b323628ca0ba80ff685d1aef0db4785a2887986b89a95769a70f8f23ab031dafa4 WHIRLPOOL 0693876194c5837091b9f9df7d359833b86222345239f3cf946a0e6efd2f87efc35380745cb2a4dd5587a5193c9a3e54d36454fabb0d38722a02ac70d510645d
+DIST repsnapper-2.4a0.tar.gz 888457 SHA256 06d993b6eafc31b246181f64ef404de6948362d7096407ff06576e2ed416f7da SHA512 b79c51f53ae29d09f5a328366c10b9e775d396f6da0ef24aa71b522fbd718af2f658700838f64ba01ce9c5cab90e39960b0ca5ed2554f802ff37ef258ae89031 WHIRLPOOL 303b34674b4d761069ad4ab935462ef0b7c16e886a8b97039ebd2a3b532664feea00192b23b79bd39cce75b042fed971626e52695c147d088aa3bbe11d69e0e1
diff --git a/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
new file mode 100644
index 0000000..49fc14d
--- /dev/null
+++ b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools flag-o-matic versionator
+
+MY_PV="$(get_version_component_range 1-3)$(get_version_component_range 4)"
+MY_PV=${MY_PV/p/}
+
+DESCRIPTION="Host software for controlling the RepRap open source 3D printer"
+HOMEPAGE="https://github.com/timschmidt/repsnapper"
+SRC_URI="https://github.com/timschmidt/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-cpp/gtkglextmm-1.2
+ dev-cpp/gtkmm:2.4
+ dev-cpp/libxmlpp
+ dev-libs/libzip
+ virtual/opengl
+"
+RDEPEND=${DEPEND}
+
+src_prepare() {
+ epatch "${FILESDIR}/std-c11.patch"
+ eautoreconf
+ append-cxxflags -std=c++11
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/
@ 2016-05-14 23:32 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-05-14 23:32 UTC (permalink / raw
To: gentoo-commits
commit: b4afa0b937cbb479c301d02a8a83cea3b20e4169
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 23:19:52 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:19:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4afa0b9
sci-misc/repsnapper: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
sci-misc/repsnapper/repsnapper-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-misc/repsnapper/repsnapper-9999.ebuild b/sci-misc/repsnapper/repsnapper-9999.ebuild
index 3d04fe6..ed562e0 100644
--- a/sci-misc/repsnapper/repsnapper-9999.ebuild
+++ b/sci-misc/repsnapper/repsnapper-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ IUSE=""
DEPEND="
>=dev-cpp/gtkglextmm-1.2
- >=dev-cpp/gtkmm-2.4
+ dev-cpp/gtkmm:2.4
dev-cpp/libxmlpp
dev-libs/libzip
virtual/opengl
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/
@ 2016-09-19 19:23 Slawek Lis
0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2016-09-19 19:23 UTC (permalink / raw
To: gentoo-commits
commit: f8f4b1fbacc9a4887dbd7fee00052ce0ed8a0517
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 19:21:57 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 19:21:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f4b1fb
sci-misc/repsnapper: updated deps to use correct libxmlpp slot
As reported in bug 594324 repsnapper is not compatible with latest libxmlpp-3.0
There is a need to use explicit slot to solve this problem
Reported-By: Toralf Förster <toralf.foerster <AT> gmx.de>
Package-Manager: portage-2.3.0
sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild | 4 ++--
sci-misc/repsnapper/repsnapper-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
index 49fc14d..a976a17 100644
--- a/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
+++ b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,7 +23,7 @@ IUSE=""
DEPEND="
>=dev-cpp/gtkglextmm-1.2
dev-cpp/gtkmm:2.4
- dev-cpp/libxmlpp
+ dev-cpp/libxmlpp:2.6
dev-libs/libzip
virtual/opengl
"
diff --git a/sci-misc/repsnapper/repsnapper-9999.ebuild b/sci-misc/repsnapper/repsnapper-9999.ebuild
index ed562e0..c56bddd 100644
--- a/sci-misc/repsnapper/repsnapper-9999.ebuild
+++ b/sci-misc/repsnapper/repsnapper-9999.ebuild
@@ -18,7 +18,7 @@ IUSE=""
DEPEND="
>=dev-cpp/gtkglextmm-1.2
dev-cpp/gtkmm:2.4
- dev-cpp/libxmlpp
+ dev-cpp/libxmlpp:2.6
dev-libs/libzip
virtual/opengl
"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/
@ 2016-09-19 19:23 Slawek Lis
0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2016-09-19 19:23 UTC (permalink / raw
To: gentoo-commits
commit: e9ebc4a895a4218083c97289d112447dc45c8089
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 19:22:51 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 19:22:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ebc4a8
sci-misc/repsnapper: dropped oldest version 2.2.0b_p3
Package-Manager: portage-2.3.0
sci-misc/repsnapper/Manifest | 1 -
sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild | 34 -------------------------
2 files changed, 35 deletions(-)
diff --git a/sci-misc/repsnapper/Manifest b/sci-misc/repsnapper/Manifest
index eb0b5ab..ef90ee9 100644
--- a/sci-misc/repsnapper/Manifest
+++ b/sci-misc/repsnapper/Manifest
@@ -1,3 +1,2 @@
-DIST repsnapper-2.2.0b3.tar.gz 1314244 SHA256 2f55ce6bc19bba84bb6dbcda12f6546fa306fa163527d009ea8d730b85d80513 SHA512 52828b06734976369347cd1daa87cf027eea88bbf53e9a8501511f9dbdacf0388a64ec9e87b2cf3a546d332f80a069ee7934d4ac33d6b2d6e831ef326ae69b98 WHIRLPOOL c7b072ab9f465969e9b3f35c7c2fc8d9c4864e2b59aa9a983f6f8c9f8e7b21d6f29627fd0e6098035911b451790b54a72554e2737ab7da92938cb3bd89e8c242
DIST repsnapper-2.3.2a3.tar.gz 1344447 SHA256 7c4bc3603401847ce1f15298435c511f76fd74c5d5ae4fc1561c7f378c182fe5 SHA512 f68510baefb898954f58aa5e35909b8215edcd8ee74028e717ad97293091f4b323628ca0ba80ff685d1aef0db4785a2887986b89a95769a70f8f23ab031dafa4 WHIRLPOOL 0693876194c5837091b9f9df7d359833b86222345239f3cf946a0e6efd2f87efc35380745cb2a4dd5587a5193c9a3e54d36454fabb0d38722a02ac70d510645d
DIST repsnapper-2.4a0.tar.gz 888457 SHA256 06d993b6eafc31b246181f64ef404de6948362d7096407ff06576e2ed416f7da SHA512 b79c51f53ae29d09f5a328366c10b9e775d396f6da0ef24aa71b522fbd718af2f658700838f64ba01ce9c5cab90e39960b0ca5ed2554f802ff37ef258ae89031 WHIRLPOOL 303b34674b4d761069ad4ab935462ef0b7c16e886a8b97039ebd2a3b532664feea00192b23b79bd39cce75b042fed971626e52695c147d088aa3bbe11d69e0e1
diff --git a/sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild b/sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild
deleted file mode 100644
index 5597383..00000000
--- a/sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools versionator
-
-MY_PV="$(get_version_component_range 1-4)$(get_version_component_range 5)"
-MY_PV=${MY_PV/p/}
-
-DESCRIPTION="Host software for controlling the RepRap open source 3D printer"
-HOMEPAGE="https://github.com/timschmidt/repsnapper"
-SRC_URI="https://github.com/timschmidt/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-cpp/gtkglextmm-1.2
- dev-cpp/gtkmm:2.4
- dev-cpp/libxmlpp
- dev-libs/libzip
- virtual/opengl
-"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/
@ 2017-05-26 5:40 Slawek Lis
0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2017-05-26 5:40 UTC (permalink / raw
To: gentoo-commits
commit: c261bd1db598e863c9912873d920e1983f0ed714
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 05:45:47 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri May 26 05:46:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c261bd1d
sci-misc/repsnapper: version bump version bump to 2.4-p3
Also solves problem reported in bug 594474
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-misc/repsnapper/Manifest | 1 +
sci-misc/repsnapper/repsnapper-2.4a_p3.ebuild | 34 +++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sci-misc/repsnapper/Manifest b/sci-misc/repsnapper/Manifest
index ef90ee9d83d..4a483296c3a 100644
--- a/sci-misc/repsnapper/Manifest
+++ b/sci-misc/repsnapper/Manifest
@@ -1,2 +1,3 @@
DIST repsnapper-2.3.2a3.tar.gz 1344447 SHA256 7c4bc3603401847ce1f15298435c511f76fd74c5d5ae4fc1561c7f378c182fe5 SHA512 f68510baefb898954f58aa5e35909b8215edcd8ee74028e717ad97293091f4b323628ca0ba80ff685d1aef0db4785a2887986b89a95769a70f8f23ab031dafa4 WHIRLPOOL 0693876194c5837091b9f9df7d359833b86222345239f3cf946a0e6efd2f87efc35380745cb2a4dd5587a5193c9a3e54d36454fabb0d38722a02ac70d510645d
DIST repsnapper-2.4a0.tar.gz 888457 SHA256 06d993b6eafc31b246181f64ef404de6948362d7096407ff06576e2ed416f7da SHA512 b79c51f53ae29d09f5a328366c10b9e775d396f6da0ef24aa71b522fbd718af2f658700838f64ba01ce9c5cab90e39960b0ca5ed2554f802ff37ef258ae89031 WHIRLPOOL 303b34674b4d761069ad4ab935462ef0b7c16e886a8b97039ebd2a3b532664feea00192b23b79bd39cce75b042fed971626e52695c147d088aa3bbe11d69e0e1
+DIST repsnapper-2.4a3.tar.gz 888546 SHA256 f9fd847e28ae481df26d49e9017ebbadbf6395c8d20b846577a5284d1c4d4ff0 SHA512 ebe586a9212edbf699444a9c89b25702facd1018751658b831e9e662cd1bc2c54e6827802c0d89055c2882cef7db343bf036c08a9a1fc28bc66acee895bca6aa WHIRLPOOL 3095265bcebf3c76b1bce8d2faf09402a2d1fa9dde758662a648ccf2867c5aede36a4c457add747923d58cec2368962c0380f263482e50548e3b15b1e270bb9f
diff --git a/sci-misc/repsnapper/repsnapper-2.4a_p3.ebuild b/sci-misc/repsnapper/repsnapper-2.4a_p3.ebuild
new file mode 100644
index 00000000000..860571030c5
--- /dev/null
+++ b/sci-misc/repsnapper/repsnapper-2.4a_p3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools flag-o-matic versionator
+
+MY_PV="$(get_version_component_range 1-3)$(get_version_component_range 4)"
+MY_PV=${MY_PV/p/}
+
+DESCRIPTION="Host software for controlling the RepRap open source 3D printer"
+HOMEPAGE="https://github.com/timschmidt/repsnapper"
+SRC_URI="https://github.com/timschmidt/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-cpp/gtkglextmm-1.2
+ dev-cpp/gtkmm:2.4
+ dev-cpp/libxmlpp:2.6
+ dev-libs/libzip
+ virtual/opengl
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ eautoreconf
+ append-cxxflags -std=c++11
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/
@ 2017-07-30 10:04 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-07-30 10:04 UTC (permalink / raw
To: gentoo-commits
commit: b753c6efd25b173f3b2481d842ce17063daf2539
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 19:09:46 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 10:04:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b753c6ef
sci-misc/repsnapper: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
sci-misc/repsnapper/repsnapper-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-misc/repsnapper/repsnapper-9999.ebuild b/sci-misc/repsnapper/repsnapper-9999.ebuild
index 43bd03528bb..94bff9cff95 100644
--- a/sci-misc/repsnapper/repsnapper-9999.ebuild
+++ b/sci-misc/repsnapper/repsnapper-9999.ebuild
@@ -7,7 +7,7 @@ inherit autotools git-2
DESCRIPTION="Host software for controlling the RepRap open source 3D printer"
HOMEPAGE="https://github.com/timschmidt/repsnapper"
-EGIT_REPO_URI="git://github.com/timschmidt/${PN}.git"
+EGIT_REPO_URI="https://github.com/timschmidt/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/
@ 2019-12-15 20:24 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-12-15 20:24 UTC (permalink / raw
To: gentoo-commits
commit: fb811ecb29bea45579143922742ab620bb805cb4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 20:22:33 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 20:24:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb811ecb
sci-misc/repsnapper: Switch to git-r3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-misc/repsnapper/repsnapper-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-misc/repsnapper/repsnapper-9999.ebuild b/sci-misc/repsnapper/repsnapper-9999.ebuild
index 94bff9cff95..e52ec41c78d 100644
--- a/sci-misc/repsnapper/repsnapper-9999.ebuild
+++ b/sci-misc/repsnapper/repsnapper-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools git-2
+inherit autotools git-r3
DESCRIPTION="Host software for controlling the RepRap open source 3D printer"
HOMEPAGE="https://github.com/timschmidt/repsnapper"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-12-15 20:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 19:23 [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/ Slawek Lis
-- strict thread matches above, loose matches on Subject: below --
2019-12-15 20:24 Michał Górny
2017-07-30 10:04 Michał Górny
2017-05-26 5:40 Slawek Lis
2016-09-19 19:23 Slawek Lis
2016-05-14 23:32 David Seifert
2015-12-28 6:59 Slawek Lis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox