Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <gentoo@××××.eu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/shoes/
Date: Wed, 29 May 2013 05:35:56
Message-Id: 1368584089.492fa1604b623407b8e02fd5ebf8c3a7144915e3.mrueg@gentoo
1 commit: 492fa1604b623407b8e02fd5ebf8c3a7144915e3
2 Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
3 AuthorDate: Wed May 15 02:14:49 2013 +0000
4 Commit: Manuel Rüger <gentoo <AT> rueg <DOT> eu>
5 CommitDate: Wed May 15 02:14:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=492fa160
7
8 dev-ruby/shoes: silence repoman
9
10 Package-Manager: portage-2.1.11.63
11
12 ---
13 dev-ruby/shoes/shoes-0.1134.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-ruby/shoes/shoes-0.1134.ebuild b/dev-ruby/shoes/shoes-0.1134.ebuild
17 index 523d5f3..db8cca9 100644
18 --- a/dev-ruby/shoes/shoes-0.1134.ebuild
19 +++ b/dev-ruby/shoes/shoes-0.1134.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 +# Copyright 1999-2013 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 @@ -8,10 +8,10 @@ MY_PV=${PV/./.r}
27 MY_P=${PN}-${MY_PV}
28
29 DESCRIPTION="Shoes is a very informal graphics and windowing toolkit for Ruby."
30 -HOMEPAGE="http://shoooes.net"
31 +HOMEPAGE="http://shoesrb.com/"
32 SRC_URI="http://dev.a3li.li/gentoo/distfiles/${P}.tar.gz"
33
34 -LICENSE="as-is"
35 +LICENSE="MIT"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE="video"
39 @@ -23,20 +23,20 @@ RDEPEND="x11-libs/gtk+:2
40 >=x11-libs/cairo-1.6.4-r1[svg]
41 >=x11-libs/pango-1.20.5
42 >=media-libs/jpeg-6b-r8
43 - =dev-lang/ruby-1.8*
44 + =dev-lang/ruby-1.8*
45 >=dev-ruby/rubygems-1.2.0
46 >=net-misc/curl-7.18.2
47 dev-db/sqlite:3
48 video? ( >=media-video/vlc-0.9.6 )"
49
50 DEPEND="${RDEPEND}
51 - >=dev-util/pkgconfig-0.23"
52 + virtual/pkgconfig"
53
54 S=${WORKDIR}/${MY_P}
55
56 src_compile() {
57 local myconf=""
58 -
59 +
60 use video && myconf="VIDEO=1"
61
62 emake ${myconf} || die "emake failed"
63 @@ -48,7 +48,7 @@ src_install() {
64 }
65
66 pkg_postinst(){
67 - einfo
68 + einfo
69 einfo "You can find the samples into the"
70 einfo "/usr/local/lib/shoes/samples/ directory."
71 einfo