diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-29 09:16:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-29 09:16:49 +0100 |
commit | b2d3769042cfd3d8ceadaa52f6a5aafabb0d4114 (patch) | |
tree | 4fcc91b967ba153d4030d61e10f1b07b53755488 /app-office | |
parent | 2d3042634af4767714cb90eff3f773ef54afb5ed (diff) |
gentoo auto-resync : 29:05:2023 - 09:16:49
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/Manifest.gz | bin | 7897 -> 7892 bytes | |||
-rw-r--r-- | app-office/sc-im/Manifest | 3 | ||||
-rw-r--r-- | app-office/sc-im/sc-im-0.8.2.ebuild | 142 | ||||
-rw-r--r-- | app-office/sc-im/sc-im-0.8.3.ebuild | 141 |
4 files changed, 0 insertions, 286 deletions
diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz Binary files differindex c6b97e7aefc1..48c1ab0f23a9 100644 --- a/app-office/Manifest.gz +++ b/app-office/Manifest.gz diff --git a/app-office/sc-im/Manifest b/app-office/sc-im/Manifest index f778dd02a6c4..d017fa684eed 100644 --- a/app-office/sc-im/Manifest +++ b/app-office/sc-im/Manifest @@ -1,6 +1,3 @@ -DIST sc-im-0.8.2.tar.gz 1619617 BLAKE2B 1957b79749012b5e8b24e26f3cde63c84bf971d2183791f986c98ec823a9ab74bf8a126dcdb2a58920af07e068520ebd7efe9c9394235c5a58670f120495e980 SHA512 ae02fd31eb7254208de26802ed6d8b21d77ce2d6997f4a2de5bd2f0a002c763f67f53e6c8e49d66ded096ecd8bf50b1117015e9a0356eaf11c3caef22cf4552c DIST sc-im-0.8.3.tar.gz 1664440 BLAKE2B 9f02e265ecd39b4f3a5e3ab61222094a1424f9591c04ff3ddf745576f2aa1c89345ea2e4d4c95a0565d7f287985e81d9eba849113f5b7aa61744cf69284ce312 SHA512 a3d7cf99c7c959d24ebf7e525abb665c02690674c9b3cdf5b234dcdb376fd73e9488bda522106802932084bbfd239928e39b35743c7051178aa14edf61ec2cb8 -EBUILD sc-im-0.8.2.ebuild 3999 BLAKE2B 235eccb82a11d3b60539c8003d44f7fa17b7266eedb2069b0d2e9261ba6a0e5f2259e1c42107859422d0808ee233a6f06196dd15da66b43f0af831872d537200 SHA512 51010231f671bc5254d1e6f9d624a0206fcc276f1f440a33c759786bdefae85f9f7e92ffcf42115e3a04450f00ea260525c660b3a9e735c370b6a4c510bc7068 EBUILD sc-im-0.8.3-r1.ebuild 3971 BLAKE2B 42cd7ffe7c273c1de4c8bdd4a190c012d8ac86fca54dbd472d45d59a81e73a0cd867da9a091a0de9d30160946e2c93f2cf35414a9690103857a00502615de3cc SHA512 030a63a94f6210f2c78d763c7ef1c3b94d26451597f606bd74981524230117647a3fb9546f32935eaf4779fc029a1994acf233c5c03cd9d2a9cfdb098e302f75 -EBUILD sc-im-0.8.3.ebuild 3969 BLAKE2B 89a42d81b9f5caeaae8bf27c048f4431c92fd41e784d6fea3be35c05328d5b72955d4eab67f7f7ac57c9b2598f8cfca0d7cc7034f3679e1e4c54dc4814d02489 SHA512 3d89fbaaa85239d2580a39cf161cdc9b9cc53f50c0467a031ec8479b61937d26a3746a69dc653b9aea8dab715bb5f87f57ea8399c5f05e67ad64d6729a4924b8 MISC metadata.xml 974 BLAKE2B 2e46ac845ba9978e8b646007003dcf2b53844e5dd2a86f4cbdf812d58850e41f3636ba2807503aa56d6c69a8e04033d868534415c7fd71d424444af1eea392a9 SHA512 1f66c4340b79c43daca9d66be2b3e20e59405fc501a793d0159cbe40e7f541af79b036f53905bca0ea8001a14a9f4d17cb3fd060ce95cfbbc0b0ef9c8e521dff diff --git a/app-office/sc-im/sc-im-0.8.2.ebuild b/app-office/sc-im/sc-im-0.8.2.ebuild deleted file mode 100644 index 28ac2693dc67..000000000000 --- a/app-office/sc-im/sc-im-0.8.2.ebuild +++ /dev/null @@ -1,142 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-1 luajit ) - -inherit lua-single toolchain-funcs flag-o-matic - -DESCRIPTION="Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal" -HOMEPAGE="https://github.com/andmarti1424/sc-im" -SRC_URI="https://github.com/andmarti1424/sc-im/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${P}/src" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" -IUSE="X plots wayland xls xlsx lua ods tmux" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" - -DEPEND=" - sys-libs/ncurses:= - - lua? ( - ${LUA_DEPS} - ) - ods? ( - dev-libs/libxml2 - dev-libs/libzip - ) - plots? ( sci-visualization/gnuplot ) - tmux? ( app-misc/tmux ) - wayland? ( gui-apps/wl-clipboard ) - X? ( x11-misc/xclip ) - xls? ( - dev-libs/libxls - ) - xlsx? ( - dev-libs/libxlsxwriter - dev-libs/libxml2 - dev-libs/libzip - ) -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig - app-alternatives/yacc" - -pkg_setup() { - CONFLICTING=$(usex tmux "tmux " "")$(usex wayland "wayland " "")$(usex X "X" "") - if ( use tmux && ( use wayland || use X ) ) ; then - elog "Conflicting flags for clipboard support are set: ${CONFLICTING}" - elog "tmux support has been preferred." - elif ( use wayland && use X ) ; then - elog "Conflicting flags for clipboard support are set: ${CONFLICTING}" - elog "Wayland support has been preferred." - fi - - # Run lua setup - lua-single_pkg_setup -} - -src_prepare() { - default - - # Clean Makefile from all sorts of flag / lib setting - sed -i -e '/CFLAGS +=\|LDLIBS +=/d' Makefile \ - || die "sed fix failed. Uh-oh..." - # Also clean the now useless comments and logic - sed -i -e '/#\|if\|else/d' Makefile \ - || die "sed fix failed. Uh-oh..." -} - -src_configure() { - tc-export CC PKG_CONFIG - - LDLIBS="-lm" - - # default flags that dont need optional dependencies - append-cflags -Wall -g \ - -DNCURSES \ - -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE \ - '-DSNAME=\"sc-im\"' \ - '-DHELP_PATH=\"/usr/share/sc-im\"' \ - '-DLIBDIR=\"/usr/share/doc/sc-im\"' \ - '-DDFLT_PAGER=\"less\"' \ - '-DDFLT_EDITOR=\"vim\"' \ - -DUSECOLORS \ - '-DHISTORY_FILE=\"sc-iminfo\"' \ - '-DHISTORY_DIR=\".cache\"' \ - '-DCONFIG_FILE=\"scimrc\"' \ - '-DCONFIG_DIR=\".config/sc-im\"' \ - '-DINS_HISTORY_FILE=\"sc-iminfo\"' \ - -DUNDO \ - -DMAXROWS=65536 \ - -DUSELOCALE \ - -DMOUSE \ - '-DDEFAULT_OPEN_FILE_UNDER_CURSOR_CMD=\""scopen"\"' \ - -DAUTOBACKUP \ - -DHAVE_PTHREAD - - # setting default clipboard commands - if use tmux ; then - append-cflags '-DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""tmux load-buffer"\"' - append-cflags '-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""tmux show-buffer"\"' - elif use wayland ; then - append-cflags '-DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""wl-copy <"\"' - append-cflags '-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""wl-paste"\"' - elif use X ; then - append-cflags '-DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""xclip -i -selection clipboard <"\"' - append-cflags '-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\"' - fi - - # optional feature dependency - use plots && append-cflags -DGNUPLOT - if use xls; then - append-cflags -DXLS $(${PKG_CONFIG} --cflags libxls) - LDLIBS+=" $(${PKG_CONFIG} --libs libxls)" - fi - if use xlsx || use ods ; then - append-cflags -DODS -DXLSX $(${PKG_CONFIG} --cflags libxml-2.0 libzip) - LDLIBS+=" -DODS -DXLSX $(${PKG_CONFIG} --libs libxml-2.0 libzip)" - fi - if use xlsx ; then - append-cflags -DXLSX_EXPORT $(${PKG_CONFIG} --cflags xlsxwriter) - LDLIBS+=" -DXLSX_EXPORT $(${PKG_CONFIG} --libs xlsxwriter)" - fi - if use lua ; then - append-cflags -DXLUA $(${PKG_CONFIG} --cflags lua) - LDLIBS+=" -DXLUA $(${PKG_CONFIG} --libs lua) -rdynamic" - fi - append-cflags $(${PKG_CONFIG} --cflags ncursesw) || append-cflags $(${PKG_CONFIG} --cflags ncurses) - LDLIBS+=" $(${PKG_CONFIG} --libs ncursesw)" || LDLIBS+=" $(${PKG_CONFIG} --libs ncurses)" -} - -src_compile() { - emake LDLIBS="${LDLIBS}" CFLAGS="${CFLAGS}" -} - -src_install() { - emake DESTDIR="${D}" prefix="/usr" install - einstalldocs -} diff --git a/app-office/sc-im/sc-im-0.8.3.ebuild b/app-office/sc-im/sc-im-0.8.3.ebuild deleted file mode 100644 index 99c823f8d3c4..000000000000 --- a/app-office/sc-im/sc-im-0.8.3.ebuild +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-1 luajit ) - -inherit lua-single toolchain-funcs flag-o-matic - -DESCRIPTION="Ncurses based, vim-like spreadsheet calculator" -HOMEPAGE="https://github.com/andmarti1424/sc-im" -SRC_URI="https://github.com/andmarti1424/sc-im/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${P}/src" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" -IUSE="lua ods plots tmux wayland X xls xlsx" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" - -DEPEND=" - sys-libs/ncurses:= - lua? ( - ${LUA_DEPS} - ) - ods? ( - dev-libs/libxml2 - dev-libs/libzip - ) - plots? ( sci-visualization/gnuplot ) - tmux? ( app-misc/tmux ) - wayland? ( gui-apps/wl-clipboard ) - X? ( x11-misc/xclip ) - xls? ( - dev-libs/libxls - ) - xlsx? ( - dev-libs/libxlsxwriter - dev-libs/libxml2 - dev-libs/libzip - ) -" -RDEPEND="${DEPEND}" -BDEPEND="app-alternatives/yacc - virtual/pkgconfig" - -pkg_setup() { - CONFLICTING=$(usex tmux "tmux " "")$(usex wayland "wayland " "")$(usex X "X" "") - if ( use tmux && ( use wayland || use X ) ) ; then - elog "Conflicting flags for clipboard support are set: ${CONFLICTING}" - elog "tmux support has been preferred." - elif ( use wayland && use X ) ; then - elog "Conflicting flags for clipboard support are set: ${CONFLICTING}" - elog "Wayland support has been preferred." - fi - - # Run lua setup - lua-single_pkg_setup -} - -src_prepare() { - default - - # Clean Makefile from all sorts of flag / lib setting - sed -i -e '/CFLAGS +=\|LDLIBS +=/d' Makefile \ - || die "sed fix failed. Uh-oh..." - # Also clean the now useless comments and logic - sed -i -e '/#\|if\|else/d' Makefile \ - || die "sed fix failed. Uh-oh..." -} - -src_configure() { - tc-export CC PKG_CONFIG - - LDLIBS="-lm" - - # default flags that dont need optional dependencies - append-cflags -Wall -g \ - -DNCURSES \ - -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE \ - '-DSNAME=\"sc-im\"' \ - '-DHELP_PATH=\"/usr/share/sc-im\"' \ - '-DLIBDIR=\"/usr/share/doc/sc-im\"' \ - '-DDFLT_PAGER=\"less\"' \ - '-DDFLT_EDITOR=\"vim\"' \ - -DUSECOLORS \ - '-DHISTORY_FILE=\"sc-iminfo\"' \ - '-DHISTORY_DIR=\".cache\"' \ - '-DCONFIG_FILE=\"scimrc\"' \ - '-DCONFIG_DIR=\".config/sc-im\"' \ - '-DINS_HISTORY_FILE=\"sc-iminfo\"' \ - -DUNDO \ - -DMAXROWS=65536 \ - -DUSELOCALE \ - -DMOUSE \ - '-DDEFAULT_OPEN_FILE_UNDER_CURSOR_CMD=\""scopen"\"' \ - -DAUTOBACKUP \ - -DHAVE_PTHREAD - - # setting default clipboard commands - if use tmux ; then - append-cflags '-DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""tmux load-buffer"\"' - append-cflags '-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""tmux show-buffer"\"' - elif use wayland ; then - append-cflags '-DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""wl-copy <"\"' - append-cflags '-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""wl-paste"\"' - elif use X ; then - append-cflags '-DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""xclip -i -selection clipboard <"\"' - append-cflags '-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\"' - fi - - # optional feature dependency - use plots && append-cflags -DGNUPLOT - if use xls; then - append-cflags -DXLS $(${PKG_CONFIG} --cflags libxls) - LDLIBS+=" $(${PKG_CONFIG} --libs libxls)" - fi - if use xlsx || use ods ; then - append-cflags -DODS -DXLSX $(${PKG_CONFIG} --cflags libxml-2.0 libzip) - LDLIBS+=" -DODS -DXLSX $(${PKG_CONFIG} --libs libxml-2.0 libzip)" - fi - if use xlsx ; then - append-cflags -DXLSX_EXPORT $(${PKG_CONFIG} --cflags xlsxwriter) - LDLIBS+=" -DXLSX_EXPORT $(${PKG_CONFIG} --libs xlsxwriter)" - fi - if use lua ; then - append-cflags -DXLUA $(${PKG_CONFIG} --cflags lua) - LDLIBS+=" -DXLUA $(${PKG_CONFIG} --libs lua) -rdynamic" - fi - append-cflags $(${PKG_CONFIG} --cflags ncursesw) || append-cflags $(${PKG_CONFIG} --cflags ncurses) - LDLIBS+=" $(${PKG_CONFIG} --libs ncursesw)" || LDLIBS+=" $(${PKG_CONFIG} --libs ncurses)" -} - -src_compile() { - emake LDLIBS="${LDLIBS}" CFLAGS="${CFLAGS}" -} - -src_install() { - emake DESTDIR="${D}" prefix="/usr" install - einstalldocs -} |