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

(-)fig2sxd-0.13.ebuild (-3 / +3 lines)
Lines 6-17 Link Here
6
6
7
DESCRIPTION="A utility to convert files in xfig format to OpenOffice.org Draw format"
7
DESCRIPTION="A utility to convert files in xfig format to OpenOffice.org Draw format"
8
LICENSE="GPL-2"
8
LICENSE="GPL-2"
9
9
10
HOMEPAGE="http://sourceforge.net/projects/fig2sxd"
10
HOMEPAGE="http://sourceforge.net/projects/fig2sxd"
11
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz
11
SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz
12
		 mirror://sourceforge/${PN}/${PN}_${PV}-1.diff.gz"
12
	 mirror://debian/pool/main/f/${PN}/${PN}_${PV}-1.1.diff.gz"
13
13
14
SLOT="0"
14
SLOT="0"
15
15
16
KEYWORDS="~x86"
16
KEYWORDS="~x86"
17
17
Lines 21-31 Link Here
21
# to the tarball name
21
# to the tarball name
22
S="${WORKDIR}/${P}.orig"
22
S="${WORKDIR}/${P}.orig"
23
23
24
src_unpack() {
24
src_unpack() {
25
	unpack ${A}
25
	unpack ${A}
26
	epatch "${WORKDIR}"/${PN}_${PV}-1.diff
26
	epatch "${WORKDIR}"/${PN}_${PV}-1.1.diff
27
}
27
}
28
28
29
src_compile() {
29
src_compile() {
30
	emake CXXF="${CXXFLAGS}" CXX="$(tc-getCXX)" || die "emake failed"
30
	emake CXXF="${CXXFLAGS}" CXX="$(tc-getCXX)" || die "emake failed"
31
}
31
}

Return to bug 218325