summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2010-06-29 09:33:40 +0000
committerFabio Erculiani <lxnay@gentoo.org>2010-06-29 09:33:40 +0000
commitde6606b02e948dd9a2a30b42d86fd8b5d2c2f487 (patch)
treee90a60b24ed0a53bbd575bcc2eddb340425d71e8 /dev-util/molecule
parentstable x86, bug 325715 (diff)
downloadgentoo-2-de6606b02e948dd9a2a30b42d86fd8b5d2c2f487.tar.gz
gentoo-2-de6606b02e948dd9a2a30b42d86fd8b5d2c2f487.tar.bz2
gentoo-2-de6606b02e948dd9a2a30b42d86fd8b5d2c2f487.zip
version bump, several ebuild quality improvements, thanks to ssuominen@gentoo.org for reporting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/molecule')
-rw-r--r--dev-util/molecule/ChangeLog9
-rw-r--r--dev-util/molecule/molecule-0.9.10.3.ebuild (renamed from dev-util/molecule/molecule-0.9.10.2.ebuild)10
2 files changed, 14 insertions, 5 deletions
diff --git a/dev-util/molecule/ChangeLog b/dev-util/molecule/ChangeLog
index 6f777293f9ce..994423677d7e 100644
--- a/dev-util/molecule/ChangeLog
+++ b/dev-util/molecule/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/molecule
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.4 2010/06/29 09:08:56 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.5 2010/06/29 09:33:40 lxnay Exp $
+
+*molecule-0.9.10.3 (29 Jun 2010)
+
+ 29 Jun 2010; Fabio Erculiani <lxnay@gentoo.org> -molecule-0.9.10.2.ebuild,
+ +molecule-0.9.10.3.ebuild:
+ version bump, several ebuild quality improvements, thanks to
+ ssuominen@gentoo.org for reporting
*molecule-0.9.10.2 (29 Jun 2010)
diff --git a/dev-util/molecule/molecule-0.9.10.2.ebuild b/dev-util/molecule/molecule-0.9.10.3.ebuild
index 5911457c4840..d7592479f1c0 100644
--- a/dev-util/molecule/molecule-0.9.10.2.ebuild
+++ b/dev-util/molecule/molecule-0.9.10.3.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="2"
+PYTHON_DEPEND="2"
-inherit eutils multilib python base
+inherit multilib python
DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
HOMEPAGE="http://www.sabayon.org"
@@ -16,9 +17,10 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-devel/gettext"
-RDEPEND="app-cdr/cdrtools
+RDEPEND="dev-util/intltool
net-misc/rsync
- sys-fs/squashfs-tools"
+ sys-fs/squashfs-tools
+ virtual/cdrtools"
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" \