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

(-)/usr/portage/games-util/gtkevemon/gtkevemon-9999.ebuild (-2 / +8 lines)
Lines 8-17 Link Here
8
8
9
IUSE=""
9
IUSE=""
10
if [[ ${PV} == *9999* ]]; then
10
if [[ ${PV} == *9999* ]]; then
11
	inherit subversion
11
	inherit mercurial
12
	ESVN_REPO_URI="svn://svn.battleclinic.com/GTKEVEMon/trunk/${PN}"
12
	EHG_REPO_URI="https://bitbucket.org/BattleClinic/${PN}"
13
	KEYWORDS=""
13
	KEYWORDS=""
14
	SRC_URI=""
14
	SRC_URI=""
15
	MY_S="${WORKDIR}/${P}/gtkevemon"
15
else
16
else
16
	KEYWORDS="~amd64 ~x86"
17
	KEYWORDS="~amd64 ~x86"
17
	SRC_URI="http://gtkevemon.battleclinic.com/releases/${P}-source.tar.gz"
18
	SRC_URI="http://gtkevemon.battleclinic.com/releases/${P}-source.tar.gz"
Lines 30-35 Link Here
30
DEPEND="${DEPEND}
31
DEPEND="${DEPEND}
31
	virtual/pkgconfig
32
	virtual/pkgconfig
32
"
33
"
34
src_unpack()
35
{
36
	mercurial_src_unpack
37
	S=${MY_S}
38
}
33
39
34
src_prepare() {
40
src_prepare() {
35
	sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \
41
	sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \

Return to bug 437128