diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-11 18:33:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-11 18:33:04 +0100 |
commit | 1f43daba2fbe6f53e67c63944941dc645657c5b3 (patch) | |
tree | 69847026d79bd01039e851e5d5b4933615e29f51 /app-vim/ctx | |
parent | 95c20b170b50a028890f00e7e9c338427d92279f (diff) |
gentoo auto-resync : 11:04:2024 - 18:33:04
Diffstat (limited to 'app-vim/ctx')
-rw-r--r-- | app-vim/ctx/Manifest | 1 | ||||
-rw-r--r-- | app-vim/ctx/ctx-1.17-r1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/ctx/Manifest b/app-vim/ctx/Manifest index c05dd94bd95b..966e32ba1c91 100644 --- a/app-vim/ctx/Manifest +++ b/app-vim/ctx/Manifest @@ -1,4 +1,3 @@ DIST ctx-1.17.tar.bz2 4391 BLAKE2B 2e6ba12c1f416e7de10bc2b6fbef79cc0b4fd3d3e80820034db3b327730b8927afbc26fee4d93b96cbaf510d8642a4ccf95b6b13cf8d83d6d05de3deecc0238e SHA512 35839f005cec56baf90ecbf46ce28530f9d3a18d8a538323d3f1d2134fa392a9595d95c3258c9ce2320381a69b1fb4a61b2ad2cd9d4c581e75bea378dfe7e13c -EBUILD ctx-1.17-r1.ebuild 476 BLAKE2B 28933b936fd743c76e40f2829023db9cc4236a459d4c85c137086b98225d13255358ccae30de03f56488146a97c6cc9bd388556e7880619d5a826a1c710ce528 SHA512 ebb6248e856beccea7774be0f93d81f683f9c8163e72f5b7c049339462fa0a2d6d88801f3117cdf9684a92dca8f4f7c2a71524d47d1eb865ea8daf75b55d7661 EBUILD ctx-1.17-r2.ebuild 496 BLAKE2B 5e93f5fe167e97a0b3d3c04a63508fe1b76b16ef5a300a74f5e6a67ccbea1edf3a82b5dc2a34a336d2513d231fe2a600cdf1e1a02ca244bc64a149699f4c4d42 SHA512 b33f262c65f9105ed19c5484d2c8d9dff508546f5b1e08f7fa94e86792fb776e1a999fb425d4b696c3a04c932149ee2ec0ee7c8d66c9d400f7981fc210516b44 MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b diff --git a/app-vim/ctx/ctx-1.17-r1.ebuild b/app-vim/ctx/ctx-1.17-r1.ebuild deleted file mode 100644 index 510ef3a09ec4..000000000000 --- a/app-vim/ctx/ctx-1.17-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: display current scope context in a C file" -HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~ia64 ppc x86" - -VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/" - -# bug #74897 -RDEPEND="!app-vim/enhancedcommentify" - -# See bug 591068. -DEPEND="app-editors/vim[perl]" |