Skip to content

Commit

Permalink
dev-util/catalyst: drop redundant SRC_URI/KEYWORDS setup
Browse files Browse the repository at this point in the history
This makes it easier to use `ekeywords`.
  • Loading branch information
vapier committed Oct 11, 2015
1 parent 2b38ba3 commit 707a34d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions dev-util/catalyst/catalyst-2.0.18-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ if [[ ${PV} == *9999* ]]; then
SRC_ECLASS="git-2"
EGIT_REPO_URI="anongit.gentoo.org/proj/catalyst.git"
EGIT_MASTER="master"
SRC_URI=""
KEYWORDS=""
S="${WORKDIR}/${PN}"
else
SRC_URI="mirror://gentoo/${P}.tar.bz2
Expand Down
2 changes: 0 additions & 2 deletions dev-util/catalyst/catalyst-2.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git"
EGIT_MASTER="master"
EGIT_BRANCH="2.X"
SRC_URI=""
KEYWORDS=""
S="${WORKDIR}/${PN}"
else
SRC_URI="mirror://gentoo/${P}.tar.bz2
Expand Down
2 changes: 0 additions & 2 deletions dev-util/catalyst/catalyst-2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git"
EGIT_MASTER="master"
EGIT_BRANCH="pending"
SRC_URI=""
KEYWORDS=""
S="${WORKDIR}/${PN}"
else
SRC_URI="mirror://gentoo/${P}.tar.bz2
Expand Down
2 changes: 0 additions & 2 deletions dev-util/catalyst/catalyst-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ if [[ ${PV} == *9999* ]]; then
SRC_ECLASS="git-2"
EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git"
EGIT_BRANCH="master"
SRC_URI=""
KEYWORDS=""
S="${WORKDIR}/${PN}"
else
SRC_URI="mirror://gentoo/${P}.tar.bz2
Expand Down

0 comments on commit 707a34d

Please sign in to comment.