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

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- /usr/portage/www-apps/gallery/gallery-1.4.4-r1.ebuild       2004-08-19 21:36:43.000000000 -0500
0
++ gallery-1.4.4_p1.ebuild     2004-08-21 11:05:37.127360400 -0500
Lines 4-12 Link Here
4
inherit webapp eutils
4
inherit webapp eutils
5
MY_P=${P/_p/-pl}
5
DESCRIPTION="Web based (PHP Script) photo album viewer/creator."
6
DESCRIPTION="Web based (PHP Script) photo album viewer/creator."
6
HOMEPAGE="http://gallery.sourceforge.net/"
7
HOMEPAGE="http://gallery.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
8
LICENSE="GPL-2"
9
LICENSE="GPL-2"
9
IUSE=""
10
IUSE=""
10
KEYWORDS="~x86 ppc sparc alpha ~hppa ~amd64"
11
KEYWORDS="~x86 ppc sparc alpha ~hppa ~amd64"
Lines 22-29 Link Here
22
src_unpack() {
23
src_unpack() {
23
       unpack ${A}
24
       unpack ${A}
24
       cd ${S}
25
       cd ${S}
25
       # bug 60742
26
       epatch ${FILESDIR}/vuln-20040817.diff
27
}
26
}
28
src_compile() {
27
src_compile() {

Return to bug 61164