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

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +5 lines)
Line  Link Here
0
-- /usr/portage/app-admin/puppet/puppet-0.24.7-r1.ebuild       2008-12-23 08:49:41.000000000 -0800
0
++ /usr/local/portage/app-admin/puppet/puppet-0.24.8.ebuild    2009-03-23 11:10:16.000000000 -0700
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
IUSE="emacs ldap rrdtool vim-syntax"
13
IUSE="emacs ldap rrdtool shadow vim-syntax"
14
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
14
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
15
15
16
DEPEND="emacs? ( virtual/emacs )
16
DEPEND="emacs? ( virtual/emacs )
Lines 23-36 Link Here
23
                       >=net-analyzer/rrdtool-1.2.23
23
                       >=net-analyzer/rrdtool-1.2.23
24
                       dev-ruby/ruby-rrd
24
                       dev-ruby/ruby-rrd
25
               )
25
               )
26
       )"
26
       )
27
       shadow? ( dev-ruby/ruby-shadow )" 
28
27
#      || (
29
#      || (
28
#              www-servers/webrick
30
#              www-servers/webrick
29
#              www-servers/mongrel
31
#              www-servers/mongrel
30
#      )
32
#      )
31
#      dev-ruby/diff-lcs
33
#      dev-ruby/diff-lcs
32
#      dev-ruby/rails
34
#      dev-ruby/rails
33
#      dev-ruby/ruby-shadow
34
35
35
USE_RUBY="ruby18 ruby19"
36
USE_RUBY="ruby18 ruby19"
36
37
Lines 57-64 Link Here
57
src_unpack() {
58
src_unpack() {
58
       unpack ${A}
59
       unpack ${A}
59
       cd "${S}"
60
       cd "${S}"
60
61
       epatch "${FILESDIR}/${PN}-0.24.6-eix.patch"
62
}
61
}
63
62
64
src_compile() {
63
src_compile() {

Return to bug 263526