summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2010-07-20 23:50:38 +0000
committerFabio Erculiani <lxnay@gentoo.org>2010-07-20 23:50:38 +0000
commita62233fad1b3776a032344623e5fbcab5bbcc530 (patch)
treed3084382b8ee3c20e37bccb4ba4fbccf9e42d28b /dev-util/molecule
parentMissed an upstream patch for bug #325209 in the -r2 version (diff)
downloadgentoo-2-a62233fad1b3776a032344623e5fbcab5bbcc530.tar.gz
gentoo-2-a62233fad1b3776a032344623e5fbcab5bbcc530.tar.bz2
gentoo-2-a62233fad1b3776a032344623e5fbcab5bbcc530.zip
version bump to 0.9.11
(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.20.ebuild37
-rw-r--r--dev-util/molecule/molecule-0.9.11.ebuild (renamed from dev-util/molecule/molecule-0.9.10.11.ebuild)2
3 files changed, 9 insertions, 39 deletions
diff --git a/dev-util/molecule/ChangeLog b/dev-util/molecule/ChangeLog
index aadcdb360069..c7c035f60ead 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.9 2010/07/15 14:50:44 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.10 2010/07/20 23:50:38 lxnay Exp $
+
+*molecule-0.9.11 (20 Jul 2010)
+
+ 20 Jul 2010; Fabio Erculiani <lxnay@gentoo.org>
+ -molecule-0.9.10.11.ebuild, -molecule-0.9.10.20.ebuild,
+ +molecule-0.9.11.ebuild:
+ version bump to 0.9.11
*molecule-0.9.10.20 (15 Jul 2010)
diff --git a/dev-util/molecule/molecule-0.9.10.20.ebuild b/dev-util/molecule/molecule-0.9.10.20.ebuild
deleted file mode 100644
index 4b1fed9e4c31..000000000000
--- a/dev-util/molecule/molecule-0.9.10.20.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.20.ebuild,v 1.1 2010/07/15 14:50:44 lxnay Exp $
-
-EAPI="2"
-PYTHON_DEPEND="*"
-
-inherit multilib python
-
-DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
-HOMEPAGE="http://www.sabayon.org"
-SRC_URI="http://distfiles.sabayon.org/dev-util/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-util/intltool
- sys-devel/gettext"
-RDEPEND="net-misc/rsync
- sys-fs/squashfs-tools
- virtual/cdrtools"
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" \
- PREFIX="/usr" SYSCONFDIR="/etc" install \
- || die "emake install failed"
-}
-
-pkg_postinst() {
- python_mod_optimize "/usr/$(get_libdir)/molecule"
-}
-
-pkg_postrm() {
- python_mod_cleanup "/usr/$(get_libdir)/molecule"
-}
diff --git a/dev-util/molecule/molecule-0.9.10.11.ebuild b/dev-util/molecule/molecule-0.9.11.ebuild
index 9933c449d808..3faa49d166fa 100644
--- a/dev-util/molecule/molecule-0.9.10.11.ebuild
+++ b/dev-util/molecule/molecule-0.9.11.ebuild
@@ -1,6 +1,6 @@
# 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.11.ebuild,v 1.1 2010/07/12 14:32:39 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-0.9.11.ebuild,v 1.1 2010/07/20 23:50:38 lxnay Exp $
EAPI="2"
PYTHON_DEPEND="*"