Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151988 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/local/layman/sunrise/x11-libs/seom/seom-1.0.179.ebuild (-3 / +2 lines)
Lines 9-16 Link Here
9
DESCRIPTION="OpenGL video capturing library"
9
DESCRIPTION="OpenGL video capturing library"
10
HOMEPAGE="http://neopsis.com/projects/seom"
10
HOMEPAGE="http://neopsis.com/projects/seom"
11
11
12
MY_PV="$(replace_version_separator 2 '-')"
12
SRC_URI="http://dbservice.com/ftpdir/tom/${PN}/trunk/${P}.tar.bz2"
13
SRC_URI="http://dbservice.com/ftpdir/tom/seom/trunk/seom-${MY_PV}.tar.bz2"
14
13
15
LICENSE="GPL-2"
14
LICENSE="GPL-2"
16
SLOT="0"
15
SLOT="0"
Lines 22-28 Link Here
22
src_unpack() {
21
src_unpack() {
23
	for ABI in $(get_install_abis); do
22
	for ABI in $(get_install_abis); do
24
		unpack ${A}
23
		unpack ${A}
25
		mv "${PN}-${MY_PV}" "${ABI}"
24
		mv "${P}" "${ABI}"
26
	done
25
	done
27
}
26
}
28
27

Return to bug 151988