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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +10 lines)
Line  Link Here
0
-- eselect-1.2.7.ebuild.orig   2009-11-15 14:08:56.000000000 -0500
0
++ eselect-1.2.7.ebuild        2009-11-15 14:32:32.000000000 -0500
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.7.ebuild,v 1.1 2009/11/14 20:31:25 ulm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.7.ebuild,v 1.1 2009/11/14 20:31:25 ulm Exp $
4
inherit eutils
5
4
DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
6
DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
5
HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
7
HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
6
SRC_URI="mirror://gentoo/${P}.tar.bz2"
8
SRC_URI="mirror://gentoo/${P}.tar.bz2"
Lines 28-33 Link Here
28
#PDEPEND="emacs? ( app-emacs/gentoo-syntax )
30
#PDEPEND="emacs? ( app-emacs/gentoo-syntax )
29
#      vim-syntax? ( app-vim/eselect-syntax )"
31
#      vim-syntax? ( app-vim/eselect-syntax )"
32
src_unpack() {
33
    unpack ${A}
34
       cd "${S}"
35
       # 207322
36
    epatch "${FILESDIR}/${PN}-libs_skel-add.patch"
37
}
38
30
src_compile() {
39
src_compile() {
31
       econf
40
       econf
32
       emake || die "emake failed"
41
       emake || die "emake failed"

Return to bug 277849