* [gentoo-commits] repo/user/ssnb:master commit in: media-video/pitivi/files/, dev-util/rpmlint/files/, dev-util/rpmlint/, ...
@ 2021-01-17 18:46 Samuel Bernardo
0 siblings, 0 replies; only message in thread
From: Samuel Bernardo @ 2021-01-17 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 65b47ec4dce55734de61552e463290e396a195f1
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun Jan 17 18:46:18 2021 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun Jan 17 18:46:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=65b47ec4
Remove not supported ebuilds rpmlint and pitivi
Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
dev-util/rpmlint/Manifest | 3 -
dev-util/rpmlint/files/fedora.config | 419 ---------------------
dev-util/rpmlint/rpmlint-1.11.ebuild | 1 -
dev-util/rpmlint/rpmlint-9999.ebuild | 44 ---
media-video/pitivi/Manifest | 8 -
.../pitivi/files/pitivi-0.98.1-fix-pycairo.patch | 12 -
.../files/pitivi-0.98.1-optional-tests.patch | 23 --
.../pitivi/files/pitivi-0.999-optional-tests.patch | 18 -
media-video/pitivi/metadata.xml | 12 -
media-video/pitivi/pitivi-0.98.1-r1.ebuild | 96 -----
media-video/pitivi/pitivi-0.999-r3.ebuild | 111 ------
11 files changed, 747 deletions(-)
diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest
deleted file mode 100644
index f569181..0000000
--- a/dev-util/rpmlint/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX fedora.config 9778 BLAKE2B 18ec007c92cea5ee444f18f15e94ac5e8d682cd4d475a97a7f362a16665b85bd5a5a94cdaf0b77b4f309f0dbf36e3d9cc80adae3619bc8aa30b63894facf4c00 SHA512 999d646d8df3fc4ebbcd67017673408b1d35ce7807054b0f4f025415d8611ca26a87cb4b41b011f1e6f0ac2916aca69d90f3f754065453d61f23ef1a1e281bfa
-EBUILD rpmlint-1.11.ebuild 1038 BLAKE2B 08eea34d3b86189b1ae1cbf7c877c56ef23706d353e40173e4b170f5058b164bfcbf6c9eb2317f4b08fc93afbec2176600aec4c150f988878addcd582cd10a11 SHA512 98d049d26a58bd58da5148bc73affdec71aaefd6ee51c06387eff3a6cb6f194cf3ef855621e938eba184a1d833a6fdfed2e7ff0339ebeb489dc3c4079360e505
-EBUILD rpmlint-9999.ebuild 1038 BLAKE2B 08eea34d3b86189b1ae1cbf7c877c56ef23706d353e40173e4b170f5058b164bfcbf6c9eb2317f4b08fc93afbec2176600aec4c150f988878addcd582cd10a11 SHA512 98d049d26a58bd58da5148bc73affdec71aaefd6ee51c06387eff3a6cb6f194cf3ef855621e938eba184a1d833a6fdfed2e7ff0339ebeb489dc3c4079360e505
diff --git a/dev-util/rpmlint/files/fedora.config b/dev-util/rpmlint/files/fedora.config
deleted file mode 100644
index cf6c52b..0000000
--- a/dev-util/rpmlint/files/fedora.config
+++ /dev/null
@@ -1,419 +0,0 @@
-# -*- python -*-
-
-# System wide rpmlint default configuration. Do not modify, override/add
-# options in /etc/rpmlint/config and/or ~/.rpmlintrc as needed.
-
-import os.path
-import re
-import sys
-
-from Config import *
-import Pkg
-
-
-setOption("CompressExtension", "gz")
-setOption("DefaultPythonVersion", sys.version[:3])
-setOption("KernelModuleRPMsOK", False)
-setOption("MaxLineLength", 80)
-setOption("NetworkEnabled", True)
-setOption("ReleaseExtension", '\.(fc|rhe?l|el)\d+(?=\.|$)')
-setOption("UseDefaultRunlevels", False)
-setOption("UseEpoch", False)
-setOption("UseUTF8", True)
-setOption("UseVersionInChangeLog", True)
-setOption("ValidSrcPerms", (int("664",8), int("644",8), ))
-
-setOption("ValidShells", (
- "<lua>",
- "/bin/sh",
- "/bin/bash",
- "/sbin/ldconfig",
- "/usr/bin/perl",
- "/usr/bin/python",
-))
-
-setOption("DanglingSymlinkExceptions", (
- ['consolehelper$', 'usermode'],
- ['consolehelper-gtk$', 'usermode-gtk'],
-))
-
-setOption("ValidLicenses", (
- # These are the short names for all of the Fedora approved licenses.
- # The master list is kept here: http://fedoraproject.org/wiki/Licensing
- # Last synced with revision "2.20, 9 February 2014" of that page.
- 'AAL',
- 'Abstyles',
- 'Adobe',
- 'ADSL',
- 'AFL',
- 'Afmparse',
- 'AGPLv1',
- 'AGPLv3',
- 'AGPLv3+',
- 'AGPLv3 with exceptions',
- 'AMDPLPA',
- 'AML',
- 'AMPAS BSD',
- 'APAFML',
- 'APSL 2.0',
- 'APSL 2.0+',
- 'ARL',
- 'Artistic 2.0',
- 'Artistic clarified',
- 'ASL 1.0',
- 'ASL 1.0+',
- 'ASL 1.1',
- 'ASL 1.1+',
- 'ASL 2.0',
- 'ASL 2.0+',
- 'Bahyph',
- 'Barr',
- 'Beerware',
- 'BeOpen',
- 'Bibtex',
- 'BitTorrent',
- 'Boost',
- 'Borceux',
- 'BSD',
- 'BSD Protection',
- 'BSD with advertising',
- 'BSD with attribution',
- 'CATOSL',
- 'CC0',
- 'CeCILL',
- 'CeCILL-B',
- 'CeCILL-C',
- 'CDDL',
- 'CNRI',
- 'Condor',
- 'Copyright only',
- 'CPAL',
- 'CPL',
- 'Crossword',
- 'Crystal Stacker',
- 'Cube',
- 'diffmark',
- 'DMIT',
- 'DOC',
- 'Dotseqn',
- 'DSDP',
- 'dvipdfm',
- 'ECL 1.0',
- 'ECL 2.0',
- 'eCos',
- 'EFL 2.0',
- 'EFL 2.0+',
- 'eGenix',
- 'Entessa',
- 'EPL',
- 'ERPL',
- 'EU Datagrid',
- 'EUPL 1.1',
- 'Eurosym',
- 'Fair',
- 'FSFUL',
- 'FSFULLR',
- 'FTL',
- 'Giftware',
- 'GL2PS',
- 'Glide',
- 'Glulxe',
- 'gnuplot',
- 'GPL+',
- 'GPL+ or Artistic',
- 'GPL+ with exceptions',
- 'GPLv1',
- 'GPLv2 or Artistic',
- 'GPLv2+ or Artistic',
- 'GPLv2',
- 'GPLv2 with exceptions',
- 'GPLv2+',
- 'GPLv2+ with exceptions',
- 'GPLv3',
- 'GPLv3 with exceptions',
- 'GPLv3+',
- 'GPLv3+ with exceptions',
- 'HaskellReport',
- 'IBM',
- 'IJG',
- 'ImageMagick',
- 'iMatix',
- 'Imlib2',
- 'Intel ACPI',
- 'Interbase',
- 'ISC',
- 'Jabber',
- 'JasPer',
- 'JPython',
- 'Julius',
- 'Knuth',
- 'Latex2e',
- 'LBNL BSD',
- 'Leptonica',
- 'LGPLv2',
- 'LGPLv2 with exceptions',
- 'LGPLv2+',
- 'LGPLv2+ or Artistic',
- 'LGPLv2+ with exceptions',
- 'LGPLv3',
- 'LGPLv3 with exceptions',
- 'LGPLv3+',
- 'LGPLv3+ with exceptions',
- 'Lhcyr',
- 'libtiff',
- 'LLGPL',
- 'Logica',
- 'LOSLA',
- 'LPL',
- 'LPPL',
- 'MakeIndex',
- 'mecab-ipadic',
- 'midnight',
- 'MirOS',
- 'MIT',
- 'MITNFA',
- 'MIT with advertising',
- 'mod_macro',
- 'Motosoto',
- 'MPLv1.0',
- 'MPLv1.0+',
- 'MPLv1.1',
- 'MPLv1.1+',
- 'MPLv2.0',
- 'MS-PL',
- 'MS-RL',
- 'MTLL',
- 'Mup',
- 'Naumen',
- 'NCSA',
- 'NetCDF',
- 'Netscape',
- 'Newmat',
- 'Newsletr',
- 'NGPL',
- 'NLPL',
- 'Nmap',
- 'Nokia',
- 'NOSL',
- 'Noweb',
- 'OML',
- 'OpenLDAP',
- 'OpenPBS',
- 'OpenSSL',
- 'OReilly',
- 'OSL 1.0',
- 'OSL 1.0+',
- 'OSL 1.1',
- 'OSL 1.1+',
- 'OSL 2.0',
- 'OSL 2.0+',
- 'OSL 2.1',
- 'OSL 2.1+',
- 'OSL 3.0',
- 'OSL 3.0+',
- 'Par',
- 'Phorum',
- 'PHP',
- 'PlainTeX',
- 'Plexus',
- 'PostgreSQL',
- 'psfrag',
- 'psutils',
- 'Public Domain',
- 'Python',
- 'Qhull',
- 'QPL',
- 'Rdisc',
- 'REX',
- 'RiceBSD',
- 'Romio',
- 'RPSL',
- 'Rsfs',
- 'Ruby',
- 'Saxpath',
- 'SCEA',
- 'SCRIP',
- 'Sendmail',
- 'Sleepycat',
- 'SISSL',
- 'SLIB',
- 'SNIA',
- 'softSurfer',
- 'SPL',
- 'STMPL',
- 'SWL',
- 'TCL',
- 'Teeworlds',
- 'Threeparttable',
- 'TMate',
- 'Tolua',
- 'TORQUEv1.1',
- 'TOSL',
- 'TPDL',
- 'TPL',
- 'UCD',
- 'Vim',
- 'VNLSL',
- 'VOSTROM',
- 'VSL',
- 'W3C',
- 'Webmin',
- 'Wsuipa',
- 'WTFPL',
- 'wxWidgets',
- 'Xerox',
- 'xinetd',
- 'xpp',
- 'XSkat',
- 'YPLv1.1',
- 'Zed',
- 'Zend',
- 'zlib',
- 'zlib with acknowledgement',
- 'ZPLv1.0',
- 'ZPLv1.0+',
- 'ZPLv2.0',
- 'ZPLv2.0+',
- 'ZPLv2.1',
- 'ZPLv2.1+',
- # Documentation licenses
- 'CDL',
- 'FBSDDL',
- 'GFDL',
- 'IEEE',
- 'LDPL',
- 'OFSFDL',
- 'Open Publication',
- 'Public Use',
- 'Verbatim',
- # Content licenses
- 'CC-BY',
- 'CC-BY-ND',
- 'CC-BY-SA',
- 'DMTF',
- 'DSL',
- 'EFML',
- 'Free Art',
- 'GeoGratis',
- 'Green OpenMusic',
- 'OAL',
- # Font licenses
- 'AMS',
- 'Arphic',
- 'Baekmuk',
- 'Bitstream Vera',
- 'DoubleStroke',
- 'Hershey',
- 'IPA',
- 'Liberation',
- 'Lucida',
- 'MgOpen',
- 'mplus',
- 'OFL',
- 'PTFL',
- 'STIX',
- 'Utopia',
- 'Wadalab',
- 'XANO',
- # Others
- 'Redistributable, no modification permitted',
- 'Freely redistributable without restriction',
-))
-
-setOption('SystemLibPaths', ('/lib', '/lib64', '/usr/lib', '/usr/lib64'))
-
-# Get standard users and groups from the setup package's uidgid file
-setOption('StandardUsers', [])
-setOption('StandardGroups', [])
-setup_pkg = None
-try:
- setup_pkg = Pkg.InstalledPkg('setup')
-except:
- pass
-if setup_pkg:
- users = set()
- groups = set()
- uidgid_regex = re.compile(r'^\s*(\S+)\s+(-|\d+)\s+(-|\d+|\(\d+\))\s')
- for uidgid_file in [x for x in setup_pkg.files() if x.endswith('/uidgid')]:
- if os.path.exists(uidgid_file):
- fobj = open(uidgid_file)
- try:
- for line in fobj.read().strip().splitlines():
- res = uidgid_regex.search(line)
- if res:
- name = res.group(1)
- if res.group(2) != '-':
- users.add(name)
- if res.group(3) != '-' and not '(' in res.group(3):
- groups.add(name)
- del res
- del line
- finally:
- fobj.close()
- del fobj
- setOption('StandardUsers', sorted(users))
- setOption('StandardGroups', sorted(groups))
- del uidgid_regex, uidgid_file, users, groups
-del setup_pkg
-
-# Output filters
-addFilter("source-or-patch-not-compressed")
-addFilter("%mklibname")
-addFilter("no-dependency-on (perl|python)-base")
-addFilter("no-dependency-on locales-")
-addFilter("(python|perl5)-naming-policy-not-applied")
-addFilter("no-(packager-tag|signature)")
-addFilter("incoherent-version-in-name")
-addFilter("invalid-build-requires")
-addFilter("ghost-files-without-postin")
-addFilter("postin-without-ghost-file-creation")
-addFilter("no-major-in-name")
-addFilter("no-provides")
-addFilter("executable-in-library-package")
-addFilter("non-versioned-file-in-library-package")
-addFilter("requires-on-release")
-addFilter("jar-not-indexed")
-addFilter("outside-libdir-files")
-addFilter("-debuginfo.* no-documentation")
-addFilter("-debuginfo.* /usr/lib/debug/")
-addFilter("non-standard-dir-in-usr libexec")
-addFilter("^gpg-pubkey:")
-addFilter(" doc-file-dependency .* /bin/sh$")
-addFilter("hardcoded-library-path .*/lib/udev(/|$)")
-addFilter("not-standard-release-extension")
-addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware|libvirt$|.*-(java|python)$)")
-addFilter("filename-too-long-for-joliet")
-addFilter("symlink-should-be-")
-addFilter("dangling-\S*symlink /usr/share/doc/HTML/\S+/common .+/common$")
-addFilter("hidden-file-or-dir .*/man5/\.k5login\.5[^/]+$")
-addFilter("blender.+ (wrong-script-interpreter|non-executable-script) .+/blender/.+\.py.*BPY.*")
-# Fedora 12 and newer no longer need a buildroot defined, to have the buildroot cleaned at the beginning
-# of %install, and do not need to define a %clean section unless the default is invalid.
-addFilter("no-cleaning-of-buildroot")
-addFilter("no-buildroot-tag")
-addFilter("no-%clean-section")
-# Only EL4 needs the files-attr-not-set check, because rpm 4.4 and newer no longer need a %defattr line
-# (it automatically provides one).
-addFilter("files-attr-not-set")
-# Don't bother with the non-ghost-in-var-(lock|run) checks on Fedora 15 or newer
-# since they have tmpfs /var/lock and /var/run.
-addFilter("non-ghost-in-var-lock")
-addFilter("non-ghost-in-var-run")
-# Someone thought it was a good idea to make .desktop files executable. They were wrong.
-# Nevertheless, I do not yet control the universe, so we squelch the error here.
-addFilter("script-without-shebang .*\.desktop$")
-# Some files in /etc/ are not meant to be modified by the sysadmin
-addFilter("non-conffile-in-etc /etc/rpm/.*$")
-addFilter("non-conffile-in-etc /etc/rc.d/init.d/.*$")
-# Fixed in rpm >= 4.7.1
-addFilter("broken-syntax-in-scriptlet-requires")
-
-# https://bugzilla.redhat.com/496737, https://bugzilla.redhat.com/646455
-for pkg, exe in (("coreutils", "/bin/su"),
- ("krb5-workstation", "/usr/kerberos/bin/ksu"),
- ("passwd", "/usr/bin/passwd"),
- ("sudo", "/usr/bin/sudo(edit)?"),
- ("upstart", "/sbin/initctl"),
- ("usermode", "/usr/sbin/userhelper")):
- addFilter("%s.* (setuid-binary|non-standard-executable-perm) %s (root )?04"
- % (pkg, exe))
diff --git a/dev-util/rpmlint/rpmlint-1.11.ebuild b/dev-util/rpmlint/rpmlint-1.11.ebuild
deleted file mode 120000
index dc1570b..0000000
--- a/dev-util/rpmlint/rpmlint-1.11.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-rpmlint-9999.ebuild
\ No newline at end of file
diff --git a/dev-util/rpmlint/rpmlint-9999.ebuild b/dev-util/rpmlint/rpmlint-9999.ebuild
deleted file mode 100644
index e82bc9c..0000000
--- a/dev-util/rpmlint/rpmlint-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-r1 git-r3
-#inherit python-single-r1
-#[ "${PV}" = 9999 ] && inherit git-r3
-
-DESCRIPTION="Tool for checking common errors in RPM packages"
-HOMEPAGE="http://rpmlint.zarb.org/"
-if [ "${PV}" = 9999 ]; then
- EGIT_REPO_URI="git://git.code.sf.net/p/rpmlint/code"
-else
- #[ "${PV}" = 9999 ] || SRC_URI="mirror://sourceforge/rpmlint/${P}.tar.xz"
- EGIT_REPO_URI="https://github.com/rpm-software-management/rpmlint.git"
- EGIT_COMMIT="${P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-[ "${PV}" = 9999 ] || KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- app-arch/rpm[python]
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
- || ( dev-python/python-magic[${PYTHON_USEDEP}] sys-apps/file[${PYTHON_USEDEP}] )
- dev-python/pyenchant[${PYTHON_USEDEP}]
-"
-
-src_install() {
- default
-
- insinto /usr/share/rmplint/config
- newins ${FILESDIR}/fedora.config config
-}
diff --git a/media-video/pitivi/Manifest b/media-video/pitivi/Manifest
deleted file mode 100644
index e30613c..0000000
--- a/media-video/pitivi/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-AUX pitivi-0.98.1-fix-pycairo.patch 335 BLAKE2B f8ff9d8dbe38cb0678d364084726eadcb56261e80b32e4d200655bb7550fa0a274acdb4e34c5534035535392c08b9f6f6d0833be8ee5499b199698cffbc116e2 SHA512 052076bfd47171567c79ad309e9ad44f9672834d00823b905c1ae0a03c24921fd33669bb33f77b7351e57f9501ce07508f4ea5ca79fba97a2f236c7b63da6048
-AUX pitivi-0.98.1-optional-tests.patch 742 BLAKE2B c85f9002504f9314ae4a251d3ecbb8c2e4e70cb217e9328465015f2c3e06436d50a327c91cd5b686a2a765ceb46ec7fc0dfab998bfa96d985cf4855a4cd14919 SHA512 fce5ae7ac4fdd4c340b233529564e20da1dd965261cc2c79d3368ef83ac23931cdee6b492e59a628beaaa25362b81a604ec5bd7bb6270bdb72c15dabb83feac2
-AUX pitivi-0.999-optional-tests.patch 638 BLAKE2B 7d43b76384250b091908369ed274d93d3dde9365df1a6fb31d30bcb35c824cd9dfae8802346ee3019625a83cf4fcf9a249cecae9f670594b1d7f9b73c42f4efd SHA512 d564ab01b702bf30486c3fa947fa62ef9021b00816f3d2759ace16590e3b4ea3d6423ef4f41acc78bf857c2d54a4402fd8da8a4a14762067b26f25396a216e1f
-DIST pitivi-0.98.1.tar.xz 5112280 BLAKE2B 9269163a5c964a6a2b3fd094262594a38bfff4dd052ea0f3673f2ac195f197eb9b888de673e62f884137d056fba2b853d11cf7300e2f81d71c6e49402350cc40 SHA512 b6530b1b5429c4379699d7492c31ec60ddc514c94a003fe240f7e390b6349093d2f4f72abb1edb4253bd938620c73dfb361abf21915d36ff3b75332e8612bcb3
-DIST pitivi-0.999.tar.xz 12296928 BLAKE2B 16736fef4f2d16c02b64f8eba56f8c9ddb26f49742ee577da4e4c47077f8d5d71ce653dba366a041ba523153532728c5eb37cb2b76e11e9c51827efb990bd99d SHA512 663db84a00634f0e83f0c1dd80a4f3a6603a50826905adb24fdd567c6e8bb58e20de04c7753fa04a36692cdcf5bbbcc9a87327fd3b56ebb70caffcff13835fc8
-EBUILD pitivi-0.98.1-r1.ebuild 2669 BLAKE2B b3f854034541893628a5a8040c6a1c0c430ae1f8dc37f6a042392499421ca2cce29ae3abd883d511ffb8700ec9fe3829b3c6d04965b0ca44dcbe15cd2cba5f08 SHA512 525ef33f64a0bc06efc5857c4d1bd5695ac873a090da95cb1a3ee5532acc3aa8f5781d75c687b33df02f4f1e0ef8c1ca2a2dae349ae92b36152f6a18a70d57f6
-EBUILD pitivi-0.999-r3.ebuild 2646 BLAKE2B 33d96cf20b908f6256533aee368570b3aad9be8438637ff814961a6b727efd82b7f72152b8d49a5cc66a6099e2303ea1a68c22e730a8fddc35d3bc5ba5be1cd7 SHA512 d98d9f642802e420ec9e060ea792b9a15ae210dcd23f2004603e3d57215172ddac57c4531080c082b993cfd4cc1076c4dd7e2afb49912d6a637e66d897b188ca
-MISC metadata.xml 379 BLAKE2B a4f21a8cd6e5f4b09d1a89e426610108ab92ba52ef432d1780d100e76e43dda198cee09f105aec83994d4d1fa701be6c33a5981253b6c38b8ec888da08b5975a SHA512 30023299fba3c7c3743e24223d36366e7b59b01540a874ff432b8431ab29b240fdcd4ac4066b228af5421b009cfe4f67fdb69f7d1030c0fa409a4d545ffd43d1
diff --git a/media-video/pitivi/files/pitivi-0.98.1-fix-pycairo.patch b/media-video/pitivi/files/pitivi-0.98.1-fix-pycairo.patch
deleted file mode 100644
index ff14f15..0000000
--- a/media-video/pitivi/files/pitivi-0.98.1-fix-pycairo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Fix compilation with pycairo 1.17.x
-
---- a/pitivi/coptimizations/renderer.c 2017-04-29 11:33:23.000000000 +0200
-+++ b/pitivi/coptimizations/renderer.c 2019-03-09 14:34:05.868654440 +0100
-@@ -4,7 +4,6 @@
- #include <py3cairo.h>
- #include <gst/gst.h>
-
--static Pycairo_CAPI_t *Pycairo_CAPI;
- static GObjectClass * gobject_class;
-
- /*
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 e5f55ff..0000000
--- 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()
diff --git a/media-video/pitivi/files/pitivi-0.999-optional-tests.patch b/media-video/pitivi/files/pitivi-0.999-optional-tests.patch
deleted file mode 100644
index 50a6218..0000000
--- a/media-video/pitivi/files/pitivi-0.999-optional-tests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/meson_options.txt~ 2018-08-29 15:33:20.000000000 +0200
-+++ b/meson_options.txt 2019-03-31 13:14:19.542837289 +0200
-@@ -1,2 +1,3 @@
- option('disable-help', type : 'boolean', value : false)
- option('build-gst', type : 'boolean', value : false)
-+option('enable-tests', type : 'boolean', value : false)
---- a/meson.build~ 2018-08-29 15:33:20.000000000 +0200
-+++ b/meson.build 2019-03-31 13:14:56.299216758 +0200
-@@ -84,5 +84,7 @@
- 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
diff --git a/media-video/pitivi/metadata.xml b/media-video/pitivi/metadata.xml
deleted file mode 100644
index 61fafb0..0000000
--- a/media-video/pitivi/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
-<maintainer type="project">
- <email>gstreamer@gentoo.org</email>
- <name>GStreamer package maintainers</name>
- </maintainer>
-</pkgmetadata>
diff --git a/media-video/pitivi/pitivi-0.98.1-r1.ebuild b/media-video/pitivi/pitivi-0.98.1-r1.ebuild
deleted file mode 100644
index 9850fd1..0000000
--- a/media-video/pitivi/pitivi-0.98.1-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome.org meson python-single-r1 virtualx
-
-DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
-HOMEPAGE="http://www.pitivi.org"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="v4l test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# XXX: recommends gst-plugins-libav and frei0r-plugins
-
-# Do not forget to check pitivi/check.py for dependencies!!!
-# pycanberra, libav, libnotify and liwnck are optional
-GST_VER="1.10.2"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
- >=x11-libs/cairo-1.10
-
- >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
- >=media-plugins/gst-transcoder-1.8.2-r1
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-libs/glib-2.30.0:2
-
- >=dev-libs/gobject-introspection-1.34:=
- dev-python/dbus-python[${PYTHON_USEDEP}]
- >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pycanberra[${PYTHON_USEDEP}]
- >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
-
- gnome-base/librsvg:=
-
- >=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection]
- >=media-libs/gst-plugins-base-${GST_VER}:1.0[introspection]
- >=media-libs/gst-plugins-bad-${GST_VER}:1.0[gtk]
- >=media-libs/gst-plugins-good-${GST_VER}:1.0
- >=media-plugins/gst-plugins-libav-${GST_VER}:1.0
- >=media-plugins/gst-plugins-gdkpixbuf-${GST_VER}:1.0
-
- x11-libs/libnotify[introspection]
- x11-libs/libwnck:3[introspection]
- >=x11-libs/gtk+-3.20.0:3[introspection]
-
- v4l? ( >=media-plugins/gst-plugins-v4l2-${GST_VER}:1.0 )
-"
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- dev-python/setuptools
- >=dev-util/intltool-0.35.5
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
- test? ( dev-python/nose2[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
- # Make tests optional, bug #594096
- "${FILESDIR}"/${P}-optional-tests.patch
- # Fix PyCairo, bug #659332
- "${FILESDIR}"/${P}-fix-pycairo.patch
-)
-
-src_configure() {
- local emesonargs=(
- -Denable-tests=$(usex test true false)
- )
- meson_src_configure
-}
-
-src_compile() {
- meson_src_compile
-}
-
-src_test() {
- export PITIVI_TOP_LEVEL_DIR="${S}"
- virtx meson_src_test
-}
-
-src_install() {
- meson_src_install
- python_fix_shebang "${D}"
-}
\ No newline at end of file
diff --git a/media-video/pitivi/pitivi-0.999-r3.ebuild b/media-video/pitivi/pitivi-0.999-r3.ebuild
deleted file mode 100644
index 92954ec..0000000
--- a/media-video/pitivi/pitivi-0.999-r3.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome.org meson python-single-r1 virtualx xdg
-
-DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
-HOMEPAGE="http://www.pitivi.org"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="v4l test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# XXX: recommends gst-plugins-libav and frei0r-plugins
-
-# Do not forget to check pitivi/check.py for dependencies!!!
-# pycanberra, libav, libnotify and liwnck are optional
-GST_VER="1.14.2"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- >=dev-python/pycairo-1.10[${PYTHON_MULTI_USEDEP}]
- ')
- >=x11-libs/cairo-1.10
-
- >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
- >=media-plugins/gst-transcoder-1.8.2-r1
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-libs/glib-2.30.0:2
-
- >=dev-libs/gobject-introspection-1.34:=
- $(python_gen_cond_dep '
- dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
- >=dev-python/gst-python-1.4:1.0[${PYTHON_MULTI_USEDEP}]
- dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
- dev-python/numpy[${PYTHON_MULTI_USEDEP}]
- >=dev-python/pygobject-3.8:3[${PYTHON_MULTI_USEDEP}]
- ')
-
- gnome-base/librsvg:=
- >=media-libs/gsound-1.0
-
- >=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection]
- >=media-libs/gst-plugins-base-${GST_VER}:1.0[introspection]
- >=media-libs/gst-plugins-bad-${GST_VER}:1.0
- >=media-plugins/gst-plugins-gtk-${GST_VER}:1.0
- >=media-libs/gst-plugins-good-${GST_VER}:1.0
- >=media-plugins/gst-plugins-libav-${GST_VER}:1.0
- >=media-plugins/gst-plugins-gdkpixbuf-${GST_VER}:1.0
-
- >=x11-libs/libnotify-0.7[introspection]
- x11-libs/libwnck:3[introspection]
- >=x11-libs/gtk+-3.20.0:3[introspection]
-
- v4l? ( >=media-plugins/gst-plugins-v4l2-${GST_VER}:1.0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/yelp-tools
- dev-python/setuptools
- >=dev-util/intltool-0.35.5
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
- test? (
- $(python_gen_cond_dep '
- dev-python/nose2[${PYTHON_MULTI_USEDEP}]
- ')
- )
-"
-
-PATCHES=(
- # Make tests optional, bug #594096
- # https://gitlab.gnome.org/GNOME/pitivi/issues/2303
- "${FILESDIR}"/${P}-optional-tests.patch
-)
-
-src_prepare() {
- default
- sed -e "s|dependency('python3'|dependency('python-3.6'|" -i meson.build
-}
-
-src_configure() {
- local emesonargs=(
- -Denable-tests=$(usex test true false)
- )
- meson_src_configure
-}
-
-src_compile() {
- meson_src_compile
-}
-
-src_test() {
- export PITIVI_TOP_LEVEL_DIR="${S}"
- virtx meson_src_test
-}
-
-src_install() {
- meson_src_install
- python_fix_shebang "${D}"
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-17 18:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-17 18:46 [gentoo-commits] repo/user/ssnb:master commit in: media-video/pitivi/files/, dev-util/rpmlint/files/, dev-util/rpmlint/, Samuel Bernardo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox