diff options
author | 2019-12-13 21:45:03 +0100 | |
---|---|---|
committer | 2019-12-13 21:45:03 +0100 | |
commit | 189e0b63436929deb393dd0151cc225048e13fb0 (patch) | |
tree | 37c2a85205edb76c8adf9583127bd2946da3c97d /media-video/pitivi/files | |
parent | dev-util/spec-cleaner: Remove old (diff) | |
download | gentoo-189e0b63436929deb393dd0151cc225048e13fb0.tar.gz gentoo-189e0b63436929deb393dd0151cc225048e13fb0.tar.bz2 gentoo-189e0b63436929deb393dd0151cc225048e13fb0.zip |
media-video/pitivi: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video/pitivi/files')
-rw-r--r-- | media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch | 21 | ||||
-rw-r--r-- | media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch | 23 |
2 files changed, 0 insertions, 44 deletions
diff --git a/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch deleted file mode 100644 index cfc86dccb1d6..000000000000 --- a/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch +++ /dev/null @@ -1,21 +0,0 @@ -make tests optional - ---- a/meson_options.txt 2016-09-19 23:35:54.944511834 +0200 -+++ b/meson_options.txt 2016-09-19 23:36:10.693485976 +0200 -@@ -1,2 +1,3 @@ - option('enable-xunit', type : 'boolean', value : false) - option('disable-help', type : 'boolean', value : false) -+option('enable-tests', type : 'boolean', value : false) ---- a/meson.build 2016-09-19 23:35:06.694590798 +0200 -+++ b/meson.build 2016-09-19 23:35:45.092527990 +0200 -@@ -57,7 +57,9 @@ - if not get_option('disable-help') - subdir('help') - endif --subdir('tests') -+if get_option('enable-tests') -+ subdir('tests') -+endif - - archiver = find_program('git-archive-all', required : false) - if archiver.found() diff --git a/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch deleted file mode 100644 index e5f55ffe765f..000000000000 --- a/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch +++ /dev/null @@ -1,23 +0,0 @@ -Make tests optional - ---- a/meson_options.txt 2016-09-19 23:35:54.944511834 +0200 -+++ b/meson_options.txt 2016-09-19 23:36:10.693485976 +0200 -@@ -1,2 +1,3 @@ - option('enable-xunit', type : 'boolean', value : false) - option('disable-help', type : 'boolean', value : false) -+option('enable-tests', type : 'boolean', value : false) ---- a/meson.build 2017-09-03 22:52:39.681974053 +0200 -+++ b/meson.build 2017-09-03 22:53:29.934556188 +0200 -@@ -71,8 +71,10 @@ - if not get_option('disable-help') - subdir('help') - endif --subdir('tests') --subdir('tests/validate-tests') -+if get_option('enable-tests') -+ subdir('tests') -+ subdir('tests/validate-tests') -+endif - - archiver = find_program('git-archive-all', required : false) - if archiver.found() |