diff options
Diffstat (limited to 'gui-apps/slurp')
-rw-r--r-- | gui-apps/slurp/Manifest | 3 | ||||
-rw-r--r-- | gui-apps/slurp/slurp-1.3.2.ebuild | 42 | ||||
-rw-r--r-- | gui-apps/slurp/slurp-9999.ebuild | 38 |
3 files changed, 0 insertions, 83 deletions
diff --git a/gui-apps/slurp/Manifest b/gui-apps/slurp/Manifest index 39a2c94ff860..9587f37ca75e 100644 --- a/gui-apps/slurp/Manifest +++ b/gui-apps/slurp/Manifest @@ -1,6 +1,3 @@ -DIST slurp-1.3.2.tar.gz 17734 BLAKE2B 42795f1927742ce9606c685a49f2fb395905c875b50b50b60b68bf129d3c6743278a0eeaed72b94921dd65bd4ca4c078c24c693029cff84dbcbe20165242653c SHA512 9e7f9e4b46095fce5dcc05f8d04b5e576771d15080a0ec451a8a5df681d5ab818cb4d5284a74e1650f775e2d05ca32d66551d8e333d6002827c8b60b12d6bb28 DIST slurp-1.4.0.tar.gz 18575 BLAKE2B b54a5fe34f35a6a4eefe021a5d5919ae6369c24cfe4906e13ddaf7abc173fad4dc184b211bbadcd09a2a20768e91bbc7199d5e1f29287e9f3fd49b58b294d747 SHA512 deabdc77890a3078d977533318aad6aff9478e32c95e7968483b82534bd52055dce11a531132212ac8966097dad9c6c5e7ad520a374ace85d0ec713df1505d5a -EBUILD slurp-1.3.2.ebuild 878 BLAKE2B 7deda63458b078736e52f65c2d28a8d83b41f866833bff3715094b7d0872f4a3a593954c35d0112885044c3ba984575a875750ed7801cd47142d6afae5bae742 SHA512 662a6cdaaa8c4e82aaf3c41c5523feb589a8db04a51b0f2f758408a5fe6b0f8432a39e42e65964ec81fa4701db6f6c4de3ee1f3bbc88aac858b10a665355b263 EBUILD slurp-1.4.0.ebuild 877 BLAKE2B 7436e8a9c7334313a6f4e0aecb599bcca5cc0e50594a478b9f3e29cb40c4409a81a0d51d301788c52470f89a5a3b14407a34e7be6692cc611fa9e8f1521e06c9 SHA512 70b787da02d4b9e8d7769b0d793adfc7c77c78120f3a9ae27e068e26824bd16d5822854e5e3b8e71b9319b5d6bb0e508ccbd7122278cd981d6842a46da9dd978 -EBUILD slurp-9999.ebuild 773 BLAKE2B eb3dcfe4d652cfff0c96a5786415ca66d1b08e60f66f281e22ef86cebff79cea13e01442691707a6a27704c1bdf85057ac27a1159c9c23579dea36602f8fe644 SHA512 d59948c77169aab6b4950601eea71264d5bc94b42622d35f81645d5ae2b8403b46eee04842572d099af40240cc5d237a210737635bebae377467dac65ac03f7a MISC metadata.xml 460 BLAKE2B e1582f9ce0233e33023df1decb822f49da7aa8ab5ff47fa58ce4dd02c92e93cbaa55f091d81ea1d5eba37d4c18d2bfd5cfdd7a7df4a3e39c362a79c4c23c8f8e SHA512 4c783285e871dbc16ed89cc957643d554c926c0b6b1922fab922c4fa6871a01844ff49471f2420900ae1d4cffd4182923fe5b037a5c4dc8db03d41898b294037 diff --git a/gui-apps/slurp/slurp-1.3.2.ebuild b/gui-apps/slurp/slurp-1.3.2.ebuild deleted file mode 100644 index caf73c7ab1ac..000000000000 --- a/gui-apps/slurp/slurp-1.3.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Select a region in a Wayland compositor and print it to the standard output" -HOMEPAGE="https://github.com/emersion/slurp" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/emersion/${PN}.git" -else - SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+man" - -DEPEND=" - >=dev-libs/wayland-protocols-1.14 - dev-libs/wayland - x11-libs/cairo - x11-libs/libxkbcommon" - -RDEPEND="${DEPEND}" - -if [[ ${PV} == 9999 ]]; then - BDEPEND+="man? ( ~app-text/scdoc-9999 )" -else - BDEPEND+="man? ( app-text/scdoc )" -fi - -src_configure() { - local emesonargs=( - $(meson_feature man man-pages) - ) - meson_src_configure -} diff --git a/gui-apps/slurp/slurp-9999.ebuild b/gui-apps/slurp/slurp-9999.ebuild deleted file mode 100644 index 915ac1dbdff3..000000000000 --- a/gui-apps/slurp/slurp-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Select a region in a Wayland compositor and print it to the standard output" -HOMEPAGE="https://github.com/emersion/slurp" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/emersion/${PN}.git" -else - SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+man" - -DEPEND=" - >=dev-libs/wayland-protocols-1.14 - dev-libs/wayland - x11-libs/cairo - x11-libs/libxcb" - -RDEPEND="${DEPEND}" - -BDEPEND="man? ( ~app-text/scdoc-9999 )" - -src_configure() { - local emesonargs=( - $(meson_feature man man-pages) - ) - meson_src_configure -} |