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