Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/librosprite: ChangeLog librosprite-9999.ebuild librosprite-0.0.2.ebuild
Date: Thu, 28 Feb 2013 08:09:09
Message-Id: 20130228080905.EECB12171D@flycatcher.gentoo.org
1 xmw 13/02/28 08:09:05
2
3 Modified: ChangeLog librosprite-9999.ebuild
4 librosprite-0.0.2.ebuild
5 Log:
6 ebuild update
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.4 media-libs/librosprite/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/librosprite/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 18 Jul 2012 15:39:59 -0000 1.3
24 +++ ChangeLog 28 Feb 2013 08:09:05 -0000 1.4
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-libs/librosprite
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/ChangeLog,v 1.3 2012/07/18 15:39:59 xmw Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/ChangeLog,v 1.4 2013/02/28 08:09:05 xmw Exp $
31 +
32 + 28 Feb 2013; Michael Weber <xmw@g.o> librosprite-0.0.2.ebuild,
33 + librosprite-9999.ebuild:
34 + ebuild update
35
36 *librosprite-0.0.2 (18 Jul 2012)
37
38
39
40
41 1.3 media-libs/librosprite/librosprite-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/librosprite-9999.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/librosprite-9999.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/librosprite-9999.ebuild?r1=1.2&r2=1.3
46
47 Index: librosprite-9999.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/librosprite/librosprite-9999.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- librosprite-9999.ebuild 18 Jul 2012 09:25:56 -0000 1.2
54 +++ librosprite-9999.ebuild 28 Feb 2013 08:09:05 -0000 1.3
55 @@ -1,8 +1,8 @@
56 -# Copyright 1999-2012 Gentoo Foundation
57 +# Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/librosprite-9999.ebuild,v 1.2 2012/07/18 09:25:56 xmw Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/librosprite-9999.ebuild,v 1.3 2013/02/28 08:09:05 xmw Exp $
61
62 -EAPI=4
63 +EAPI=5
64
65 inherit git-2 multilib toolchain-funcs
66
67 @@ -15,24 +15,18 @@
68 KEYWORDS=""
69 IUSE=""
70
71 -RDEPEND=""
72 -DEPEND="virtual/pkgconfig"
73 +RDEPEND="media-libs/libsdl"
74 +DEPEND="${RDEPEND}
75 + virtual/pkgconfig"
76
77 src_prepare() {
78 sed -e '/^\(C\|LD\)FLAGS = -g /s:= -g :+= :' \
79 -e "/^CC =/s:=.*:= $(tc-getCC):" \
80 -e "/^LD =/s:=.*:= $(tc-getCC):" \
81 -e "/^AR =/s:=.*:= $(tc-getAR):" \
82 + -e "/^PREFIX ?=/s:=.*:= /usr:" \
83 -e "/^install/,/^uninstall/s:/lib:/$(get_libdir):" \
84 -i Makefile || die
85 sed -e "/^libdir/s:/lib:/$(get_libdir):g" \
86 -i ${PN}.pc.in || die
87 }
88 -
89 -src_compile() {
90 - emake PREFIX=/usr
91 -}
92 -
93 -src_install() {
94 - emake DESTDIR="${D}" PREFIX=/usr install
95 -}
96
97
98
99 1.2 media-libs/librosprite/librosprite-0.0.2.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/librosprite-0.0.2.ebuild?rev=1.2&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/librosprite-0.0.2.ebuild?rev=1.2&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/librosprite/librosprite-0.0.2.ebuild?r1=1.1&r2=1.2
104
105 Index: librosprite-0.0.2.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/media-libs/librosprite/librosprite-0.0.2.ebuild,v
108 retrieving revision 1.1
109 retrieving revision 1.2
110 diff -u -r1.1 -r1.2
111 --- librosprite-0.0.2.ebuild 18 Jul 2012 15:39:59 -0000 1.1
112 +++ librosprite-0.0.2.ebuild 28 Feb 2013 08:09:05 -0000 1.2
113 @@ -1,8 +1,8 @@
114 -# Copyright 1999-2012 Gentoo Foundation
115 +# Copyright 1999-2013 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/librosprite-0.0.2.ebuild,v 1.1 2012/07/18 15:39:59 xmw Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/media-libs/librosprite/librosprite-0.0.2.ebuild,v 1.2 2013/02/28 08:09:05 xmw Exp $
119
120 -EAPI=4
121 +EAPI=5
122
123 inherit multilib toolchain-funcs
124
125 @@ -15,8 +15,9 @@
126 KEYWORDS="~amd64 ~arm"
127 IUSE=""
128
129 -RDEPEND=""
130 -DEPEND="virtual/pkgconfig"
131 +RDEPEND="media-libs/libsdl"
132 +DEPEND="${RDEPEND}
133 + virtual/pkgconfig"
134
135 src_unpack() {
136 default
137 @@ -29,16 +30,9 @@
138 -e "/^CC =/s:=.*:= $(tc-getCC):" \
139 -e "/^LD =/s:=.*:= $(tc-getCC):" \
140 -e "/^AR =/s:=.*:= $(tc-getAR):" \
141 + -e "/^PREFIX ?=/s:=.*:= /usr:" \
142 -e "/^install/,/^uninstall/s:/lib:/$(get_libdir):" \
143 -i Makefile || die
144 sed -e "/^libdir/s:/lib:/$(get_libdir):g" \
145 -i ${PN}.pc.in || die
146 }
147 -
148 -src_compile() {
149 - emake PREFIX=/usr
150 -}
151 -
152 -src_install() {
153 - emake DESTDIR="${D}" PREFIX=/usr install
154 -}