Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 656354
Collapse All | Expand All

(-)a/app-portage/java-ebuilder/java-ebuilder-0.1.ebuild (-2 / +2 lines)
Lines 4-17 Link Here
4
EAPI="6"
4
EAPI="6"
5
5
6
if [[ ${PV} == 9999 ]]; then
6
if [[ ${PV} == 9999 ]]; then
7
	ECLASS="git-r3"
7
	GIT_ECLASS="git-r3"
8
	EGIT_REPO_URI="https://github.com/heroxbd/${PN}.git"
8
	EGIT_REPO_URI="https://github.com/heroxbd/${PN}.git"
9
else
9
else
10
	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="~amd64"
11
	KEYWORDS="~amd64"
12
fi
12
fi
13
13
14
inherit java-pkg-2 java-pkg-simple prefix ${ECLASS}
14
inherit java-pkg-2 java-pkg-simple prefix ${GIT_ECLASS}
15
15
16
DESCRIPTION="Java team tool for semi-automatic creation of ebuilds from pom.xml"
16
DESCRIPTION="Java team tool for semi-automatic creation of ebuilds from pom.xml"
17
HOMEPAGE="https://github.com/gentoo/java-ebuilder"
17
HOMEPAGE="https://github.com/gentoo/java-ebuilder"
(-)a/app-portage/java-ebuilder/java-ebuilder-0.2.ebuild (-2 / +2 lines)
Lines 4-17 Link Here
4
EAPI="6"
4
EAPI="6"
5
5
6
if [[ ${PV} == 9999 ]]; then
6
if [[ ${PV} == 9999 ]]; then
7
	ECLASS="git-r3"
7
	GIT_ECLASS="git-r3"
8
	EGIT_REPO_URI="https://github.com/heroxbd/${PN}.git"
8
	EGIT_REPO_URI="https://github.com/heroxbd/${PN}.git"
9
else
9
else
10
	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="~amd64"
11
	KEYWORDS="~amd64"
12
fi
12
fi
13
13
14
inherit java-pkg-2 java-pkg-simple prefix ${ECLASS}
14
inherit java-pkg-2 java-pkg-simple prefix ${GIT_ECLASS}
15
15
16
DESCRIPTION="Java team tool for semi-automatic creation of ebuilds from pom.xml"
16
DESCRIPTION="Java team tool for semi-automatic creation of ebuilds from pom.xml"
17
HOMEPAGE="https://github.com/gentoo/java-ebuilder"
17
HOMEPAGE="https://github.com/gentoo/java-ebuilder"
(-)a/app-portage/java-ebuilder/java-ebuilder-9999.ebuild (-2 / +2 lines)
Lines 4-17 Link Here
4
EAPI="6"
4
EAPI="6"
5
5
6
if [[ ${PV} == 9999 ]]; then
6
if [[ ${PV} == 9999 ]]; then
7
	ECLASS="git-r3"
7
	GIT_ECLASS="git-r3"
8
	EGIT_REPO_URI="https://github.com/gentoo/${PN}.git"
8
	EGIT_REPO_URI="https://github.com/gentoo/${PN}.git"
9
else
9
else
10
	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="~amd64"
11
	KEYWORDS="~amd64"
12
fi
12
fi
13
13
14
inherit java-pkg-2 java-pkg-simple prefix ${ECLASS}
14
inherit java-pkg-2 java-pkg-simple prefix ${GIT_ECLASS}
15
15
16
DESCRIPTION="Java team tool for semi-automatic creation of ebuilds from pom.xml"
16
DESCRIPTION="Java team tool for semi-automatic creation of ebuilds from pom.xml"
17
HOMEPAGE="https://github.com/gentoo/java-ebuilder"
17
HOMEPAGE="https://github.com/gentoo/java-ebuilder"

Return to bug 656354