From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE3ED158451 for ; Sun, 14 Jan 2024 10:38:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 840A3E2A85; Sun, 14 Jan 2024 10:38:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65CB9E2A85 for ; Sun, 14 Jan 2024 10:38:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68009343240 for ; Sun, 14 Jan 2024 10:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36DC14B1 for ; Sun, 14 Jan 2024 10:37:59 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1705163251.0eb1ad354ab8b64c9f1241161b602af110b326ad.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-libs/gtkd/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-libs/gtkd/Manifest dev-libs/gtkd/gtkd-3.9.0.ebuild X-VCS-Directories: dev-libs/gtkd/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 0eb1ad354ab8b64c9f1241161b602af110b326ad X-VCS-Branch: master Date: Sun, 14 Jan 2024 10:37:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0af30f03-c3e1-45dd-85e6-fbcb4130c92f X-Archives-Hash: c2bfa4fdb0ff5004799eebaf54ea093f commit: 0eb1ad354ab8b64c9f1241161b602af110b326ad Author: Horodniceanu Andrei proton me> AuthorDate: Sat Jan 13 14:47:35 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sat Jan 13 16:27:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=0eb1ad35 dev-libs/gtkd: drop 3.9.0 Signed-off-by: Horodniceanu Andrei proton.me> dev-libs/gtkd/Manifest | 1 - dev-libs/gtkd/gtkd-3.9.0.ebuild | 122 ---------------------------------------- 2 files changed, 123 deletions(-) diff --git a/dev-libs/gtkd/Manifest b/dev-libs/gtkd/Manifest index 07d76f8..4530643 100644 --- a/dev-libs/gtkd/Manifest +++ b/dev-libs/gtkd/Manifest @@ -1,2 +1 @@ DIST GtkD-3.10.0.zip 4663859 BLAKE2B 943d4de7df8f5375f8a98dcacda873037d6745d11d3da50c6baf71cc0148e00a79df7b118f3fce409a07a7a7fd63260f29e6a1c0160e2b2a8a51414fff7faf6b SHA512 4d85ffb6d5a65463d183087fb5d0429098633f0a0be94f5dc03c12da1b07522dbee1cf04d4f87568745d914d8fb65d58a179fcf493b09f24cf13baf1ad5b4120 -DIST GtkD-3.9.0.zip 4576099 BLAKE2B 50d0bda16f3026f1c068f7b65049005b86367ee1ced581bb2f941c202e0038f1bc6be350bd4bcb30f69ec0696ae0e7bbf4336546153bda389683d44c87d58eac SHA512 f8b8a7b83a23af990abb77f16e4bddf2f72bb65ad210ff8f138b0d4ff66fb5fb2a73a3cbe868a8d2ecf3abf98ece5af771af63068dc2fbf8668e46039320cf0f diff --git a/dev-libs/gtkd/gtkd-3.9.0.ebuild b/dev-libs/gtkd/gtkd-3.9.0.ebuild deleted file mode 100644 index 0d016fb..0000000 --- a/dev-libs/gtkd/gtkd-3.9.0.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="GtkD is a D binding and OO wrapper of GTK+" -HOMEPAGE="http://gtkd.org/" -LICENSE="LGPL-3" - -SLOT="3" -KEYWORDS="amd64 x86" -SRC_URI="https://gtkd.org/Downloads/sources/GtkD-${PV}.zip" - -DLANG_VERSION_RANGE="2.074-2.095" -DLANG_PACKAGE_TYPE="multi" - -inherit dlang - -BDEPEND="app-arch/unzip" -RDEPEND=" - >=x11-libs/gtk+-3.24:3[${MULTILIB_USEDEP}] - >=dev-libs/glib-2.60:2[${MULTILIB_USEDEP}] - >=x11-libs/pango-1.43[${MULTILIB_USEDEP}] - >=dev-libs/atk-2.32[${MULTILIB_USEDEP}] - >=x11-libs/gdk-pixbuf-2.38:2[${MULTILIB_USEDEP}] - >=x11-libs/cairo-1.12.2[${MULTILIB_USEDEP}] - sourceview? ( >=x11-libs/gtksourceview-4.2:4 ) - gstreamer? ( >=media-libs/gstreamer-1.16:1.0[${MULTILIB_USEDEP}] ) - vte? ( >=x11-libs/vte-0.56:2.91 ) - peas? ( >=dev-libs/libpeas-1.20 ) -" - -GTKD_USE_FLAGS=(gtk opengl sourceview gstreamer vte peas) -GTKD_LIB_NAMES=(gtkd gtkdgl gtkdsv gstreamerd vted peasd) -GTKD_SRC_DIRS=( gtkd gtkdgl sourceview gstreamer vte peas) -IUSE="${GTKD_USE_FLAGS[@]:1} static-libs" - -MAJOR=$(ver_cut 1) -MINOR=$(ver_cut 2-) - -src_unpack() { - mkdir "${S}" || die "Could not create source directory" - pushd "${S}" >/dev/null - unpack "${DISTDIR}/${A}" - popd "${S}" >/dev/null -} - -d_src_compile() { - compile_libs() { - # Build the shared library version of the component - # The test phase expects no version extension on the .so - local sources=generated/${SRC_DIR}/*/*.d - if [ ${LIB_NAME} != gtkdgl ]; then - sources+=" "generated/${SRC_DIR}/*/c/*.d - fi - if [ ${LIB_NAME} == gstreamerd ]; then - sources+=" "generated/gstreamer/gst/*/*.d" "generated/gstreamer/gst/*/c/*.d - fi - echo $sources - dlang_compile_lib_so lib${LIB_NAME}-${MAJOR}.so \ - lib${LIB_NAME}-${MAJOR}.so.0 -Isrc -Igenerated/gtkd ${sources} - - # Build the static library version - if use static-libs; then - local libname=lib${LIB_NAME}-${MAJOR} - if [[ "${DLANG_VENDOR}" == "DigitalMars" ]]; then - dlang_exec ${DC} ${DCFLAGS} -m${MODEL} -Isrc -Igenerated/gtkd ${sources} -lib ${LDFLAGS} ${DLANG_OUTPUT_FLAG}${libname}.a - elif [[ "${DLANG_VENDOR}" == "GNU" ]]; then - dlang_exec ${DC} ${DCFLAGS} -m${MODEL} -Isrc -Igenerated/gtkd ${sources} -c ${LDFLAGS} ${DLANG_OUTPUT_FLAG}${libname}.o - dlang_exec ar rcs ${libname}.a ${libname}.o - elif [[ "${DLANG_VENDOR}" == "LDC" ]]; then - dlang_exec ${DC} ${DCFLAGS} -m${MODEL} -Isrc -Igenerated/gtkd ${sources} -lib -od=${SRC_DIR} -oq ${LDFLAGS} ${DLANG_OUTPUT_FLAG}${libname}.a - fi - fi - } - - foreach_used_component compile_libs -} - -d_src_test() { - dlang_exec ${DC} ${DCFLAGS} -m${MODEL} -Igenerated/gtkd demos/gtkD/TestWindow/*.d ${DLANG_LINKER_FLAG}./libgtkd-3.so ${DLANG_LINKER_FLAG}-ldl ${DLANG_LINKER_FLAG}-rpath=./ ${LDFLAGS} ${DLANG_OUTPUT_FLAG}TestWindow -} - -d_src_install() { - install_libs() { - # Install the shared library version of the component - local libfile="lib${LIB_NAME}-${MAJOR}.so" - ln -sf "${libfile}" "${libfile}.0" - ln -sf "${libfile}" "${libfile}.0.${MINOR}" - dolib.so "${libfile}.0.${MINOR}" "${libfile}.0" "${libfile}" - - # Install the static library version - if use static-libs; then - dolib.a "lib${LIB_NAME}-${MAJOR}.a" - fi - } - - foreach_used_component install_libs -} - -d_src_install_all() { - # Obligatory docs - dodoc AUTHORS README.md - - # Include files - insinto "${DLANG_IMPORT_DIR}/${PN}-${MAJOR}" - - install_headers() { - files="generated/${SRC_DIR}/*" - doins -r ${files} - } - - foreach_used_component install_headers -} - -foreach_used_component() { - for (( i = 0 ; i < ${#GTKD_LIB_NAMES[@]} ; i++ )); do - if [[ "${GTKD_LIB_NAMES[$i]}" == "gtkd" ]] || use ${GTKD_USE_FLAGS[$i]}; then - LIB_NAME=${GTKD_LIB_NAMES[$i]} SRC_DIR=${GTKD_SRC_DIRS[$i]} ${@} - fi - done -}