Compare commits

..

1 commit

Author SHA1 Message Date
Troy Dawson
e8276b2416 epel8-playground decommissioned : https://pagure.io/epel/issue/136 2022-01-31 17:52:57 -08:00
7 changed files with 1 additions and 114 deletions

4
.gitignore vendored
View file

@ -1,4 +0,0 @@
/vim-gitgutter-0.20191207git1c53af9.tar.gz
/vim-gitgutter-0.20200328git7c48aa1.tar.gz
/vim-gitgutter-0.20200501gitb356cc9.tar.gz
/vim-gitgutter-0.20230901gitf7b9766.tar.gz

View file

@ -1,3 +0,0 @@
# vim-gitgutter
The vim-gitgutter package

View file

@ -1,38 +0,0 @@
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-11.20200501gitb356cc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-10.20200501gitb356cc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-9.20200501gitb356cc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-8.20200501gitb356cc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-7.20200501gitb356cc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-6.20200501gitb356cc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-5.20200501gitb356cc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat May 23 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0-4.20200501gitb356cc9
- Update to latest git snapshot
* Sat Mar 28 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0-3.20200328git7c48aa1
- Update to latest git snapshot
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-3.20191207git1c53af9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Dec 07 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20191207git1c53af9
- Update to latest git snapshot
* Thu Oct 17 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20191015git5c73edb
- Update to latest git snapshot
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-1.20191001git1725c13
- Initial package

1
dead.package Normal file
View file

@ -0,0 +1 @@
epel8-playground decommissioned : https://pagure.io/epel/issue/136

View file

@ -1 +0,0 @@
SHA512 (vim-gitgutter-0.20230901gitf7b9766.tar.gz) = 156399d3d9c781d63362eece5bdbf6a847ae4e2c41c3e2208ffed290c4bfaa2e0feb3f71d82a631f5629af919227b510d5e4d87baca039062cd0e4ed9cbafe6c

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 Artem Polishchuk <ego.cordatus@gmail.com> -->
<component type="addon">
<id>vim-gitgutter</id>
<extends>gvim.desktop</extends>
<name>vim-gitgutter</name>
<summary>Shows a git diff in the gutter and stages/undoes hunks and partial hunks</summary>
<url type="homepage">https://github.com/airblade/vim-gitgutter</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<updatecontact>ego.cordatus@gmail.com</updatecontact>
</component>

View file

@ -1,56 +0,0 @@
%global commit f7b97666ae36c7b3f262f3190dbcd7033845d985
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global date 20230901
Name: vim-gitgutter
Version: 0
Release: 12.%{date}git%{shortcommit}.%autorelease
Summary: Shows git diff markers in the sign column and stages/previews/undoes hunks
License: MIT
URL: https://github.com/airblade/vim-gitgutter
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
Source1: %{name}.metainfo.xml
BuildArch: noarch
BuildRequires: libappstream-glib
BuildRequires: vim-filesystem
Requires: vim-enhanced
%description
A Vim plugin which shows a git diff in the sign column. It shows which lines
have been added, modified, or removed. You can also preview, stage, and undo
individual hunks; and stage partial hunks. The plugin also provides a hunk
text object.
The signs are always up to date and the plugin never saves your buffer.
The name "gitgutter" comes from the Sublime Text 3 plugin which inspired this
in 2013.
%prep
%autosetup -n %{name}-%{commit} -p1
%install
mkdir -p %{buildroot}%{vimfiles_root}
cp -rp {autoload,plugin} %{buildroot}%{vimfiles_root}
install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
%check
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
%files
%license LICENCE
%doc README.mkd doc/* test
%{vimfiles_root}/autoload/*
%{vimfiles_root}/plugin/*
%{_metainfodir}/*.xml
%changelog
%autochangelog