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