blob: 52b8552b5c856e957f1140fe268e38d1fb881c2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/preferences/preferences-1.3.0_pre20040909.ebuild,v 1.1 2004/09/25 22:29:44 fafhrd Exp $
inherit gnustep eutils
S=${WORKDIR}/Backbone/System/Applications/${PN/p/P}
DESCRIPTION="Preferences is the GNUstep program with which you define your own personal user experience."
HOMEPAGE="http://www.nongnu.org/backbone/apps.html"
SRC_URI="mirror://gentoo/Backbone-cvs-${PV/1.3.0_pre/}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"
IUSE="${IUSE}"
DEPEND="${GS_DEPEND}
=gnustep-libs/prefsmodule-1.1.1_pre20040909*"
RDEPEND="${GS_RDEPEND}"
src_unpack() {
unpack ${A}
EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/Preferences-nocreate-extra-dirs.patch
}
|