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