* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 21:23 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 21:23 UTC (permalink / raw
To: gentoo-commits
commit: e620f45c075e11d6856695ad3bbf0726c8a3d067
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:24:46 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:24:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e620f45c
move from virtual libffi
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 6 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614.ebuild | 173 --------------------------
2 files changed, 3 insertions(+), 176 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index 02686d2..608b1b3 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
-DIST Squeak-4.10.2.2614-src.tar.gz 3297314 SHA256 3db6d12ea223e5bc49f52af7f6f832e383a3a006a53bc8a87f6469e1af5dfc2e SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07 WHIRLPOOL 61b79800c7039e64bcc87d8f1f558322bae35371ffb9ec6b9ed04fc94dcb3900942ad8fa22160074d7e8f74d4f79b29713e713dcf50133ffa45c07e639edb6d4
-EBUILD squeakvm-4.10.2.2614.ebuild 3934 SHA256 9c082c94ffded94739291f6e50e2fde0e3f7c0ac6143512e8946b92276c6f789 SHA512 5f1ff4415a35dfef84c5d680884ab7d142c27b7c7f0dca5a3c40079ec7371e3fcb00b33b4b6510ca039e8e942ed6ff1e9f41fb8925cebf753d34a2a368711bc0 WHIRLPOOL 3765e5f2c12fc0e8d7744544b06e55505bc464063519e1efbfe406a9be67319ac26c5608b6624c5448402e617b6a7696e577f988aee44fcf43765bd0feaf7e5c
-MISC metadata.xml 1688 SHA256 8e9ecd27e6a354456d37627b506756597a714ceaf236982e7522868331d98ae3 SHA512 04bf8fd502459d8847276004ba11c0dee8f4d9f957e786ff926f438c83692cf13146e2a3bad15c7610fab64b0a24f3447682dbd4e725e1c666d70dc869d53e76 WHIRLPOOL df3068a1b66d5f16dfbab5bda812d44f1271f91dfd520dfc15f95db3d56569bf831501cfb1f9253e4ad1ed23cab638609d09de9ca453d62cbd541c52983d6ded
+DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3934 BLAKE2B ef3fd35c059f4319a647240814b14c942ef1b79eec69287d4940fa5e60f2707d3c340608e2053b4c00898641efaeea9f1f3b6ef94d4798663eac91ab8bb1af44 SHA512 361823bb98048074127300464bbbdd7dfae4c7ef2e1ee9c25b1bc890eba668e29010126dca23b0aa6495e90e8b71f814afa8a243c70cb4d501a5c8687985a99c
+MISC metadata.xml 1688 BLAKE2B 33aa5a8d87e616d467006de87d980be3f6b040f4ba94bf02bcc1c24af05ee596a8a475c18932044889fcc62287cd51c56cc39f46f439ffd5436bd89d3fec8c13 SHA512 04bf8fd502459d8847276004ba11c0dee8f4d9f957e786ff926f438c83692cf13146e2a3bad15c7610fab64b0a24f3447682dbd4e725e1c666d70dc869d53e76
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614.ebuild
deleted file mode 100644
index 571ee79..0000000
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit versionator fixheadtails
-DESCRIPTION="Highly-portable Smalltalk-80 implementation"
-HOMEPAGE="http://www.squeak.org/"
-SRC_URI="http://squeakvm.org/unix/release/Squeak-${PV}-src.tar.gz"
-LICENSE="Apple"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="+X +mmx +threads +iconv +opengl image64 alsa oss pulseaudio nas +v4l fbcon dbus +scratch examples"
-
-
-DEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
- dev-util/cmake
- media-libs/freetype
- >=x11-libs/cairo-1.8.6
- >=x11-libs/pango-1.20.5
- >=dev-libs/glib-2.20.1:2
- virtual/libffi
- sys-apps/util-linux
- iconv? ( virtual/libiconv )
- opengl? ( virtual/opengl )
- v4l? ( >=media-libs/libv4l-0.5.8 )
- alsa? ( media-libs/alsa-lib )
- oss? ( || ( media-libs/alsa-oss media-sound/oss ) )
- pulseaudio? ( media-sound/pulseaudio )
- nas? ( media-libs/nas )
- dbus? ( sys-apps/dbus )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Squeak-${PV}-src"
-
-src_prepare() {
- ht_fix_all
- eapply_user
- if ! use examples; then
- rm -rf unix/vm-display-custom
- rm -rf unix/vm-sound-custom
- fi
-}
-
-src_configure() {
- local myconf=""
- if use X; then
- myconf="${myconf} --with-x"
- else
- myconf="${myconf} --without-x"
- fi
- if use threads; then
- myconf="${myconf} --enable-mpg-pthread"
- else
- myconf="${myconf} --disable-mpg-pthread"
- fi
- if use iconv; then
- myconf="${myconf} --enable-iconv"
- else
- myconf="${myconf} --disable-iconv"
- fi
-
- if use opengl; then
- myconf="${myconf} --with-gl"
- else
- myconf="${myconf} --without-gl"
- fi
-
- if use alsa; then
- myconf="${myconf} --with-alsa"
- else
- myconf="${myconf} --without-alsa"
- fi
-
- if use oss; then
- myconf="${myconf} --with-oss"
- else
- myconf="${myconf} --without-oss"
- fi
-
- if use pulseaudio; then
- myconf="${myconf} --with-pulse"
- else
- myconf="${myconf} --without-pulse"
- fi
-
- if use nas; then
- myconf="${myconf} --with-NAS"
- else
- myconf="${myconf} --without-NAS"
- fi
-
- if use v4l; then
- myconf="${myconf} --with-CameraPlugin"
- else
- myconf="${myconf} --without-CameraPlugin"
- fi
-
- if use fbcon; then
- myconf="${myconf} --with-fbdev"
- else
- myconf="${myconf} --without-fbdev"
- fi
-
- if use dbus; then
- myconf="${myconf} --with-DBusPlugin"
- else
- myconf="${myconf} --without-DBusPlugin"
- fi
-
- if use scratch; then
- myconf="${myconf} --with-ScratchPlugin"
- else
- myconf="${myconf} --without-ScratchPlugin"
- fi
-
-
- if use X; then
- myconf="${myconf} --with-x"
- else
- myconf="${myconf} --without-x"
- fi
-
-
- if use X; then
- myconf="${myconf} --with-x"
- else
- myconf="${myconf} --without-x"
- fi
-
-
-
-
- #use mmx && myconf="${myconf} --enable-mpg-mmx"
- #use threads && myconf="${myconf} --enable-mpg-pthread"
- #use iconv || myconf="${myconf} --disable-iconv"
- #use opengl || myconf="${myconf} --without-gl"
- use image64 && myconf="${myconf} --image64"
- #use alsa || myconf="${myconf} --without-alsa"
- #use oss || myconf="${myconf} --without-OSS"
- #use pulseaudio || myconf="${myconf} --without-pulse"
- #use nas || myconf="${myconf} --without-NAS"
- #use v4l || myconf="${myconf} --without-CameraPlugin"
- #use fbcon || myconf="${myconf} --without-fbdev"
- #use dbus || myconf="${myconf} --without-DBusPlugin"
- #use scratch || myconf="${myconf} --without-ScratchPlugin"
-
-
-
- cd ${S}
- touch unix/npsqueak/CMakeLists.txt
- mkdir build
- cd build
- ../unix/cmake/configure \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-ffi=x86-sysv \
- --without-npsqueak \
- --without-quartz \
- --without-Sun \
- --without-MaxOSX \
- --without-WeDoPlugin \
- --with-FT2Plugin \
- --with-SqueakFFIPrims \
- ${myconf} || die "configure failed"
-}
-
-src_install() {
- dodoc README unix/ChangeLog
- cd ${S}/build
- emake DESTDIR=${D} ROOT=${D} docdir=/usr/share/doc/${PF} install || die
- exeinto /usr/lib/squeak
- exeinto /usr/lib/ckformat
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 21:27 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 21:27 UTC (permalink / raw
To: gentoo-commits
commit: c4d2478f26be13e09d2e18d9b5e0d0f407eb9041
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:29:29 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:29:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=c4d2478f
move from virtual libffi
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 173 +++++++++++++++++++++++
1 file changed, 173 insertions(+)
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
new file mode 100644
index 0000000..a3b7c68
--- /dev/null
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+inherit versionator fixheadtails
+DESCRIPTION="Highly-portable Smalltalk-80 implementation"
+HOMEPAGE="http://www.squeak.org/"
+SRC_URI="http://squeakvm.org/unix/release/Squeak-${PV}-src.tar.gz"
+LICENSE="Apple"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="+X +mmx +threads +iconv +opengl image64 alsa oss pulseaudio nas +v4l fbcon dbus +scratch examples"
+
+
+DEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
+ dev-util/cmake
+ media-libs/freetype
+ >=x11-libs/cairo-1.8.6
+ >=x11-libs/pango-1.20.5
+ >=dev-libs/glib-2.20.1:2
+ dev-libs/libff
+ sys-apps/util-linux
+ iconv? ( virtual/libiconv )
+ opengl? ( virtual/opengl )
+ v4l? ( >=media-libs/libv4l-0.5.8 )
+ alsa? ( media-libs/alsa-lib )
+ oss? ( || ( media-libs/alsa-oss media-sound/oss ) )
+ pulseaudio? ( media-sound/pulseaudio )
+ nas? ( media-libs/nas )
+ dbus? ( sys-apps/dbus )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/Squeak-${PV}-src"
+
+src_prepare() {
+ ht_fix_all
+ eapply_user
+ if ! use examples; then
+ rm -rf unix/vm-display-custom
+ rm -rf unix/vm-sound-custom
+ fi
+}
+
+src_configure() {
+ local myconf=""
+ if use X; then
+ myconf="${myconf} --with-x"
+ else
+ myconf="${myconf} --without-x"
+ fi
+ if use threads; then
+ myconf="${myconf} --enable-mpg-pthread"
+ else
+ myconf="${myconf} --disable-mpg-pthread"
+ fi
+ if use iconv; then
+ myconf="${myconf} --enable-iconv"
+ else
+ myconf="${myconf} --disable-iconv"
+ fi
+
+ if use opengl; then
+ myconf="${myconf} --with-gl"
+ else
+ myconf="${myconf} --without-gl"
+ fi
+
+ if use alsa; then
+ myconf="${myconf} --with-alsa"
+ else
+ myconf="${myconf} --without-alsa"
+ fi
+
+ if use oss; then
+ myconf="${myconf} --with-oss"
+ else
+ myconf="${myconf} --without-oss"
+ fi
+
+ if use pulseaudio; then
+ myconf="${myconf} --with-pulse"
+ else
+ myconf="${myconf} --without-pulse"
+ fi
+
+ if use nas; then
+ myconf="${myconf} --with-NAS"
+ else
+ myconf="${myconf} --without-NAS"
+ fi
+
+ if use v4l; then
+ myconf="${myconf} --with-CameraPlugin"
+ else
+ myconf="${myconf} --without-CameraPlugin"
+ fi
+
+ if use fbcon; then
+ myconf="${myconf} --with-fbdev"
+ else
+ myconf="${myconf} --without-fbdev"
+ fi
+
+ if use dbus; then
+ myconf="${myconf} --with-DBusPlugin"
+ else
+ myconf="${myconf} --without-DBusPlugin"
+ fi
+
+ if use scratch; then
+ myconf="${myconf} --with-ScratchPlugin"
+ else
+ myconf="${myconf} --without-ScratchPlugin"
+ fi
+
+
+ if use X; then
+ myconf="${myconf} --with-x"
+ else
+ myconf="${myconf} --without-x"
+ fi
+
+
+ if use X; then
+ myconf="${myconf} --with-x"
+ else
+ myconf="${myconf} --without-x"
+ fi
+
+
+
+
+ #use mmx && myconf="${myconf} --enable-mpg-mmx"
+ #use threads && myconf="${myconf} --enable-mpg-pthread"
+ #use iconv || myconf="${myconf} --disable-iconv"
+ #use opengl || myconf="${myconf} --without-gl"
+ use image64 && myconf="${myconf} --image64"
+ #use alsa || myconf="${myconf} --without-alsa"
+ #use oss || myconf="${myconf} --without-OSS"
+ #use pulseaudio || myconf="${myconf} --without-pulse"
+ #use nas || myconf="${myconf} --without-NAS"
+ #use v4l || myconf="${myconf} --without-CameraPlugin"
+ #use fbcon || myconf="${myconf} --without-fbdev"
+ #use dbus || myconf="${myconf} --without-DBusPlugin"
+ #use scratch || myconf="${myconf} --without-ScratchPlugin"
+
+
+
+ cd ${S}
+ touch unix/npsqueak/CMakeLists.txt
+ mkdir build
+ cd build
+ ../unix/cmake/configure \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-ffi=x86-sysv \
+ --without-npsqueak \
+ --without-quartz \
+ --without-Sun \
+ --without-MaxOSX \
+ --without-WeDoPlugin \
+ --with-FT2Plugin \
+ --with-SqueakFFIPrims \
+ ${myconf} || die "configure failed"
+}
+
+src_install() {
+ dodoc README unix/ChangeLog
+ cd ${S}/build
+ emake DESTDIR=${D} ROOT=${D} docdir=/usr/share/doc/${PF} install || die
+ exeinto /usr/lib/squeak
+ exeinto /usr/lib/ckformat
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: d7afc732f471c073f5bb6a830398e20a1cb52945
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:35:36 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:35:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=d7afc732
spell libffi correctly
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index 608b1b3..43146a2 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
-EBUILD squeakvm-4.10.2.2614-r1.ebuild 3934 BLAKE2B ef3fd35c059f4319a647240814b14c942ef1b79eec69287d4940fa5e60f2707d3c340608e2053b4c00898641efaeea9f1f3b6ef94d4798663eac91ab8bb1af44 SHA512 361823bb98048074127300464bbbdd7dfae4c7ef2e1ee9c25b1bc890eba668e29010126dca23b0aa6495e90e8b71f814afa8a243c70cb4d501a5c8687985a99c
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3935 BLAKE2B c14cd2c4f9e8351991580bc9b67dcba038e29a484cd27725d081b03099bdd5e9e26f4cf79afe0ac748c331a0b4ffd054a52a051ffad38c640a1edda66ac6f8b8 SHA512 25c9d22cadbec42df32a2ee454f442285d434429939f45dc96cd4a18f43f565f94144dd29ef6f7fca061992fb20013217e858764441aa155dd55966e3be0ba50
MISC metadata.xml 1688 BLAKE2B 33aa5a8d87e616d467006de87d980be3f6b040f4ba94bf02bcc1c24af05ee596a8a475c18932044889fcc62287cd51c56cc39f46f439ffd5436bd89d3fec8c13 SHA512 04bf8fd502459d8847276004ba11c0dee8f4d9f957e786ff926f438c83692cf13146e2a3bad15c7610fab64b0a24f3447682dbd4e725e1c666d70dc869d53e76
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index a3b7c68..139db21 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -17,7 +17,7 @@ DEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
>=x11-libs/cairo-1.8.6
>=x11-libs/pango-1.20.5
>=dev-libs/glib-2.20.1:2
- dev-libs/libff
+ dev-libs/libffi
sys-apps/util-linux
iconv? ( virtual/libiconv )
opengl? ( virtual/opengl )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 6dafabc936f5bd4810b43bf5710dc373e0ad7507
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:54:22 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:54:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=6dafabc9
fix whitespace problems
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 46 ++++++++++--------------
2 files changed, 20 insertions(+), 28 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index dc6f35c..40ce361 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
-EBUILD squeakvm-4.10.2.2614-r1.ebuild 3928 BLAKE2B 1d86223618e2192a5137e8d4baa98715dabb031ed8475487a7419c8905a9a629fe932df130d3a3b0abf94e68b455ded63027e58388a4dc3cceea60f44f625fd5 SHA512 497331784e5c272631251913998d8f328a243b332e7f2590c57e1f43e3547325c18ad6d919bf3720cdd41c7b91d6ad841aa4c9629720dd2dd973fcd7275ac6be
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3896 BLAKE2B e8d467e67ea834921e2c6d93e9819acf2a330f9e3c046a8961b029ac2b8fdfd0a60479f470848610337744562e648de4434d4d07993b442bad950865239b1160 SHA512 490ac8f21f47eccb80af2d3ed3f740d731cd4adae853c394117185de019367236f20f6db02a8eadc8dbc41bd1e2898fd93a10bd2175e54d2e279069185011158
MISC metadata.xml 1746 BLAKE2B 4511977296e08a98f1183fc821eb46d02a6de552d7dde38f83bbf79f221b1a3820acecad611ac03ab8523dbc25ec5f15beb17d8573f0df06a826ea2cc319c141 SHA512 d336cce9630574f84f5c711fb0d2dad5d70101a4ecd63f770355284efea342ddcab8346cd4cebe934574ac51576fe1f64113bfa077afca64f7e25a0b2b300ab0
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index 407f9e1..b11f22f 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit versionator fixheadtails
+inherit versionator fixheadtails
DESCRIPTION="Highly-portable Smalltalk-80 implementation"
HOMEPAGE="http://www.squeak.org/"
SRC_URI="http://squeakvm.org/unix/release/Squeak-${PV}-src.tar.gz"
@@ -11,10 +11,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+X +mmx +threads +iconv +opengl image64 alsa oss pulseaudio nas +v4l fbcon dbus +scratch examples"
-
-RDEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
+RDEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
media-libs/freetype
- >=x11-libs/cairo-1.8.6
+ >=x11-libs/cairo-1.8.6
>=x11-libs/pango-1.20.5
>=dev-libs/glib-2.20.1:2
dev-libs/libffi
@@ -43,93 +42,88 @@ src_prepare() {
src_configure() {
local myconf=""
- if use X; then
+ if use X; then
myconf="${myconf} --with-x"
else
myconf="${myconf} --without-x"
fi
- if use threads; then
+ if use threads; then
myconf="${myconf} --enable-mpg-pthread"
else
myconf="${myconf} --disable-mpg-pthread"
fi
- if use iconv; then
+ if use iconv; then
myconf="${myconf} --enable-iconv"
else
myconf="${myconf} --disable-iconv"
fi
- if use opengl; then
+ if use opengl; then
myconf="${myconf} --with-gl"
else
myconf="${myconf} --without-gl"
fi
- if use alsa; then
+ if use alsa; then
myconf="${myconf} --with-alsa"
else
myconf="${myconf} --without-alsa"
fi
- if use oss; then
+ if use oss; then
myconf="${myconf} --with-oss"
else
myconf="${myconf} --without-oss"
fi
- if use pulseaudio; then
+ if use pulseaudio; then
myconf="${myconf} --with-pulse"
else
myconf="${myconf} --without-pulse"
fi
- if use nas; then
+ if use nas; then
myconf="${myconf} --with-NAS"
else
myconf="${myconf} --without-NAS"
fi
- if use v4l; then
+ if use v4l; then
myconf="${myconf} --with-CameraPlugin"
else
myconf="${myconf} --without-CameraPlugin"
fi
- if use fbcon; then
+ if use fbcon; then
myconf="${myconf} --with-fbdev"
else
myconf="${myconf} --without-fbdev"
fi
- if use dbus; then
+ if use dbus; then
myconf="${myconf} --with-DBusPlugin"
else
myconf="${myconf} --without-DBusPlugin"
fi
- if use scratch; then
+ if use scratch; then
myconf="${myconf} --with-ScratchPlugin"
else
myconf="${myconf} --without-ScratchPlugin"
fi
-
- if use X; then
+ if use X; then
myconf="${myconf} --with-x"
else
myconf="${myconf} --without-x"
fi
-
- if use X; then
+ if use X; then
myconf="${myconf} --with-x"
else
myconf="${myconf} --without-x"
fi
-
-
-
#use mmx && myconf="${myconf} --enable-mpg-mmx"
#use threads && myconf="${myconf} --enable-mpg-pthread"
#use iconv || myconf="${myconf} --disable-iconv"
@@ -144,12 +138,10 @@ src_configure() {
#use dbus || myconf="${myconf} --without-DBusPlugin"
#use scratch || myconf="${myconf} --without-ScratchPlugin"
-
-
cd ${S}
- touch unix/npsqueak/CMakeLists.txt
+ touch unix/npsqueak/CMakeLists.txt
mkdir build
- cd build
+ cd build
../unix/cmake/configure \
--prefix=/usr \
--infodir=/usr/share/info \
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 11252b28a53f58f1501153679c5efac27b3266cd
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:40:49 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:40:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=11252b28
fix header
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index f2460de..f6eb60a 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
-EBUILD squeakvm-4.10.2.2614-r1.ebuild 3935 BLAKE2B 75857ed9ccc1a898e2aab94525965cc584739c135ecc3be431f5a93513fe33618768d7fb70a81d2c4a9e3d70087d9c7accb018efb73fa1199febf16b0aa375c3 SHA512 9a1560a9727a97103cde8a81252405f1288fd01afdefe4a9e302704a776a3985cf822ae06fad759019aec98ba339df2d4f12c0b0cbba2bdd8ffa3bda61907484
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3931 BLAKE2B 27668d774de4cd6f52976fcbbafc09a422afff55b082a0319525b9cd2c51731d9f443053352ad379f498902117d38d9cbc0771734d5b99167541b2a6f5d6c16b SHA512 d2686ff13a199540a7ae29bcab69f01fafe2c8769040f5ae53c233f3b0cc725e20daed0407dd1fb98f8e00c734cdbf1ab140da810a2a5a21aa9c13840b6ff6d4
MISC metadata.xml 1688 BLAKE2B 33aa5a8d87e616d467006de87d980be3f6b040f4ba94bf02bcc1c24af05ee596a8a475c18932044889fcc62287cd51c56cc39f46f439ffd5436bd89d3fec8c13 SHA512 04bf8fd502459d8847276004ba11c0dee8f4d9f957e786ff926f438c83692cf13146e2a3bad15c7610fab64b0a24f3447682dbd4e725e1c666d70dc869d53e76
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index 6afac04..1e3caf4 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=6
inherit versionator fixheadtails
DESCRIPTION="Highly-portable Smalltalk-80 implementation"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 86de4988f578b6173738a68d953879c32fb62203
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:43:36 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:43:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=86de4988
add scratch use flag
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/metadata.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index f6eb60a..54058da 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
EBUILD squeakvm-4.10.2.2614-r1.ebuild 3931 BLAKE2B 27668d774de4cd6f52976fcbbafc09a422afff55b082a0319525b9cd2c51731d9f443053352ad379f498902117d38d9cbc0771734d5b99167541b2a6f5d6c16b SHA512 d2686ff13a199540a7ae29bcab69f01fafe2c8769040f5ae53c233f3b0cc725e20daed0407dd1fb98f8e00c734cdbf1ab140da810a2a5a21aa9c13840b6ff6d4
-MISC metadata.xml 1688 BLAKE2B 33aa5a8d87e616d467006de87d980be3f6b040f4ba94bf02bcc1c24af05ee596a8a475c18932044889fcc62287cd51c56cc39f46f439ffd5436bd89d3fec8c13 SHA512 04bf8fd502459d8847276004ba11c0dee8f4d9f957e786ff926f438c83692cf13146e2a3bad15c7610fab64b0a24f3447682dbd4e725e1c666d70dc869d53e76
+MISC metadata.xml 1746 BLAKE2B 4511977296e08a98f1183fc821eb46d02a6de552d7dde38f83bbf79f221b1a3820acecad611ac03ab8523dbc25ec5f15beb17d8573f0df06a826ea2cc319c141 SHA512 d336cce9630574f84f5c711fb0d2dad5d70101a4ecd63f770355284efea342ddcab8346cd4cebe934574ac51576fe1f64113bfa077afca64f7e25a0b2b300ab0
diff --git a/dev-lang/squeakvm/metadata.xml b/dev-lang/squeakvm/metadata.xml
index 5cb61eb..cb9139f 100644
--- a/dev-lang/squeakvm/metadata.xml
+++ b/dev-lang/squeakvm/metadata.xml
@@ -45,6 +45,9 @@ This is the virtual machine Squeak runs on.
<flag name="dbus">
Build the dbus driver plugin
</flag>
+ <flag name="scratch">
+ Build the Scratch plugin
+ </flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 3601bcdb651a21c61eca6f7e5f18c96192adfc27
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:37:55 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:37:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3601bcdb
runtime doesnt depend on cmake
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index 139db21..88f2fde 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -11,8 +11,7 @@ KEYWORDS="~x86 ~amd64"
IUSE="+X +mmx +threads +iconv +opengl image64 alsa oss pulseaudio nas +v4l fbcon dbus +scratch examples"
-DEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
- dev-util/cmake
+RDEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
media-libs/freetype
>=x11-libs/cairo-1.8.6
>=x11-libs/pango-1.20.5
@@ -27,7 +26,8 @@ DEPEND="X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt )
pulseaudio? ( media-sound/pulseaudio )
nas? ( media-libs/nas )
dbus? ( sys-apps/dbus )"
-RDEPEND="${DEPEND}"
+DEPEND="dev-util/cmake
+${RDEPEND}"
S="${WORKDIR}/Squeak-${PV}-src"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: a179a0b7ac42f3385aad7eeb93b5acb1e0f0fb3b
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:45:52 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:45:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=a179a0b7
fix copyright
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index 54058da..dc6f35c 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
-EBUILD squeakvm-4.10.2.2614-r1.ebuild 3931 BLAKE2B 27668d774de4cd6f52976fcbbafc09a422afff55b082a0319525b9cd2c51731d9f443053352ad379f498902117d38d9cbc0771734d5b99167541b2a6f5d6c16b SHA512 d2686ff13a199540a7ae29bcab69f01fafe2c8769040f5ae53c233f3b0cc725e20daed0407dd1fb98f8e00c734cdbf1ab140da810a2a5a21aa9c13840b6ff6d4
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3928 BLAKE2B 1d86223618e2192a5137e8d4baa98715dabb031ed8475487a7419c8905a9a629fe932df130d3a3b0abf94e68b455ded63027e58388a4dc3cceea60f44f625fd5 SHA512 497331784e5c272631251913998d8f328a243b332e7f2590c57e1f43e3547325c18ad6d919bf3720cdd41c7b91d6ad841aa4c9629720dd2dd973fcd7275ac6be
MISC metadata.xml 1746 BLAKE2B 4511977296e08a98f1183fc821eb46d02a6de552d7dde38f83bbf79f221b1a3820acecad611ac03ab8523dbc25ec5f15beb17d8573f0df06a826ea2cc319c141 SHA512 d336cce9630574f84f5c711fb0d2dad5d70101a4ecd63f770355284efea342ddcab8346cd4cebe934574ac51576fe1f64113bfa077afca64f7e25a0b2b300ab0
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index 1e3caf4..407f9e1 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Foundation
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: cef5115be52c624ffc1140915be06a7a06ef2368
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:39:23 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:39:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=cef5115b
sort keywords
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index 43146a2..f2460de 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
-EBUILD squeakvm-4.10.2.2614-r1.ebuild 3935 BLAKE2B c14cd2c4f9e8351991580bc9b67dcba038e29a484cd27725d081b03099bdd5e9e26f4cf79afe0ac748c331a0b4ffd054a52a051ffad38c640a1edda66ac6f8b8 SHA512 25c9d22cadbec42df32a2ee454f442285d434429939f45dc96cd4a18f43f565f94144dd29ef6f7fca061992fb20013217e858764441aa155dd55966e3be0ba50
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3935 BLAKE2B 75857ed9ccc1a898e2aab94525965cc584739c135ecc3be431f5a93513fe33618768d7fb70a81d2c4a9e3d70087d9c7accb018efb73fa1199febf16b0aa375c3 SHA512 9a1560a9727a97103cde8a81252405f1288fd01afdefe4a9e302704a776a3985cf822ae06fad759019aec98ba339df2d4f12c0b0cbba2bdd8ffa3bda61907484
MISC metadata.xml 1688 BLAKE2B 33aa5a8d87e616d467006de87d980be3f6b040f4ba94bf02bcc1c24af05ee596a8a475c18932044889fcc62287cd51c56cc39f46f439ffd5436bd89d3fec8c13 SHA512 04bf8fd502459d8847276004ba11c0dee8f4d9f957e786ff926f438c83692cf13146e2a3bad15c7610fab64b0a24f3447682dbd4e725e1c666d70dc869d53e76
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index 88f2fde..6afac04 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -7,7 +7,7 @@ HOMEPAGE="http://www.squeak.org/"
SRC_URI="http://squeakvm.org/unix/release/Squeak-${PV}-src.tar.gz"
LICENSE="Apple"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="+X +mmx +threads +iconv +opengl image64 alsa oss pulseaudio nas +v4l fbcon dbus +scratch examples"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: a2028f64c99f216081db48c925ac990704b2e846
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:58:47 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:58:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=a2028f64
use tabs for indent
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/metadata.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index 5d4e8b1..35b8f72 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
EBUILD squeakvm-4.10.2.2614-r1.ebuild 3906 BLAKE2B a0eeb5e6c588328264d6ef7f474739e9194ed1303f22b558b25eb80c5cc5491ed975f6783306ba15dbf07886180fdbba0e2b2414c276d54e6591cf2cf5f391ad SHA512 3a0d42932f6db6b59c29af10ae24dd27b528442dfead3305518f3817aa6dd6557cbda20859ba4ece3cb76e38c55d9936c3e6c37da24d0855ab977094322d78ea
-MISC metadata.xml 1746 BLAKE2B 4511977296e08a98f1183fc821eb46d02a6de552d7dde38f83bbf79f221b1a3820acecad611ac03ab8523dbc25ec5f15beb17d8573f0df06a826ea2cc319c141 SHA512 d336cce9630574f84f5c711fb0d2dad5d70101a4ecd63f770355284efea342ddcab8346cd4cebe934574ac51576fe1f64113bfa077afca64f7e25a0b2b300ab0
+MISC metadata.xml 1743 BLAKE2B 53e372e4781ba5bc2cb6cc3a2adece0cb90af1ad3446c9f421e425381848885a2e86a80662ad6bf8adfd947d5b8d18995aaadf3ec72c2b9861a7a925a604bc6f SHA512 149d347d784be828a847e9234c1fe096437884648d3431322125e80a481a9b539a1d0639cdf0e373c55184481e4feee28dccb62158b84d3c07862714e85cf842
diff --git a/dev-lang/squeakvm/metadata.xml b/dev-lang/squeakvm/metadata.xml
index cb9139f..e0cd6c3 100644
--- a/dev-lang/squeakvm/metadata.xml
+++ b/dev-lang/squeakvm/metadata.xml
@@ -37,7 +37,7 @@ This is the virtual machine Squeak runs on.
Build the nas driver plugin for sound
</flag>
<flag name="v4l">
- Build the camera plugin which uses v4l
+ Build the camera plugin which uses v4l
</flag>
<flag name="fbcon">
Build the fbcon driver plugin for display
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 9df304569e6eaf95dbdc555ac398e9d2fe6e608d
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 22:08:25 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 22:08:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=9df30456
remove unused versionator inport
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index 35b8f72..50e2e22 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
-EBUILD squeakvm-4.10.2.2614-r1.ebuild 3906 BLAKE2B a0eeb5e6c588328264d6ef7f474739e9194ed1303f22b558b25eb80c5cc5491ed975f6783306ba15dbf07886180fdbba0e2b2414c276d54e6591cf2cf5f391ad SHA512 3a0d42932f6db6b59c29af10ae24dd27b528442dfead3305518f3817aa6dd6557cbda20859ba4ece3cb76e38c55d9936c3e6c37da24d0855ab977094322d78ea
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3894 BLAKE2B b4777101411af6e3d20e509bfb622525250e403752496741d151a463d96133105ac616691e3b42de13ac974654e33ecb3e23d38faa103389463d0a86309f12a3 SHA512 c83fd982d0d097bc38c2a1982194d8fde68d93eb62f43af3f3fed1cbfb287cfb03d46090b094b9a4d40c3828df6460c998b8b6fa1491792b84be8067f7f38cc6
MISC metadata.xml 1743 BLAKE2B 53e372e4781ba5bc2cb6cc3a2adece0cb90af1ad3446c9f421e425381848885a2e86a80662ad6bf8adfd947d5b8d18995aaadf3ec72c2b9861a7a925a604bc6f SHA512 149d347d784be828a847e9234c1fe096437884648d3431322125e80a481a9b539a1d0639cdf0e373c55184481e4feee28dccb62158b84d3c07862714e85cf842
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index cd8bd24..54570bf 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit versionator fixheadtails
+inherit fixheadtails
DESCRIPTION="Highly-portable Smalltalk-80 implementation"
HOMEPAGE="http://www.squeak.org/"
SRC_URI="http://squeakvm.org/unix/release/Squeak-${PV}-src.tar.gz"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/
@ 2022-03-24 22:06 Philip Miess
0 siblings, 0 replies; 12+ messages in thread
From: Philip Miess @ 2022-03-24 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 52777d5167394f84de7aa203fca6a5a68b46c32a
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Mar 24 21:57:38 2022 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Mar 24 21:57:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=52777d51
quote unquoted variables
Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
dev-lang/squeakvm/Manifest | 2 +-
dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lang/squeakvm/Manifest b/dev-lang/squeakvm/Manifest
index 40ce361..5d4e8b1 100644
--- a/dev-lang/squeakvm/Manifest
+++ b/dev-lang/squeakvm/Manifest
@@ -1,3 +1,3 @@
DIST Squeak-4.10.2.2614-src.tar.gz 3297314 BLAKE2B 03c89ea96ed005f1d7a25e6b1016f39bec2dbd7e2282a12c1b02ab57859477d87e3098426c55411fc06e250207830b7e50a23e6330ca64fd967613f2af86e180 SHA512 b823fb97f7826dbbae5feeb15ffc3ab7e11cf27c5a3cc3f2cf2f8c39b56af5f9d0078d020a4b8f72b997198d296be6d85ec10e0bca10d5214bf586e1e0587f07
-EBUILD squeakvm-4.10.2.2614-r1.ebuild 3896 BLAKE2B e8d467e67ea834921e2c6d93e9819acf2a330f9e3c046a8961b029ac2b8fdfd0a60479f470848610337744562e648de4434d4d07993b442bad950865239b1160 SHA512 490ac8f21f47eccb80af2d3ed3f740d731cd4adae853c394117185de019367236f20f6db02a8eadc8dbc41bd1e2898fd93a10bd2175e54d2e279069185011158
+EBUILD squeakvm-4.10.2.2614-r1.ebuild 3906 BLAKE2B a0eeb5e6c588328264d6ef7f474739e9194ed1303f22b558b25eb80c5cc5491ed975f6783306ba15dbf07886180fdbba0e2b2414c276d54e6591cf2cf5f391ad SHA512 3a0d42932f6db6b59c29af10ae24dd27b528442dfead3305518f3817aa6dd6557cbda20859ba4ece3cb76e38c55d9936c3e6c37da24d0855ab977094322d78ea
MISC metadata.xml 1746 BLAKE2B 4511977296e08a98f1183fc821eb46d02a6de552d7dde38f83bbf79f221b1a3820acecad611ac03ab8523dbc25ec5f15beb17d8573f0df06a826ea2cc319c141 SHA512 d336cce9630574f84f5c711fb0d2dad5d70101a4ecd63f770355284efea342ddcab8346cd4cebe934574ac51576fe1f64113bfa077afca64f7e25a0b2b300ab0
diff --git a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
index b11f22f..cd8bd24 100644
--- a/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
+++ b/dev-lang/squeakvm/squeakvm-4.10.2.2614-r1.ebuild
@@ -138,7 +138,7 @@ src_configure() {
#use dbus || myconf="${myconf} --without-DBusPlugin"
#use scratch || myconf="${myconf} --without-ScratchPlugin"
- cd ${S}
+ cd "${S}"
touch unix/npsqueak/CMakeLists.txt
mkdir build
cd build
@@ -159,8 +159,8 @@ src_configure() {
src_install() {
dodoc README unix/ChangeLog
- cd ${S}/build
- emake DESTDIR=${D} ROOT=${D} docdir=/usr/share/doc/${PF} install || die
+ cd "${S}/build"
+ emake DESTDIR="${D}" ROOT="${D}" docdir="/usr/share/doc/${PF}" install || die
exeinto /usr/lib/squeak
exeinto /usr/lib/ckformat
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-03-24 22:07 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 22:06 [gentoo-commits] repo/user/superposition:master commit in: dev-lang/squeakvm/ Philip Miess
-- strict thread matches above, loose matches on Subject: below --
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 22:06 Philip Miess
2022-03-24 21:27 Philip Miess
2022-03-24 21:23 Philip Miess
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox