diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim/gtk-syntax | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-vim/gtk-syntax')
-rw-r--r-- | app-vim/gtk-syntax/Manifest | 3 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild | 13 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20121015.ebuild | 13 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20130716.ebuild | 12 | ||||
-rw-r--r-- | app-vim/gtk-syntax/metadata.xml | 5 |
5 files changed, 46 insertions, 0 deletions
diff --git a/app-vim/gtk-syntax/Manifest b/app-vim/gtk-syntax/Manifest new file mode 100644 index 000000000000..886e650faf8e --- /dev/null +++ b/app-vim/gtk-syntax/Manifest @@ -0,0 +1,3 @@ +DIST gtk-syntax-20110214.tar.bz2 195881 SHA256 b629337bbc246407b99ccdcf13c6d49524cb521b07a4a1c1caede7faef673260 SHA512 e3c28d21941fd3ee40b3818c698f01fd7a6125e4caac44fbde9bb8ff00e3eb529e28e817dd39c3bc076a78f44ccd7ed887b84c2c2659b210f5d665eefe12c97f WHIRLPOOL 6b03177b8756f55dbc93407a86d5efed4cb3993b6ad9bc40a50d9006d93f197466694afd4ffa707569d54e6a4e15f54ea56f93e9c0d03d0422385ae67802ac25 +DIST gtk-syntax-20121015.tar.bz2 228506 SHA256 1363caed3b5db1cc56d10f8c1422f74fc1b8804194a6eac3f529594ef4c80026 SHA512 e149f1ed151b9c974e0e1931703d78f042ff821ae93bad3100b8c9345d67a2442ab4f90bb2571e2997699d099b9e796346c2b15b2a2b5cde5b163f8d66d4f1e7 WHIRLPOOL c9802520fbf666fdf569b7ea048a14580b982cceb3539e41559cba65d4e8964d0f11f9e7ce00b668da989f1b87f6174d64c7577dd08e00764fa22f642ebbcca9 +DIST gtk-syntax-20130716.tar.bz2 234878 SHA256 c7ba136d0e93c13611ee1245186941c7bd2dea7641d33ae3a9d2994469e33c15 SHA512 a90bdf84765ebaf10946b974c7720ebb9366f7ae5e360c8254ffd54bf9eacf1d0e35cf2061ef42727ffd7df3b4d78bb9e5f3ab7392180c435f8eef06c81ff5da WHIRLPOOL 74eae8225313a5e01237ecd58790b5b77b668d93c0e260acf25c1f240c7274dde16352e5377bb72f871e3fb83f37210a104fb5a2cf4ef30aaafa5d708d73e296 diff --git a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild new file mode 100644 index 000000000000..1a996e1efdee --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" diff --git a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild new file mode 100644 index 000000000000..01343e14df84 --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild new file mode 100644 index 000000000000..0f345ccf8758 --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" +LICENSE="vim" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" diff --git a/app-vim/gtk-syntax/metadata.xml b/app-vim/gtk-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/gtk-syntax/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> |