Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/skalibs: ChangeLog skalibs-0.47.ebuild skalibs-0.30.ebuild
Date: Wed, 04 Feb 2009 15:19:02
Message-Id: E1LUirk-00082M-22@stork.gentoo.org
1 patrick 09/02/04 14:36:36
2
3 Modified: ChangeLog skalibs-0.30.ebuild
4 Added: skalibs-0.47.ebuild
5 Log:
6 Bump to 0.47, small src_compile fix, ~amd64 keyword
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-libs/skalibs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/skalibs/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 17 Nov 2008 20:55:06 -0000 1.6
23 +++ ChangeLog 4 Feb 2009 14:36:35 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/skalibs
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/ChangeLog,v 1.6 2008/11/17 20:55:06 flameeyes Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/ChangeLog,v 1.7 2009/02/04 14:36:35 patrick Exp $
30 +
31 +*skalibs-0.47 (04 Feb 2009)
32 +
33 + 04 Feb 2009; Patrick Lauer <patrick@g.o> skalibs-0.30.ebuild,
34 + +skalibs-0.47.ebuild:
35 + Bump to 0.47, small src_compile fix, ~amd64 keyword
36
37 17 Nov 2008; Diego E. Pettenò <flameeyes@g.o>
38 files/skalibs-0.30-gccattributes.h.patch:
39
40
41
42 1.5 dev-libs/skalibs/skalibs-0.30.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/skalibs-0.30.ebuild?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/skalibs-0.30.ebuild?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/skalibs-0.30.ebuild?r1=1.4&r2=1.5
47
48 Index: skalibs-0.30.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-libs/skalibs/skalibs-0.30.ebuild,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- skalibs-0.30.ebuild 24 Jun 2004 23:33:47 -0000 1.4
55 +++ skalibs-0.30.ebuild 4 Feb 2009 14:36:35 -0000 1.5
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2004 Gentoo Foundation
58 +# Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/skalibs-0.30.ebuild,v 1.4 2004/06/24 23:33:47 agriffis Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/skalibs-0.30.ebuild,v 1.5 2009/02/04 14:36:35 patrick Exp $
62
63 # NOTE: The comments in this file are for instruction and documentation.
64 # They're not meant to appear with your final, production ebuild. Please
65 @@ -12,7 +12,7 @@
66 SRC_URI="http://www.skarnet.org/software/skalibs/${P}.tar.gz"
67 LICENSE="public-domain"
68 SLOT="0"
69 -KEYWORDS="~x86"
70 +KEYWORDS="~x86 ~amd64"
71 IUSE=""
72 DEPEND="dev-libs/dietlibc"
73 #RDEPEND=""
74 @@ -32,7 +32,7 @@
75 }
76
77 src_compile() {
78 - package/install
79 + package/install || die "Failed to compile"
80 }
81
82 src_install() {
83
84
85
86 1.1 dev-libs/skalibs/skalibs-0.47.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/skalibs-0.47.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/skalibs/skalibs-0.47.ebuild?rev=1.1&content-type=text/plain
90
91 Index: skalibs-0.47.ebuild
92 ===================================================================
93 # Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/skalibs-0.47.ebuild,v 1.1 2009/02/04 14:36:35 patrick Exp $
96
97 # NOTE: The comments in this file are for instruction and documentation.
98 # They're not meant to appear with your final, production ebuild. Please
99 # remember to remove them before submitting or committing your ebuild. That
100 # doesn't mean you can't add your own comments though.
101
102 DESCRIPTION="common libraries for skarnet.org packages"
103 HOMEPAGE="http://www.skarnet.org/software/skalibs/"
104 SRC_URI="http://www.skarnet.org/software/skalibs/${P}.tar.gz"
105 LICENSE="public-domain"
106 SLOT="0"
107 KEYWORDS="~x86 ~amd64"
108 IUSE=""
109 DEPEND="dev-libs/dietlibc"
110 #RDEPEND=""
111
112 MY_INSTALL="/package/prog/skalibs/"
113
114 # Source directory; the dir where the sources can be found (automatically
115 # unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P}
116 # if you omit this line.
117 S=${WORKDIR}/prog/${P}
118
119 src_unpack() {
120 unpack ${A}
121
122 cd ${S}/src/headers
123 patch gccattributes.h < ${FILESDIR}/skalibs-0.30-gccattributes.h.patch
124 }
125
126 src_compile() {
127 package/install || die "Failed to compile"
128 }
129
130 src_install() {
131 insinto ${MY_INSTALL}/library
132 doins library/*.a
133 insinto ${MY_INSTALL}/sysdeps
134 doins sysdeps/*
135 insinto ${MY_INSTALL}/include
136 doins include/*
137 }