diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-04-28 15:45:40 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-04-28 15:45:40 +0000 |
| commit | 5fe81eb11d4ff24f3a0533c09165a76b4984da61 (patch) | |
| tree | 89d2e74b0b928ff8c7cf23b58b35ee4222ff19ea /trunk/src/echangelog/test/templates | |
| parent | a2db7495f0d8460bdceebe5d672da7044da26144 (diff) | |
| download | gentoolkit-5fe81eb11d4ff24f3a0533c09165a76b4984da61.tar.gz | |
Add initial test suite from idl0r
svn path=/; revision=551
Diffstat (limited to 'trunk/src/echangelog/test/templates')
| -rw-r--r-- | trunk/src/echangelog/test/templates/test.patch | 6 | ||||
| -rw-r--r-- | trunk/src/echangelog/test/templates/vcstest-0.0.1.ebuild | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/trunk/src/echangelog/test/templates/test.patch b/trunk/src/echangelog/test/templates/test.patch new file mode 100644 index 0000000..83399ce --- /dev/null +++ b/trunk/src/echangelog/test/templates/test.patch @@ -0,0 +1,6 @@ +--- test.patch2 2009-04-28 14:13:26.171225175 +0200 ++++ test.patch 2009-04-28 14:12:26.246497830 +0200 +@@ -0,0 +1,3 @@ ++This is just an example. ++Its used for serveral echangelog tests. ++ diff --git a/trunk/src/echangelog/test/templates/vcstest-0.0.1.ebuild b/trunk/src/echangelog/test/templates/vcstest-0.0.1.ebuild new file mode 100644 index 0000000..2824b83 --- /dev/null +++ b/trunk/src/echangelog/test/templates/vcstest-0.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="echangelog test ebuild" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="" + |
