diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-27 03:04:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-27 03:04:35 +0000 |
commit | 83d9fce566bb89f6976f36f5314bfc88b6d261fa (patch) | |
tree | 8d8a18f75ff0a6a98313046fcd757ee0135db98c /app-misc/cw | |
parent | d0349ca0f4903608beca459a9db2068dab9fa6ea (diff) |
gentoo auto-resync : 27:10:2024 - 03:04:35
Diffstat (limited to 'app-misc/cw')
-rw-r--r-- | app-misc/cw/Manifest | 1 | ||||
-rw-r--r-- | app-misc/cw/cw-1.0.16-r3.ebuild | 64 |
2 files changed, 0 insertions, 65 deletions
diff --git a/app-misc/cw/Manifest b/app-misc/cw/Manifest index 4052d0c7b304..1bd8868bc15d 100644 --- a/app-misc/cw/Manifest +++ b/app-misc/cw/Manifest @@ -6,6 +6,5 @@ AUX cw-1.0.16-Respect-CPPFLAGS.patch 649 BLAKE2B c08bef1d8f6adf4b1a84b58c697bb18 AUX cw-1.0.16-fix-configure-for-newer-autotools.patch 491 BLAKE2B 109ea5f7777205c87f6f52abb75fa0870d46a66b4ef869ac6cbc12eef1852afb3136cff4f8a8e9eef348e525fca4571aef85b398c6d1ed94c802798e48e4e092 SHA512 704dd7899d6316d2ae1ad478235370943f1bb42cc75a594e2eba36758afa2b81e0f3fff78445e03140de8ff7b41ba1f8a7fa81fbe9ea67df510838b7dc778125 AUX cw-1.0.16-replace-isastream-with-fcntl.patch 470 BLAKE2B 454da68da8a32bf980837c28fb5fa392325bd7c7ee186386c5347fb21949a05b7cad8c6da02b74a4bc0dd7dd997360c60095a3e62e22e1f21abc3f014e477570 SHA512 84e3fdc906880691a0b87715e76729a3c00da0edef838c169113e7c9122c8d5dc421007f1b47214a12cd4f08bf01ab1dd42d635b1bf3a35c5cb215eaf15ea589 DIST cw-1.0.16.tar.bz2 76035 BLAKE2B 4257dad6df2122efabd9d5f51e7d0f0f5103afa261b4d7781ec27a81d9efc903c55a56e7b9bb1d16bb3c6bc856f15ec6f8d7ae69935511659bbfe82475377e38 SHA512 6a5da4e4dbb4d042d8b4e1e0727039f3103f9d7124a6f7c37ac094d7fee0ae10d9bacc6739fc133ca9fb682501bcafecd39a660abfe19fbf1fd9bf7ec06cfa32 -EBUILD cw-1.0.16-r3.ebuild 1549 BLAKE2B 88febd5da03e6501f87281de4e39af63ec1b1ef2c2cc79dcc7533210350acef5083b51271bc963f8a4a0994b6eb7923c0acc88e0fc21163f4deefd93f4a25565 SHA512 fbc05f1d9fe39f10a8cf46494631cc6f0f8730c763ef32b07cf040f7c5e5cf77ce8928c46a2b5b03d812b9f10f4d54464fbfc48c786143eadbeb10c25a86f036 EBUILD cw-1.0.16-r5.ebuild 1875 BLAKE2B 1c7fc61fa80b062a33f8d05d8c2a37c3dd9f4813ba9f763c53edacdf808865ffeb65db203a24c950b9fba86a3610b6bbb6093ddd9efb957566e25df22576db50 SHA512 1cf62c8a7edead28b169a54ae9a1573aefe7ed82a34f0c7be0651d2f71dbeb20db5818ed4ea5ee7946ba4b8556e980befc0634961d77cef84fb408d0edfc3919 MISC metadata.xml 344 BLAKE2B 7f3db60367ffaacb5217d36eee3a431fac236d8675ceb212641e7c391cd1e766302adef0912dd32c42b39df01b5747821af4dc36c11f3a79e0b4c7c57fa98bd8 SHA512 4b14684bfd5872f9de5812015c341c763da06a2e75981f67355464f68ea5f11dfa944233b1a77be73854dce0f697edcc76402ec1cd073d53d23db0ef2d6b565f diff --git a/app-misc/cw/cw-1.0.16-r3.ebuild b/app-misc/cw/cw-1.0.16-r3.ebuild deleted file mode 100644 index edce7bf53157..000000000000 --- a/app-misc/cw/cw-1.0.16-r3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common unix-based commands" -HOMEPAGE="http://cwrapper.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/cwrapper/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -PATCHES=( - "${FILESDIR}"/${PV}-ldflags.patch - "${FILESDIR}"/${PV}-path.patch - "${FILESDIR}"/${PV}-collision.patch - "${FILESDIR}"/${PV}-format-security.patch -) - -src_configure() { - tc-export CC - econf -} - -src_compile() { - emake local -} - -src_install() { - insinto /usr/share/cw - doins etc/* - - exeinto /usr/libexec/cw - doexe def/* - - doman man/cwu* - newman man/cw.* color-wrapper - dodoc CHANGES CONTRIB INSTALL README PLATFORM doc/README* - - dobin bin/{cwu,colorcfg} - # app-misc/color currently conflicts; hopefully 'colors' is safe - newbin bin/color colors - # media-radio/unixcw currently conflicts; - newbin bin/cw color-wrapper -} - -pkg_postinst() { - ebegin "Updating definition files" - cwu /usr/libexec/cw /usr/bin/color-wrapper # >/dev/null - eend $? - - elog "To enable color-wrapper, as your user, run:" - elog " colorcfg [1|2|3]" - elog "to add relevant environment variables to your ~/.bash_profile" - elog "Run colorcfg without options to see what [1|2|3] means." - elog - elog "After sourcing your ~/.bash_profile, commands for which definitions" - elog "are provided should have colored output." - elog - elog "To enable/disable colored output, run: 'colors [on|off]'." -} |