Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: ChangeLog catalyst-2.0.5.ebuild catalyst-2.0.5_pre5.ebuild catalyst-2.0.5_pre6.ebuild catalyst-2.0.5_pre4.ebuild catalyst-2.0.5_pre3.ebuild
Date: Thu, 10 Jan 2008 00:28:05
Message-Id: E1JClH8-0007be-BZ@stork.gentoo.org
1 wolf31o2 08/01/10 00:28:02
2
3 Modified: ChangeLog
4 Added: catalyst-2.0.5.ebuild
5 Removed: catalyst-2.0.5_pre5.ebuild
6 catalyst-2.0.5_pre6.ebuild
7 catalyst-2.0.5_pre4.ebuild
8 catalyst-2.0.5_pre3.ebuild
9 Log:
10 Adding catalyst 2.0.5 to the tree.
11 (Portage version: 2.1.4_rc10)
12
13 Revision Changes Path
14 1.177 dev-util/catalyst/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.177&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.177&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?r1=1.176&r2=1.177
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v
23 retrieving revision 1.176
24 retrieving revision 1.177
25 diff -u -r1.176 -r1.177
26 --- ChangeLog 25 Nov 2007 05:49:26 -0000 1.176
27 +++ ChangeLog 10 Jan 2008 00:28:01 -0000 1.177
28 @@ -1,6 +1,14 @@
29 # ChangeLog for dev-util/catalyst
30 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.176 2007/11/25 05:49:26 wolf31o2 Exp $
32 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.177 2008/01/10 00:28:01 wolf31o2 Exp $
34 +
35 +*catalyst-2.0.5 (10 Jan 2008)
36 +
37 + 10 Jan 2008; Chris Gianelloni <wolf31o2@g.o>
38 + -catalyst-2.0.5_pre3.ebuild, -catalyst-2.0.5_pre4.ebuild,
39 + -catalyst-2.0.5_pre5.ebuild, -catalyst-2.0.5_pre6.ebuild,
40 + +catalyst-2.0.5.ebuild:
41 + Adding catalyst 2.0.5 to the tree.
42
43 *catalyst-2.0.5_pre6 (25 Nov 2007)
44
45
46
47
48 1.1 dev-util/catalyst/catalyst-2.0.5.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-2.0.5.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-2.0.5.ebuild?rev=1.1&content-type=text/plain
52
53 Index: catalyst-2.0.5.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.5.ebuild,v 1.1 2008/01/10 00:28:01 wolf31o2 Exp $
58
59 inherit eutils
60
61 DESCRIPTION="release metatool used for creating Gentoo releases"
62 HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst"
63 SRC_URI="mirror://gentoo/${P}.tar.bz2
64 http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
69 RESTRICT=""
70 IUSE="ccache"
71
72 DEPEND=""
73 RDEPEND="dev-lang/python
74 app-crypt/shash
75 virtual/cdrtools
76 ccache? ( dev-util/ccache )
77 ia64? ( sys-fs/dosfstools )
78 kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )"
79
80 pkg_setup() {
81 if use ccache ; then
82 einfo "Enabling ccache support for catalyst."
83 else
84 ewarn "By default, ccache support for catalyst is disabled."
85 ewarn "If this is not what you intended,"
86 ewarn "then you should add ccache to your USE."
87 fi
88 echo
89 einfo "The template spec files are now installed by default. You can find"
90 einfo "them under /usr/share/doc/${PF}/examples"
91 einfo "and they are considered to be the authorative source of information"
92 einfo "on catalyst."
93 }
94
95 src_install() {
96 insinto /usr/lib/${PN}/arch
97 doins arch/* || die "copying arch/*"
98 insinto /usr/lib/${PN}/modules
99 doins modules/* || die "copying modules/*"
100 insinto /usr/lib/${PN}/livecd/cdtar
101 doins livecd/cdtar/* || die "copying cdtar/*"
102 insinto /usr/lib/${PN}/livecd/files
103 doins livecd/files/* || die "copying files/*"
104 for x in targets/*; do
105 exeinto /usr/lib/${PN}/$x
106 doexe $x/* || die "copying ${x}"
107 done
108 exeinto /usr/lib/${PN}
109 doexe catalyst || die "copying catalyst"
110 dodir /usr/bin
111 dosym /usr/lib/${PN}/catalyst /usr/bin/catalyst
112 insinto /etc/catalyst
113 doins files/catalyst.conf files/catalystrc || die "copying configuration"
114 insinto /usr/share/doc/${PF}/examples
115 doins examples/* || die
116 dodoc README ChangeLog ChangeLog.old AUTHORS
117 doman files/catalyst.1
118 # Here is where we actually enable ccache
119 use ccache && \
120 dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
121 /etc/catalyst/catalyst.conf
122 }
123
124 pkg_postinst() {
125 einfo "You can find more information about catalyst by checking out the"
126 einfo "catalyst project page at:"
127 einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
128 echo
129 }
130
131
132
133 --
134 gentoo-commits@l.g.o mailing list