From 81b8f20732954c4508baf2f77472b5435e3f851f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Sep 2022 11:10:11 +0100 Subject: gentoo auto-resync : 14:09:2022 - 11:10:10 --- dev-scheme/Manifest.gz | Bin 8330 -> 8332 bytes dev-scheme/bigloo/Manifest | 2 +- dev-scheme/bigloo/bigloo-4.4c_p4-r2.ebuild | 199 ----------------------------- dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild | 199 +++++++++++++++++++++++++++++ 4 files changed, 200 insertions(+), 200 deletions(-) delete mode 100644 dev-scheme/bigloo/bigloo-4.4c_p4-r2.ebuild create mode 100644 dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild (limited to 'dev-scheme') diff --git a/dev-scheme/Manifest.gz b/dev-scheme/Manifest.gz index 5bc299fcee9f..c62c20bdba04 100644 Binary files a/dev-scheme/Manifest.gz and b/dev-scheme/Manifest.gz differ diff --git a/dev-scheme/bigloo/Manifest b/dev-scheme/bigloo/Manifest index 881d9655dc21..4f1dc7e14817 100644 --- a/dev-scheme/bigloo/Manifest +++ b/dev-scheme/bigloo/Manifest @@ -1,4 +1,4 @@ AUX 50bigloo-gentoo.el 110 BLAKE2B 520b6b4d89452d3c9479c92b3f2f31e46e7761bc2c03fd62236e277ff1f9613cd237ba799d7349cf8bc8311125d3548956dc1947bd8d79cb72349dee723a9190 SHA512 73fda359d7c09c291eb1c3d38d3352b57acab0e800e2d89ee815a1c58202e8a5603abe847409e58bd69ea0ed7245abbb4a60de4fa8285287523caff47f19d6e2 DIST bigloo-4.4c-4.tar.gz 47714106 BLAKE2B f30775cfa3e29f781f31dc5ec80087712504ffab528a911e2a29746562b6179b03cbfc63a45ddf337b2424fbfa476005ffed67674a75b4629ab70459c47147a6 SHA512 b1a7f7f610303dbbd7339ac4f80679b07d1bf5304865fe61f28bd5af8205f1a5c2b5b3edb1c47a0409a6392a2242d2adde1f5129b026b6a7ee022b8f5faec157 -EBUILD bigloo-4.4c_p4-r2.ebuild 4933 BLAKE2B ea2f5f4725f1b9cd721bbe6d0849d9b86df6b6880f940e5b6744fc7deb8ff7ab60c0755244eedc3b5ed190f3d655ee2e6f764560049eefad3c8468fa74a420eb SHA512 7bbedda6f6060ee06e3f6bc4dc4fda6739e84b83feeb5145a73b9907f609c5be6ea8a66d92ae337bdadbcb12124caaa7433863f96bb20bf673600b4541a0b0ef +EBUILD bigloo-4.4c_p4-r3.ebuild 4935 BLAKE2B e51f31c2dc6c7cf3ffce2c04427144c047f261d5e4d3eef233d202b091fda67ea37dea737f312528360ccce232ae9e305c9bfc6c146731e43e99119f791243a4 SHA512 5b548102f91dd5d45d0474706c19c362feef81ac45e9ebf5182aeac65f1681967b8848bc37b68dbd0bebf2af786d0a8b6d98654c9399fa9bcce0d0d16ac17801 MISC metadata.xml 1113 BLAKE2B 20eec442cc5ba556fb5e30dc225bfeb45851be9ee1bbf111662ba3eec8573275754101d863145874cf778e27715792e1757189c2e4cec8ae6d320800e22dc0a6 SHA512 fb58869479a3310d1eac93ecd8127f2759fb93c45a73d1d2835802d201c6fb0a95592238521b7c385bea1d27d83da650000685978067dab272615f81e6ca5c4a diff --git a/dev-scheme/bigloo/bigloo-4.4c_p4-r2.ebuild b/dev-scheme/bigloo/bigloo-4.4c_p4-r2.ebuild deleted file mode 100644 index 32f3aac80a14..000000000000 --- a/dev-scheme/bigloo/bigloo-4.4c_p4-r2.ebuild +++ /dev/null @@ -1,199 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp-common toolchain-funcs - -MY_PV=${PV/_p/-} # e.g.: 4.4c_p4 -> 4.4c-4 -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Practical Scheme Compiler with many extensions" -HOMEPAGE="http://www-sop.inria.fr/indes/fp/Bigloo/index.html" -SRC_URI="ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="alsa avahi emacs flac +gmp gpg gstreamer java libuv mp3 pulseaudio +sqlite" -REQUIRED_USE="flac? ( alsa ) mp3? ( alsa )" - -EMACS_DEPEND="emacs? ( >=app-editors/emacs-23.1:* )" -DEPEND=" - dev-libs/boehm-gc[threads] - dev-libs/libpcre2:= - dev-libs/libunistring:= - dev-libs/openssl:= - alsa? ( media-libs/alsa-lib ) - avahi? ( net-dns/avahi ) - flac? ( media-libs/flac ) - gmp? ( dev-libs/gmp:= ) - gpg? ( app-crypt/gnupg ) - gstreamer? ( - media-libs/gst-plugins-base:1.0= - media-libs/gstreamer:1.0= - ) - java? ( virtual/jdk:* ) - libuv? ( dev-libs/libuv:= ) - mp3? ( media-sound/mpg123 ) - pulseaudio? ( media-sound/pulseaudio ) - sqlite? ( dev-db/sqlite:3= ) -" -RDEPEND=" - ${DEPEND} - ${EMACS_DEPEND} - sys-devel/binutils - sys-devel/gdb -" -BDEPEND=" - ${EMACS_DEPEND} - sys-apps/texinfo -" - -DOCS=( ChangeLog README.md TODO.org ) -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - default - - sed -e "/^ar=/s|=|=\"$(tc-getAR)\"|" \ - -e "/^ranlib=/s|=|=\"$(tc-getRANLIB)\"|" \ - -i ./configure || die - - sed "s|^ar |$(tc-getAR) |" -i ./autoconf/ranlib || die -} - -src_configure() { - tc-export AR AS CC CPP CXX LD - export CFLAGS - export LDFLAGS - - local myconf=( - # Compilation - --as="$(tc-getAS)" - --cc="$(tc-getCC)" - --cflags="${CFLAGS}" - --cpicflags="-fPIC" - --cwarningflags="" - --ldflags="${LDFLAGS}" - # Installation directories - --prefix=/usr - --bindir=/usr/share/${PN}/bin - --docdir=/usr/share/doc/${PF} - --infodir=/usr/share/info - --libdir=/usr/"$(get_libdir)" - --mandir=/usr/share/man - # Custom internal components - --customgc=no - --customgmp=no - --customlibuv=no - --customunistring=no - --jvm=$(usex java) - --native=yes - --sharedbde=yes - --sharedcompiler=yes - --strip=no - # Libraries, Bigloo calls them APIs - --disable-phidget # not important for now, only in ::ros-overlay ? - --enable-calendar # iCalendar parser - --enable-crypto - --enable-csv # parsing CSV files - --enable-mail # IMAP protocol implementation - --enable-multimedia - --enable-packrat # packrat parser - --enable-phone - --enable-pkgcomp - --enable-pthread - --enable-srfi1 - --enable-srfi18 - --enable-ssl - --enable-text # BibTeX parser - --enable-upnp # Upnp protocol implementation - --enable-web # XML, CGI, and RSS parsers - $(use_enable alsa) - $(use_enable avahi) - $(use_enable flac wav) - $(use_enable flac) - $(use_enable gmp srfi27) - $(use_enable gmp) - $(use_enable gpg openpgp) - $(use_enable gstreamer) - $(use_enable libuv) - $(use_enable mp3 mpg123) - $(use_enable pulseaudio) - $(use_enable sqlite pkglib) - $(use_enable sqlite) - # GNU Emacs libraries - --bee=$(usex emacs full partial) - --emacs=$(usex emacs "${EMACS}" "no") - --lispdir=$(usex emacs "${SITELISP}/${PN}" "") - ) - ebegin "Configuring Bigloo with the following options: ${myconf[@]}" - sh ./configure "${myconf[@]}" - eend $? || die "configure script failed" - - # When Emacs version is too high (e.g. 28) bigloo will skip compiling - # and installing the Emacs support files. - # The file "bmacs/Makefile" lists all officially supported Emacs versions. - if use emacs ; then - sed "/^EMACSBRAND=/s|generic|emacs23|" -i Makefile.config || die - fi -} - -src_compile() { - default - - emake -C bdl - emake -C bdb - emake -C cigloo - - use emacs && emake -C bmacs -} - -src_test() { - emake test -} - -src_install() { - emake DESTDIR="${D}" LN_S="ln -rs" install - emake DESTDIR="${D}" -C bdl install - emake DESTDIR="${D}" -C bdb install - emake DESTDIR="${D}" -C cigloo install - - # The ".sh" scripts set proper environment and library order for Bigloo, - # but programs (and the Bigloo Emacs library, "bee-mode") want "bigloo", - # not "bigloo.sh". To make programs work we install all executable files - # into "/usr/share/bigloo/bin", and then pick one by one for non-scripts: - # if a script with ".sh" extensions exists, then we link the script, - # not the picked executable to a binary name, otherwise link the binary. - mkdir -p "${D}"/usr/bin || die - pushd "${D}" >/dev/null || die - local bin bin_link - for bin in usr/share/${PN}/bin/* ; do - if [[ ${bin} != *.sh ]] ; then - bin_link=usr/bin/$(basename ${bin}) - if [[ -f ${bin}.sh ]] ; then - ln -s ../../${bin}.sh ${bin_link} || die - else - ln -s ../../${bin} ${bin_link} || die - fi - fi - done - popd >/dev/null || die - - if use emacs ; then - emake DESTDIR="${D}" install-bee - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - - einstalldocs -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild b/dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild new file mode 100644 index 000000000000..9e7c5157fb76 --- /dev/null +++ b/dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild @@ -0,0 +1,199 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp-common toolchain-funcs + +MY_PV=${PV/_p/-} # e.g.: 4.4c_p4 -> 4.4c-4 +MY_P=${PN}-${MY_PV} + +DESCRIPTION="Practical Scheme Compiler with many extensions" +HOMEPAGE="http://www-sop.inria.fr/indes/fp/Bigloo/index.html" +SRC_URI="ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="alsa avahi emacs flac +gmp gpg gstreamer java libuv mp3 pulseaudio +sqlite" +REQUIRED_USE="flac? ( alsa ) mp3? ( alsa )" + +EMACS_DEPEND="emacs? ( >=app-editors/emacs-23.1:* )" +DEPEND=" + dev-libs/boehm-gc[threads] + dev-libs/libpcre2:= + dev-libs/libunistring:= + dev-libs/openssl:= + alsa? ( media-libs/alsa-lib ) + avahi? ( net-dns/avahi ) + flac? ( media-libs/flac:= ) + gmp? ( dev-libs/gmp:= ) + gpg? ( app-crypt/gnupg ) + gstreamer? ( + media-libs/gst-plugins-base:1.0= + media-libs/gstreamer:1.0= + ) + java? ( virtual/jdk:* ) + libuv? ( dev-libs/libuv:= ) + mp3? ( media-sound/mpg123 ) + pulseaudio? ( media-sound/pulseaudio ) + sqlite? ( dev-db/sqlite:3= ) +" +RDEPEND=" + ${DEPEND} + ${EMACS_DEPEND} + sys-devel/binutils + sys-devel/gdb +" +BDEPEND=" + ${EMACS_DEPEND} + sys-apps/texinfo +" + +DOCS=( ChangeLog README.md TODO.org ) +SITEFILE="50${PN}-gentoo.el" + +src_prepare() { + default + + sed -e "/^ar=/s|=|=\"$(tc-getAR)\"|" \ + -e "/^ranlib=/s|=|=\"$(tc-getRANLIB)\"|" \ + -i ./configure || die + + sed "s|^ar |$(tc-getAR) |" -i ./autoconf/ranlib || die +} + +src_configure() { + tc-export AR AS CC CPP CXX LD + export CFLAGS + export LDFLAGS + + local myconf=( + # Compilation + --as="$(tc-getAS)" + --cc="$(tc-getCC)" + --cflags="${CFLAGS}" + --cpicflags="-fPIC" + --cwarningflags="" + --ldflags="${LDFLAGS}" + # Installation directories + --prefix=/usr + --bindir=/usr/share/${PN}/bin + --docdir=/usr/share/doc/${PF} + --infodir=/usr/share/info + --libdir=/usr/"$(get_libdir)" + --mandir=/usr/share/man + # Custom internal components + --customgc=no + --customgmp=no + --customlibuv=no + --customunistring=no + --jvm=$(usex java) + --native=yes + --sharedbde=yes + --sharedcompiler=yes + --strip=no + # Libraries, Bigloo calls them APIs + --disable-phidget # not important for now, only in ::ros-overlay ? + --enable-calendar # iCalendar parser + --enable-crypto + --enable-csv # parsing CSV files + --enable-mail # IMAP protocol implementation + --enable-multimedia + --enable-packrat # packrat parser + --enable-phone + --enable-pkgcomp + --enable-pthread + --enable-srfi1 + --enable-srfi18 + --enable-ssl + --enable-text # BibTeX parser + --enable-upnp # Upnp protocol implementation + --enable-web # XML, CGI, and RSS parsers + $(use_enable alsa) + $(use_enable avahi) + $(use_enable flac wav) + $(use_enable flac) + $(use_enable gmp srfi27) + $(use_enable gmp) + $(use_enable gpg openpgp) + $(use_enable gstreamer) + $(use_enable libuv) + $(use_enable mp3 mpg123) + $(use_enable pulseaudio) + $(use_enable sqlite pkglib) + $(use_enable sqlite) + # GNU Emacs libraries + --bee=$(usex emacs full partial) + --emacs=$(usex emacs "${EMACS}" "no") + --lispdir=$(usex emacs "${SITELISP}/${PN}" "") + ) + ebegin "Configuring Bigloo with the following options: ${myconf[@]}" + sh ./configure "${myconf[@]}" + eend $? || die "configure script failed" + + # When Emacs version is too high (e.g. 28) bigloo will skip compiling + # and installing the Emacs support files. + # The file "bmacs/Makefile" lists all officially supported Emacs versions. + if use emacs ; then + sed "/^EMACSBRAND=/s|generic|emacs23|" -i Makefile.config || die + fi +} + +src_compile() { + default + + emake -C bdl + emake -C bdb + emake -C cigloo + + use emacs && emake -C bmacs +} + +src_test() { + emake test +} + +src_install() { + emake DESTDIR="${D}" LN_S="ln -rs" install + emake DESTDIR="${D}" -C bdl install + emake DESTDIR="${D}" -C bdb install + emake DESTDIR="${D}" -C cigloo install + + # The ".sh" scripts set proper environment and library order for Bigloo, + # but programs (and the Bigloo Emacs library, "bee-mode") want "bigloo", + # not "bigloo.sh". To make programs work we install all executable files + # into "/usr/share/bigloo/bin", and then pick one by one for non-scripts: + # if a script with ".sh" extensions exists, then we link the script, + # not the picked executable to a binary name, otherwise link the binary. + mkdir -p "${D}"/usr/bin || die + pushd "${D}" >/dev/null || die + local bin bin_link + for bin in usr/share/${PN}/bin/* ; do + if [[ ${bin} != *.sh ]] ; then + bin_link=usr/bin/$(basename ${bin}) + if [[ -f ${bin}.sh ]] ; then + ln -s ../../${bin}.sh ${bin_link} || die + else + ln -s ../../${bin} ${bin_link} || die + fi + fi + done + popd >/dev/null || die + + if use emacs ; then + emake DESTDIR="${D}" install-bee + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + fi + + einstalldocs +} + +pkg_postinst() { + use emacs && elisp-site-regen +} + +pkg_postrm() { + use emacs && elisp-site-regen +} -- cgit v1.2.3