commit: 3a52bee693a6ec259210e553eca1daa57486c37c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Nov 19 12:55:41 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 00:13:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a52bee6
app-editors/gvim: remove unused files. Closes: https://github.com/gentoo/gentoo/pull/6234 app-editors/gvim/files/gvim.desktop-r2 | 9 ------- app-editors/gvim/files/gvim.xpm | 46 ---------------------------------- 2 files changed, 55 deletions(-) diff --git a/app-editors/gvim/files/gvim.desktop-r2 b/app-editors/gvim/files/gvim.desktop-r2 deleted file mode 100644 index 45b55d03692..00000000000 --- a/app-editors/gvim/files/gvim.desktop-r2 +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=gVim -Comment=A highly configurable text editor -Exec=gvim -f %F -Icon=gvim -Terminal=false -Type=Application -MimeType=text/plain; -Categories=Development; diff --git a/app-editors/gvim/files/gvim.xpm b/app-editors/gvim/files/gvim.xpm deleted file mode 100644 index 694720ac309..00000000000 --- a/app-editors/gvim/files/gvim.xpm +++ /dev/null @@ -1,46 +0,0 @@ -/* XPM */ -static char *magick[] = { -/* columns rows colors chars-per-pixel */ -"32 32 8 1", -" c Gray0", -". c #000080", -"X c #008000", -"o c Green", -"O c #808080", -"+ c #c0c0c0", -"@ c Gray100", -"# c None", -/* pixels */ -"############### ###############", -"############## oo ##############", -"### oXXo # ###", -"## @@@@@@@@@@@ XXXo @@@@@@@@@ ##", -"## @+++++++++++ XXX @+++++++++ #", -"### ++++++++++O XXXX ++++++++O #", -"#### O++++++OO XXXXXX O+++++OO #", -"#### @++++++O XXXXXX @+++++OO ##", -"#### @++++++O XXXXX @@++++OO ###", -"#### @++++++O XXXX @@++++OO ####", -"#### @++++++O XXX @@++++OO #####", -"#### @++++++O XX @@++++OO . ####", -"### @++++++O X @@++++OO XX. ###", -"## o @++++++O @@++++OO XXXX. ##", -"# oX @++++++O @@++++OO XXXXXX. #", -" oXX @++++++O@@++++OO XXXXXXXX. ", -" oXX @++++++O@++++OO XXXXXXXXX. ", -"# oX @++++++O++++OO XXXXXXXXX. #", -"## o @++++++++++ XXXXXXXXX. ##", -"### @+++++++++ ++ XXXXXXXX. ###", -"#### @+++++++++ ++ XXXXXXX. ####", -"#### @++++++++O X X ###", -"#### @+++++++O +++ +++ +++ ++ ##", -"#### @++++++OO ++ ++++++++++ #", -"#### @+++++OO ++ ++..++ + ##", -"#### @++++OO X ++ ++. ++ ++ ##", -"#### @+++OO XX ++ ++ ++ ++ ##", -"#### @++OO X ++ ++ ++ ++ ###", -"##### +OO ## +++ ++ ++ +++ ##", -"###### #### . ## ## ###", -"############## .. ##############", -"############### ###############" -};
