diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-01-31 18:59:16 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-01-31 18:59:16 +0000 |
commit | 75ee6286c256f08fb519f4a0b9149a986ba34b6b (patch) | |
tree | e9243f7472decb858f66b06c6c6263a6d4414cd2 /dev-util/molecule | |
parent | Didn't mean to change HOMEPAGE... (diff) | |
download | gentoo-2-75ee6286c256f08fb519f4a0b9149a986ba34b6b.tar.gz gentoo-2-75ee6286c256f08fb519f4a0b9149a986ba34b6b.tar.bz2 gentoo-2-75ee6286c256f08fb519f4a0b9149a986ba34b6b.zip |
drop older version
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/molecule')
-rw-r--r-- | dev-util/molecule/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/molecule/molecule-0.9.20.4.ebuild | 37 |
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-util/molecule/ChangeLog b/dev-util/molecule/ChangeLog index 9a601f4de403..b05e3c513884 100644 --- a/dev-util/molecule/ChangeLog +++ b/dev-util/molecule/ChangeLog @@ -1,6 +1,9 @@ # 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.19 2010/12/18 15:33:23 lxnay Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.20 2011/01/31 18:59:16 lxnay Exp $ + + 31 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> -molecule-0.9.20.4.ebuild: + drop older version *molecule-0.9.20.5 (18 Dec 2010) diff --git a/dev-util/molecule/molecule-0.9.20.4.ebuild b/dev-util/molecule/molecule-0.9.20.4.ebuild deleted file mode 100644 index dfb0fa3d3704..000000000000 --- a/dev-util/molecule/molecule-0.9.20.4.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.20.4.ebuild,v 1.1 2010/12/18 15:12:37 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" -} |