Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/molecule: molecule-0.9.10.2.ebuild ChangeLog molecule-0.9.10.1.ebuild
Date: Tue, 29 Jun 2010 09:08:59
Message-Id: 20100629090856.ED9522C621@corvid.gentoo.org
1 lxnay 10/06/29 09:08:56
2
3 Modified: ChangeLog
4 Added: molecule-0.9.10.2.ebuild
5 Removed: molecule-0.9.10.1.ebuild
6 Log:
7 upstream fixed more Python3.x bugs (2), version bump
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-util/molecule/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 29 Jun 2010 09:03:46 -0000 1.3
24 +++ ChangeLog 29 Jun 2010 09:08:56 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/molecule
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.3 2010/06/29 09:03:46 lxnay Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.4 2010/06/29 09:08:56 lxnay Exp $
30 +
31 +*molecule-0.9.10.2 (29 Jun 2010)
32 +
33 + 29 Jun 2010; Fabio Erculiani <lxnay@g.o> -molecule-0.9.10.1.ebuild,
34 + +molecule-0.9.10.2.ebuild:
35 + upstream fixed more Python3.x bugs (2), version bump
36
37 *molecule-0.9.10.1 (29 Jun 2010)
38
39
40
41
42 1.1 dev-util/molecule/molecule-0.9.10.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/molecule-0.9.10.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/molecule-0.9.10.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: molecule-0.9.10.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-0.9.10.2.ebuild,v 1.1 2010/06/29 09:08:56 lxnay Exp $
52
53 EAPI="2"
54
55 inherit eutils multilib python base
56
57 DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
58 HOMEPAGE="http://www.sabayon.org"
59 SRC_URI="http://distfiles.sabayon.org/dev-util/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="sys-devel/gettext"
67 RDEPEND="app-cdr/cdrtools
68 net-misc/rsync
69 sys-fs/squashfs-tools"
70
71 src_install() {
72 emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" \
73 PREFIX="/usr" SYSCONFDIR="/etc" install \
74 || die "emake install failed"
75 }
76
77 pkg_postinst() {
78 python_mod_optimize "/usr/$(get_libdir)/molecule"
79 }
80
81 pkg_postrm() {
82 python_mod_cleanup "/usr/$(get_libdir)/molecule"
83 }