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 /gnustep-libs/highlighterkit | |
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 'gnustep-libs/highlighterkit')
-rw-r--r-- | gnustep-libs/highlighterkit/Manifest | 2 | ||||
-rw-r--r-- | gnustep-libs/highlighterkit/highlighterkit-0.1.2.ebuild | 19 | ||||
-rw-r--r-- | gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild | 19 | ||||
-rw-r--r-- | gnustep-libs/highlighterkit/metadata.xml | 6 |
4 files changed, 46 insertions, 0 deletions
diff --git a/gnustep-libs/highlighterkit/Manifest b/gnustep-libs/highlighterkit/Manifest new file mode 100644 index 000000000000..96cd7e791be6 --- /dev/null +++ b/gnustep-libs/highlighterkit/Manifest @@ -0,0 +1,2 @@ +DIST HighlighterKit-0.1.2.tar.gz 54467 SHA256 94b72c43d16b0ff29849c3284a944b51fd42557a77230f2e375a8f2200d23e41 +DIST HighlighterKit-0.1.3.tar.gz 54952 SHA256 cae933c9e402352ae70e96cbe70a52dd504b5d8efd5910cc4c3ff35a29fba86c SHA512 3a6fbd8387ec545b7004b8ddb7e5210a1a6d324d584499b6c0e99f1f74a6cd453b9451aae59d6c4147c8aebb4556b500d1477d3a05211bc19aae5a64d9133e86 WHIRLPOOL 76f1057eb647912f7a04bd864482b41ce474ae0c972aedeeb27ec272df4d1915a9a4c2c9219c0b4c1304829764b175330b4893d52e3ff0eff9f129e4b4ff3c75 diff --git a/gnustep-libs/highlighterkit/highlighterkit-0.1.2.ebuild b/gnustep-libs/highlighterkit/highlighterkit-0.1.2.ebuild new file mode 100644 index 000000000000..4fa94116bcaf --- /dev/null +++ b/gnustep-libs/highlighterkit/highlighterkit-0.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit gnustep-2 + +MY_P="HighlighterKit-${PV}" + +DESCRIPTION="Syntax highlighter framework" +HOMEPAGE="http://wiki.gnustep.org/index.php/HighlighterKit" +SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +S="${WORKDIR}/${MY_P}" diff --git a/gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild b/gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild new file mode 100644 index 000000000000..bde7ca983bf7 --- /dev/null +++ b/gnustep-libs/highlighterkit/highlighterkit-0.1.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit gnustep-2 + +MY_P="HighlighterKit-${PV}" + +DESCRIPTION="Syntax highlighter framework" +HOMEPAGE="http://wiki.gnustep.org/index.php/HighlighterKit" +SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +S="${WORKDIR}/${MY_P}" diff --git a/gnustep-libs/highlighterkit/metadata.xml b/gnustep-libs/highlighterkit/metadata.xml new file mode 100644 index 000000000000..9932f034706c --- /dev/null +++ b/gnustep-libs/highlighterkit/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnustep</herd> + <longdescription>HighlighterKit is a framework to allow easy incorporation of syntax highlighting features into your application.</longdescription> +</pkgmetadata> |