Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inherit vcs clean #14641

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
17f0940
app-backup/reoback: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
1678fa2
app-backup/tob: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
1c6fb89
app-editors/fte: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
3751cd9
app-text/xlhtml: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
0ae1123
app-vim/youcompleteme: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
a5456a4
dev-db/go-etcd: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
1e3fe17
dev-lang/mercury-extras: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
9daf4f1
dev-lang/mercury: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
a00872a
dev-lang/srf: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
3b8b509
dev-libs/go-fuse: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
399d92d
dev-libs/mathjax: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
a439e39
dev-lisp/clozurecl: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
9a7a537
dev-python/cheetah-docs: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
1ce7a6c
games-engines/nazghul: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
705ad09
games-fps/sauerbraten: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
f6a81cc
games-sports/bygfoot: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
f908979
games-sports/torcs: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
2c00b03
games-sports/ultimatestunts: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
89adb0e
net-analyzer/snortsam: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
cdee97f
net-irc/cgiirc: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
c9c4131
net-irc/ptlink-ircd: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
bbc09d6
net-misc/linux-eoip: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
3fe42f9
net-wireless/airpwn: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
acea720
sci-chemistry/hollow: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
5cb3fd2
sci-libs/rosetta-db: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
0dc5777
sci-libs/rosetta-fragments: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
1419c5a
sci-mathematics/rstudio: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
af88893
x11-themes/gnustep-neos-theme: [QA] inherit vcs-clean.eclass directly
SoapGentoo Feb 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-backup/reoback/reoback-1.0_p3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils
inherit eutils vcs-clean
SoapGentoo marked this conversation as resolved.
Show resolved Hide resolved

DESCRIPTION="Reoback Backup Solution"
HOMEPAGE="http://reoback.sourceforge.net/"
Expand Down
4 changes: 2 additions & 2 deletions app-backup/tob/tob-0.26-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils
inherit eutils vcs-clean

DESCRIPTION="A general driver for making and maintaining backups"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
Expand Down
4 changes: 2 additions & 2 deletions app-editors/fte/fte-20110708-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils toolchain-funcs
inherit eutils toolchain-funcs vcs-clean

DESCRIPTION="Lightweight text-mode editor"
HOMEPAGE="http://fte.sourceforge.net"
Expand Down
2 changes: 1 addition & 1 deletion app-text/xlhtml/xlhtml-0.5.1_p6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=5

inherit autotools eutils
inherit autotools eutils vcs-clean

MY_PV=${PV/_p*/}
DEB_PR=${PV/*_p/}
Expand Down
2 changes: 1 addition & 1 deletion app-vim/youcompleteme/youcompleteme-99999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils multilib python-single-r1 cmake-utils vim-plugin
inherit eutils multilib python-single-r1 cmake-utils vcs-clean vim-plugin

if [[ ${PV} == 9999* ]] ; then
EGIT_REPO_URI="https://github.com/Valloric/YouCompleteMe.git"
Expand Down
6 changes: 4 additions & 2 deletions dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils
inherit eutils vcs-clean

GO_PN=github.com/coreos/${PN}
DESCRIPTION="Go client library for etcd"

HOMEPAGE="https://github.com/coreos/go-etcd"
EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
Expand Down
4 changes: 3 additions & 1 deletion dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

GO_PN=github.com/coreos/${PN}
EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"

inherit vcs-clean

DESCRIPTION="Go client library for etcd"
HOMEPAGE="https://github.com/coreos/go-etcd"
SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions dev-db/go-etcd/go-etcd-2.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils
inherit eutils vcs-clean

GO_PN=github.com/coreos/${PN}
EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils multilib
inherit eutils multilib vcs-clean

PATCHSET_VER="2"
MY_P=mercury-srcdist-${PV}
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/mercury/mercury-14.01.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit autotools elisp-common eutils flag-o-matic java-pkg-opt-2 multilib xdg-utils
inherit autotools elisp-common eutils flag-o-matic java-pkg-opt-2 multilib vcs-clean xdg-utils

PATCHSET_VER="4"
MY_P=${PN}-srcdist-${PV}
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/srf/srf-1.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils
inherit eutils vcs-clean

DESCRIPTION="The Simple Recursive Functions programming language"
HOMEPAGE="http://www.stratigery.com/srf.html"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=5

inherit eutils
inherit eutils vcs-clean

GO_PN=github.com/hanwen/${PN}
EGIT_COMMIT="8c85ded140ac1889372a0e22d8d21e3d10a303bd"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=5

inherit eutils
inherit eutils vcs-clean

GO_PN=github.com/hanwen/${PN}
EGIT_COMMIT="ffed29ec8b88f61c1b8954134cc48ef03bb26ce1"
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/go-fuse/go-fuse-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit git-r3
inherit git-r3 vcs-clean

DESCRIPTION="native bindings for the FUSE kernel module"
HOMEPAGE="https://github.com/hanwen/go-fuse"
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/mathjax/mathjax-2.7.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils
inherit eutils vcs-clean

DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
HOMEPAGE="http://www.mathjax.org/"
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/mathjax/mathjax-2.7.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils
inherit eutils vcs-clean

DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
HOMEPAGE="http://www.mathjax.org/"
Expand Down
2 changes: 1 addition & 1 deletion dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit eutils flag-o-matic multilib toolchain-funcs
inherit eutils flag-o-matic multilib toolchain-funcs vcs-clean

MY_PN=ccl
MY_P=${MY_PN}-${PV}
Expand Down
4 changes: 2 additions & 2 deletions dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils
inherit eutils vcs-clean

DESCRIPTION="Documentation for Cheetah templates"
HOMEPAGE="http://www.cheetahtemplate.org/"
Expand Down
5 changes: 3 additions & 2 deletions games-engines/nazghul/nazghul-0.7.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils

inherit eutils vcs-clean

DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"
Expand Down
4 changes: 2 additions & 2 deletions games-fps/sauerbraten/sauerbraten-2013.02.03.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit eutils flag-o-matic gnome2-utils games
inherit eutils flag-o-matic gnome2-utils games vcs-clean

EDITION="collect_edition"
DESCRIPTION="Sauerbraten is a FOSS game engine (Cube 2) with freeware game data (Sauerbraten)"
Expand Down
5 changes: 3 additions & 2 deletions games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils

inherit eutils vcs-clean

DESCRIPTION="GTK+2 Soccer Management Game"
HOMEPAGE="http://bygfoot.sourceforge.net/"
Expand Down
5 changes: 3 additions & 2 deletions games-sports/torcs/torcs-1.3.6-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit autotools eutils multilib

inherit autotools eutils multilib vcs-clean

DESCRIPTION="The Open Racing Car Simulator"
HOMEPAGE="http://torcs.sourceforge.net/"
Expand Down
6 changes: 4 additions & 2 deletions games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils flag-o-matic versionator

inherit eutils flag-o-matic vcs-clean versionator

MY_P=${PN}-srcdata-$(replace_all_version_separators)1

DESCRIPTION="Remake of the famous Stunts game"
HOMEPAGE="http://www.ultimatestunts.nl/"
SRC_URI="mirror://sourceforge/ultimatestunts/${MY_P}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion net-analyzer/snortsam/snortsam-2.70.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=5

inherit eutils flag-o-matic toolchain-funcs
inherit eutils flag-o-matic toolchain-funcs vcs-clean

DESCRIPTION="Snort plugin that allows automated blocking of IP addresses on several firewalls"
HOMEPAGE="http://www.snortsam.net/"
Expand Down
4 changes: 2 additions & 2 deletions net-irc/cgiirc/cgiirc-0.5.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit webapp eutils
inherit webapp eutils vcs-clean

DESCRIPTION="A perl/CGI program to use IRC from a web browser"
HOMEPAGE="http://cgiirc.org/"
Expand Down
4 changes: 2 additions & 2 deletions net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r3.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils ssl-cert user
inherit eutils ssl-cert user vcs-clean

MY_P="PTlink${PV}"

Expand Down
4 changes: 2 additions & 2 deletions net-misc/linux-eoip/linux-eoip-0.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=4
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit eutils autotools-utils
inherit eutils autotools-utils vcs-clean

DESCRIPTION="Linux support for proprietary MIkrotik EoIP protocol"
HOMEPAGE="https://code.google.com/p/linux-eoip/"
Expand Down
4 changes: 2 additions & 2 deletions net-wireless/airpwn/airpwn-1.4-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

PYTHON_COMPAT=( python2_7 )

inherit eutils flag-o-matic python-single-r1
inherit eutils flag-o-matic python-single-r1 vcs-clean

DESCRIPTION="Tool for generic packet injection on 802.11"
HOMEPAGE="http://airpwn.sf.net"
Expand Down
4 changes: 2 additions & 2 deletions sci-chemistry/hollow/hollow-1.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit python-r1
inherit python-r1 vcs-clean

DESCRIPTION="Production of surface images of proteins"
HOMEPAGE="http://hollow.sourceforge.net/"
Expand Down
4 changes: 2 additions & 2 deletions sci-libs/rosetta-db/rosetta-db-3.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils
inherit eutils vcs-clean

MY_PN="${PN%-db}"
MY_P="${MY_PN}${PV}_database"
Expand Down
4 changes: 2 additions & 2 deletions sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils flag-o-matic prefix toolchain-funcs
inherit eutils flag-o-matic prefix toolchain-funcs vcs-clean

DESCRIPTION="Fragment library for rosetta"
HOMEPAGE="http://www.rosettacommons.org"
Expand Down
4 changes: 2 additions & 2 deletions sci-mathematics/rstudio/rstudio-1.1.463-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit eutils user cmake-utils gnome2-utils pam xdg-utils java-pkg-2 pax-utils qmake-utils
inherit eutils user cmake-utils gnome2-utils pam xdg-utils java-pkg-2 pax-utils qmake-utils vcs-clean

# TODO
# * package gin and gwt
Expand Down
4 changes: 2 additions & 2 deletions x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils gnustep-2
inherit eutils gnustep-2 vcs-clean

DESCRIPTION="GNUstep theme closely following the original NeXT look and feel"
HOMEPAGE="http://gap.nongnu.org/themes/index.html"
Expand Down