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